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 692848 - Fix property example in gobject tutorial
Fix property example in gobject tutorial
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-01-29 23:49 UTC by William Jon McCann
Modified: 2013-05-30 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix property example in gobject tutorial (1.42 KB, patch)
2013-01-29 23:50 UTC, William Jon McCann
reviewed Details | Review
Fix property example in gobject tutorial (1.45 KB, patch)
2013-05-29 15:06 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2013-01-29 23:49:57 UTC
The properties example doesn't build.
Comment 1 William Jon McCann 2013-01-29 23:50:06 UTC
Created attachment 234784 [details] [review]
Fix property example in gobject tutorial
Comment 2 Colin Walters 2013-01-30 13:10:05 UTC
Review of attachment 234784 [details] [review]:

::: docs/reference/gobject/tut_howto.xml
@@ +1168,3 @@
 
+  int instance_member;
+  char *name;

GLib style includes the "g" prefix.
Comment 3 William Jon McCann 2013-05-29 15:06:50 UTC
Created attachment 245555 [details] [review]
Fix property example in gobject tutorial
Comment 4 Matthias Clasen 2013-05-30 12:54:16 UTC
Review of attachment 245555 [details] [review]:

looks good
Comment 5 William Jon McCann 2013-05-30 14:26:20 UTC
Attachment 245555 [details] pushed as a681e11 - Fix property example in gobject tutorial