mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Merge branch 'interface-docs' into 'master'
gtype: Clarify type of GInterfaceInitFunc See merge request GNOME/glib!512
This commit is contained in:
commit
4f5f34689f
@ -1785,7 +1785,7 @@ guint g_type_get_type_registration_serial (void);
|
|||||||
/**
|
/**
|
||||||
* G_IMPLEMENT_INTERFACE:
|
* G_IMPLEMENT_INTERFACE:
|
||||||
* @TYPE_IFACE: The #GType of the interface to add
|
* @TYPE_IFACE: The #GType of the interface to add
|
||||||
* @iface_init: The interface init function
|
* @iface_init: (type GInterfaceInitFunc): The interface init function, of type #GInterfaceInitFunc
|
||||||
*
|
*
|
||||||
* A convenience macro to ease interface addition in the `_C_` section
|
* A convenience macro to ease interface addition in the `_C_` section
|
||||||
* of G_DEFINE_TYPE_WITH_CODE() or G_DEFINE_ABSTRACT_TYPE_WITH_CODE().
|
* of G_DEFINE_TYPE_WITH_CODE() or G_DEFINE_ABSTRACT_TYPE_WITH_CODE().
|
||||||
|
Loading…
Reference in New Issue
Block a user