GNOME Bugzilla – Bug 528716
Misprint in the description of the parameter 'iface_data' for the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc
Last modified: 2008-06-11 14:59:00 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
* gobject/tmpl/gtype.sgml: Fix description of parameters for GInterface{Init/Finalize}Func. Pointed out by Areg Beketovski