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 528716 - Misprint in the description of the parameter 'iface_data' for the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc
Misprint in the description of the parameter 'iface_data' for the callback ty...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-18 10:49 UTC by Areg Beketovski
Modified: 2008-06-11 14:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2008-04-18 10:49:33 UTC
Documentation 
Section:
http://library.gnome.org/devel/gobject/stable/gobject-Type-Information.html#GInterfaceInitFunc
http://library.gnome.org/devel/gobject/stable/gobject-Type-Information.html#GInterfaceFinalizeFunc

Documentation for the parameter of the GInterfaceInitFunc and GInterfaceFinalizeFunc callbacks states:

  iface_data :  The class_data supplied via the GTypeInfo structure.

although the value of this parameter is supplied via 'interface_data' field of the GInterfaceInfo structure.


Correct version:
  iface_data :  The interface_data supplied via the GInterfaceInfo structure.

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

http://linuxtesting.org/results/report?num=D0080
Comment 1 Matthias Clasen 2008-06-11 14:59:00 UTC
        * gobject/tmpl/gtype.sgml: Fix description of parameters
        for GInterface{Init/Finalize}Func.
        Pointed out by Areg Beketovski