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 528715 - Misprint in the description of the interface g_type_class_add_private
Misprint in the description of the interface g_type_class_add_private
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-18 10:44 UTC by Areg Beketovski
Modified: 2008-06-11 18:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2008-04-18 10:44:47 UTC
Documentation 
Section: http://library.gnome.org/devel/gobject/stable/gobject-Type-Information.html#g-type-class-add-private
Registers a private structure for a instantiatable type; when an object is allocated, the private structures for the type and and all of its parent types are allocated in the same memory block as the public structures.

Correct version:
Registers a private structure for a instantiatable type; when an object is allocated, the private structures for the type and all of its parent types are allocated in the same memory block as the public structures.

Other information:
The detailed issue description can be found at: 

http://linuxtesting.org/results/report?num=D0075
Comment 1 Matthias Clasen 2008-06-11 18:25:57 UTC
        * glib/tmpl/macros_misc.sgml:
        * gobject/tmpl/gclosure.sgml:
        * gobject/tmpl/gtype.sgml: Fix typos
        Noticed by Areg Beketovski