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 705056 - Add missing function name prefix to GObject tutorial
Add missing function name prefix to GObject tutorial
Status: RESOLVED DUPLICATE of bug 753935
Product: glib
Classification: Platform
Component: docs
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-07-29 05:21 UTC by Marcus Karlsson
Modified: 2017-10-05 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Add missing function name prefix (1.36 KB, patch)
2013-07-29 05:21 UTC, Marcus Karlsson
rejected Details | Review

Description Marcus Karlsson 2013-07-29 05:21:43 UTC
Created attachment 250345 [details] [review]
docs: Add missing function name prefix

The GObject tutorial uses a prefix for function names in accordance with
the conventions laid out in tut_gtype.xml. This is done for all function
names except for in one example code listing where the prefix is
missing.

Add the missing prefix to the function names so that they are named
consistently with the rest of the tutorial.
Comment 1 Philip Withnall 2017-10-05 14:36:46 UTC
Review of attachment 250345 [details] [review]:

Thanks for the patch. However, tut_howto.xml has since been significantly updated (by commit bf33f1d98d91e9326f04d56e1c3576baa886ae1d, bug #753935) which fixed this issue.
Comment 2 Philip Withnall 2017-10-05 14:37:03 UTC

*** This bug has been marked as a duplicate of bug 753935 ***