-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|