After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 738675 - GSubprocessLauncher is missing some data on the docs
GSubprocessLauncher is missing some data on the docs
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.41.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-10-17 10:07 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2014-10-17 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Add missing get_type() reference to gio.types (755 bytes, patch)
2014-10-17 10:15 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Ignacio Casal Quinteiro (nacho) 2014-10-17 10:07:16 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.
Comment 1 Emmanuele Bassi (:ebassi) 2014-10-17 10:15:34 UTC
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.
Comment 2 Emmanuele Bassi (:ebassi) 2014-10-17 10:18:41 UTC
Attachment 288739 [details] pushed as cb042bf - docs: Add missing get_type() reference to gio.types
Comment 3 Emmanuele Bassi (:ebassi) 2014-10-17 10:20:08 UTC
feel free to re-open if you think GSubprocessLauncher should get more documentation on the topic.