mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Fix docs
svn path=/trunk/; revision=6999
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 528716 – Misprint in the description of the parameter
|
||||||
|
'iface_data' for the callback types GInterfaceInitFunc and
|
||||||
|
GInterfaceFinalizeFunc
|
||||||
|
|
||||||
|
* gobject/tmpl/gtype.sgml: Fix description of parameters
|
||||||
|
for GInterface{Init/Finalize}Func.
|
||||||
|
Pointed out by Areg Beketovski
|
||||||
|
|
||||||
2008-06-10 Matthias Clasen <mclasen@redhat.com>
|
2008-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gobject/tmpl/gparamspec.sgml: Document G_PARAM_STATIC_NICK
|
* gobject/tmpl/gparamspec.sgml: Document G_PARAM_STATIC_NICK
|
||||||
|
@@ -1161,7 +1161,7 @@ allocate any resources required by the interface.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@g_iface: The interface structure to initialize.
|
@g_iface: The interface structure to initialize.
|
||||||
@iface_data: The @class_data supplied via the #GTypeInfo structure.
|
@iface_data: The @interface_data supplied via the #GInterfaceInfo structure.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GInterfaceFinalizeFunc ##### -->
|
<!-- ##### USER_FUNCTION GInterfaceFinalizeFunc ##### -->
|
||||||
@@ -1172,7 +1172,7 @@ allocated by the corresponding GInterfaceInitFunc() function.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@g_iface: The interface structure to finalize.
|
@g_iface: The interface structure to finalize.
|
||||||
@iface_data: The @class_data supplied via the #GTypeInfo structure.
|
@iface_data: The @interface_data supplied via the #GInterfaceInfo structure.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GTypeClassCacheFunc ##### -->
|
<!-- ##### USER_FUNCTION GTypeClassCacheFunc ##### -->
|
||||||
|
Reference in New Issue
Block a user