GNOME Bugzilla – Bug 658269
opensubtitles: Use Gio introspection
Last modified: 2011-09-12 14:29:28 UTC
Unfinished patch.
Created attachment 195708 [details] [review] opensubtitles: Use Gio introspection Instead of the static bindings, as those don't work with libpeas.
Created attachment 195709 [details] [review] opensubtitles: Use Gio introspection Instead of the static bindings, as those don't work with libpeas.
Comment on attachment 195709 [details] [review] opensubtitles: Use Gio introspection Show the FIXMEs in the right location.
commit 9dcaa8e710db8be808e843f99dea3998b644291d Author: Bastien Nocera <hadess@hadess.net> Date: Mon Sep 12 15:18:39 2011 +0100 opensubtitles: Use Gio introspection And use Python's OS module to implement the reading as we won't be getting a working "read()" for Gio from Python any time soon (see bug #621915) https://bugzilla.gnome.org/show_bug.cgi?id=658269 commit 761bb5636c32021381de831762d475b9218a9ad9 Author: Bastien Nocera <hadess@hadess.net> Date: Mon Sep 12 15:17:45 2011 +0100 opensubtitles: Fix missing GCancellable parameters Otherwise it just won't work.