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 526572 - Missing * in declaration of parent_class in Object Destruction section of GObject Reference Manual
Missing * in declaration of parent_class in Object Destruction section of GOb...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.16.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-06 20:00 UTC by Matt Kraai
Modified: 2008-04-08 01:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (414 bytes, patch)
2008-04-06 20:01 UTC, Matt Kraai
committed Details | Review

Description Matt Kraai 2008-04-06 20:00:58 UTC
Documentation 
Section: Object Destruction section of GObject Reference Manual
static GObjectClass parent_class = NULL;


Correct version:
static GObjectClass *parent_class = NULL;


Other information:
Comment 1 Matt Kraai 2008-04-06 20:01:37 UTC
Created attachment 108734 [details] [review]
Patch
Comment 2 Matthias Clasen 2008-04-08 01:55:40 UTC
        Bug 526572 – Missing * in declaration of parent_class in Object
        Destruction section of GObject Reference Manual

        * gobject/tut_howto.xml: Add missing *.