mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
Rename first parameter to check_data, since apparently the system headers
2004-10-23 Matthias Clasen <mclasen@redhat.com> * gtype.h (GTypeInterfaceCheckFunc): Rename first parameter to check_data, since apparently the system headers on AIX leak a macro named func_data. (#155178, Andrea Campi)
This commit is contained in:
committed by
Matthias Clasen
parent
fb8e4a91e3
commit
481fe81c06
@@ -1,5 +1,8 @@
|
||||
2004-10-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/gtype.sgml (GTypeInterfaceCheckData):
|
||||
Rename first parameter.
|
||||
|
||||
* glib/glib-sections.txt: Add GKeyFile section.
|
||||
|
||||
2004-10-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@@ -1442,7 +1442,7 @@ A callback called after an interface vtable is initialized.
|
||||
See g_type_add_interface_check().
|
||||
</para>
|
||||
|
||||
@func_data: data passed to g_type_add_interface_check().
|
||||
@check_data: data passed to g_type_add_interface_check().
|
||||
@g_iface: the interface that has been initialized
|
||||
@Since: 2.4
|
||||
|
||||
|
Reference in New Issue
Block a user