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 695887 - Improvements to GObject API documentation
Improvements to GObject API documentation
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.35.x
Other All
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-03-14 22:37 UTC by Sébastien Wilmet
Modified: 2013-03-15 08:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doc: clarify a bit g_signal_connect_object() (1.07 KB, patch)
2013-03-14 22:37 UTC, Sébastien Wilmet
accepted-commit_now Details | Review
Doc: clarify set_property() vfunc (1.53 KB, patch)
2013-03-14 22:38 UTC, Sébastien Wilmet
accepted-commit_now Details | Review

Description Sébastien Wilmet 2013-03-14 22:37:09 UTC
Two patches are coming soon, stay tuned!
Comment 1 Sébastien Wilmet 2013-03-14 22:37:58 UTC
Created attachment 238941 [details] [review]
Doc: clarify a bit g_signal_connect_object()

"the object" can be a bit confusing for a beginner, he can think it is
the @instance.
Comment 2 Sébastien Wilmet 2013-03-14 22:38:02 UTC
Created attachment 238942 [details] [review]
Doc: clarify set_property() vfunc

Implementations "don't need to ...". It was not clear what happen
if they do it all the same.
Comment 3 Colin Walters 2013-03-15 00:58:51 UTC
Review of attachment 238941 [details] [review]:

Right.
Comment 4 Colin Walters 2013-03-15 01:51:09 UTC
Review of attachment 238942 [details] [review]:

Sure.
Comment 5 Sébastien Wilmet 2013-03-15 08:08:38 UTC
Thanks for the review, the commits are pushed.