GNOME Bugzilla – Bug 738675
GSubprocessLauncher is missing some data on the docs
Last modified: 2014-10-17 10:20:08 UTC
So it does not provide any info about from what it inherits. Is it an object, a boxed? how do I free it? I had to open the code to actually understand that it is an object and that I have to free it with g_object_unref. Would be good to get the inheritance tree also for this class in the docs.
Created attachment 288739 [details] [review] docs: Add missing get_type() reference to gio.types GSubprocessLauncher is a GObject, so we need to tell gtk-doc to inspect it.
Attachment 288739 [details] pushed as cb042bf - docs: Add missing get_type() reference to gio.types
feel free to re-open if you think GSubprocessLauncher should get more documentation on the topic.