mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02:00
Sync parameter names with docs and implementation.
* gsignal.h (g_signal_add_emission_hook): * gtype.h (g_type_interface_get_plugin): Sync parameter names with docs and implementation. * gtype.c (g_type_add_interface_dynamic): (g_type_interface_get_plugin): (g_type_interface_peek_parent): (g_type_query): Add docs. * gobject/tmpl/gtype.sgml: Add docs. * gobject/tmpl/signals.sgml: Regenerated.
This commit is contained in:
@@ -302,7 +302,7 @@ GType *g_type_interface_prerequisites (GType interface_t
|
||||
/* --- protected (for fundamental type implementations) --- */
|
||||
GTypePlugin* g_type_get_plugin (GType type);
|
||||
GTypePlugin* g_type_interface_get_plugin (GType instance_type,
|
||||
GType implementation_type);
|
||||
GType interface_type);
|
||||
GType g_type_fundamental_next (void);
|
||||
GType g_type_fundamental (GType type_id);
|
||||
GTypeInstance* g_type_create_instance (GType type);
|
||||
|
Reference in New Issue
Block a user