Skip to content

Commit

Permalink
Update APIs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jan 11, 2024
1 parent 8e9374a commit 99f3409
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions cheat-sheet/Scripting/APIs.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
### API Documentations

- [GIR - Reference](http://www.roojs.org/seed/gir-1.2-gtk-3.0/seed/):
GObject Introspection (GIR) browsable online API documentation of
all important libraries
- [GIR - Plugins
Tutorial](http://lzone.de/How+to+write+GObject+Introspection+based+Plugins):
GObject Introspection (GIR) browsable online API documentation of all important libraries
- [GIR - Plugins Tutorial](http://lzone.de/How+to+write+GObject+Introspection+based+Plugins):
How to implement e.g. Python plugins for a GTK+ 3.0 application
using GObject Introspection ([Japanese
translation](http://mikeforce.net/gnome/2012/10/how-to-write-gobject-introspection-based-plugins-in-japanese.html)).
- [PyGtk - Gst - GStreamer Simple
Player](http://laszlopandy.com/files/playback_interface_complete.html):
using GObject Introspection ([Japanese translation](http://mikeforce.net/gnome/2012/10/how-to-write-gobject-introspection-based-plugins-in-japanese.html)).
- [PyGtk - Gst - GStreamer Simple Player](http://laszlopandy.com/files/playback_interface_complete.html):
Example player with playbin2 in PyGTK.
- [PyGtk - Gst - GStreamer
Tutorial](http://laszlopandy.com/blog_files/opportunistic-developer-gstreamer.pdf)
(PDF)
- [GStreamer - Porting PyGtk to
PyGI](https://wiki.ubuntu.com/Novacut/GStreamer1.0): Summary of
renaming and examples
- [XDG Base Directory Spec - How to
migrate](http://lzone.de/Migrate+Linux+applications+to+XDG+directories):
How to use XDG compliant paths in Glib, GTK and wxWidget Linux
applications.
- [PyGtk - Gst - GStreamer Tutorial](http://laszlopandy.com/blog_files/opportunistic-developer-gstreamer.pdf) (PDF)
- [GStreamer - Porting PyGtk to PyGI](https://wiki.ubuntu.com/Novacut/GStreamer1.0): Summary of renaming and examples
- [XDG Base Directory Spec - How to migrate](http://lzone.de/Migrate+Linux+applications+to+XDG+directories):
How to use XDG compliant paths in Glib, GTK and wxWidget Linux applications.
- [MPRIS2](http://specifications.freedesktop.org/mpris-spec/latest/) -
Specification on controllable media players

0 comments on commit 99f3409

Please sign in to comment.