GNOME Bugzilla – Bug 695151
EBookClient not fully introspectable
Last modified: 2013-09-14 16:55:54 UTC
e_book_client_connect_sync(), e_book_client_connect_direct_sync() and e_book_client_connect_finish() are not fully annotated for gobject-introspection. This results in them not being flagged as introspectable in the generated GIR files, so they cannot be used from binding languages, and are harder to use from Vala.
Created attachment 238044 [details] [review] EBookClient: be more introspectable This is mostly a matter of clarifying whose responsibility it is to free things, in a machine-readable way.
Looks alright to me. Feel free to commit.
Comment on attachment 238044 [details] [review] EBookClient: be more introspectable Committed as 0e246f1cbd for 3.7.92, thanks.