mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 18:40:58 +01:00
Merge branch 'fix_a_misunderstanding_in_gtypeaddinterface' into 'master'
docs: fix a misunderstanding in g_type_add_interface_* Closes #259 See merge request GNOME/glib!1077
This commit is contained in:
commit
3d7f9205d7
@ -2825,7 +2825,7 @@ g_type_register_dynamic (GType parent_type,
|
|||||||
* @info: #GInterfaceInfo structure for this
|
* @info: #GInterfaceInfo structure for this
|
||||||
* (@instance_type, @interface_type) combination
|
* (@instance_type, @interface_type) combination
|
||||||
*
|
*
|
||||||
* Adds the static @interface_type to @instantiable_type.
|
* Adds @interface_type to the static @instantiable_type.
|
||||||
* The information contained in the #GInterfaceInfo structure
|
* The information contained in the #GInterfaceInfo structure
|
||||||
* pointed to by @info is used to manage the relationship.
|
* pointed to by @info is used to manage the relationship.
|
||||||
*/
|
*/
|
||||||
@ -2861,7 +2861,7 @@ g_type_add_interface_static (GType instance_type,
|
|||||||
* @interface_type: #GType value of an interface type
|
* @interface_type: #GType value of an interface type
|
||||||
* @plugin: #GTypePlugin structure to retrieve the #GInterfaceInfo from
|
* @plugin: #GTypePlugin structure to retrieve the #GInterfaceInfo from
|
||||||
*
|
*
|
||||||
* Adds the dynamic @interface_type to @instantiable_type. The information
|
* Adds @interface_type to the dynamic @instantiable_type. The information
|
||||||
* contained in the #GTypePlugin structure pointed to by @plugin
|
* contained in the #GTypePlugin structure pointed to by @plugin
|
||||||
* is used to manage the relationship.
|
* is used to manage the relationship.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user