mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-04 15:44:49 +01:00
Merge branch 'instantiatable' into 'master'
gobject: Standardise on the term ‘instantiatable’ See merge request GNOME/glib!1735
This commit is contained in:
@@ -2169,7 +2169,7 @@ type_class_init_Wm (TypeNode *node,
|
||||
TypeNode *bnode, *pnode;
|
||||
guint i;
|
||||
|
||||
/* Accessing data->class will work for instantiable types
|
||||
/* Accessing data->class will work for instantiatable types
|
||||
* too because ClassData is a subset of InstanceData
|
||||
*/
|
||||
g_assert (node->is_classed && node->data &&
|
||||
@@ -2868,12 +2868,12 @@ g_type_register_dynamic (GType parent_type,
|
||||
|
||||
/**
|
||||
* g_type_add_interface_static:
|
||||
* @instance_type: #GType value of an instantiable type
|
||||
* @instance_type: #GType value of an instantiatable type
|
||||
* @interface_type: #GType value of an interface type
|
||||
* @info: #GInterfaceInfo structure for this
|
||||
* (@instance_type, @interface_type) combination
|
||||
*
|
||||
* Adds @interface_type to the static @instantiable_type.
|
||||
* Adds @interface_type to the static @instance_type.
|
||||
* The information contained in the #GInterfaceInfo structure
|
||||
* pointed to by @info is used to manage the relationship.
|
||||
*/
|
||||
@@ -2905,11 +2905,11 @@ g_type_add_interface_static (GType instance_type,
|
||||
|
||||
/**
|
||||
* g_type_add_interface_dynamic:
|
||||
* @instance_type: #GType value of an instantiable type
|
||||
* @instance_type: #GType value of an instantiatable type
|
||||
* @interface_type: #GType value of an interface type
|
||||
* @plugin: #GTypePlugin structure to retrieve the #GInterfaceInfo from
|
||||
*
|
||||
* Adds @interface_type to the dynamic @instantiable_type. The information
|
||||
* Adds @interface_type to the dynamic @instance_type. The information
|
||||
* contained in the #GTypePlugin structure pointed to by @plugin
|
||||
* is used to manage the relationship.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user