mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 13:23:07 +02:00
Docs: don't use structfield tags
They don't add anything over @foo, and we want to avoid explicit docbook markup as far as possible.
This commit is contained in:
parent
acfb76afe2
commit
6f3c465535
@ -1678,8 +1678,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* G_STRUCT_OFFSET:
|
* G_STRUCT_OFFSET:
|
||||||
* @struct_type: a structure type, e.g. <structname>GtkWidget</structname>
|
* @struct_type: a structure type, e.g. #GtkWidget
|
||||||
* @member: a field in the structure, e.g. <structfield>window</structfield>
|
* @member: a field in the structure, e.g. @window
|
||||||
*
|
*
|
||||||
* Returns the offset, in bytes, of a member of a struct.
|
* Returns the offset, in bytes, of a member of a struct.
|
||||||
*
|
*
|
||||||
|
@ -3178,8 +3178,7 @@ g_type_interface_peek_parent (gpointer g_iface)
|
|||||||
* If the type is not currently in use, then the default vtable
|
* If the type is not currently in use, then the default vtable
|
||||||
* for the type will be created and initalized by calling
|
* for the type will be created and initalized by calling
|
||||||
* the base interface init and default vtable init functions for
|
* the base interface init and default vtable init functions for
|
||||||
* the type (the @<structfield>base_init</structfield>
|
* the type (the @base_init and @class_init members of #GTypeInfo).
|
||||||
* and <structfield>class_init</structfield> members of #GTypeInfo).
|
|
||||||
* Calling g_type_default_interface_ref() is useful when you
|
* Calling g_type_default_interface_ref() is useful when you
|
||||||
* want to make sure that signals and properties for an interface
|
* want to make sure that signals and properties for an interface
|
||||||
* have been installed.
|
* have been installed.
|
||||||
@ -3265,8 +3264,7 @@ g_type_default_interface_peek (GType g_type)
|
|||||||
* interface default vtable @g_iface. If the type is dynamic, then
|
* interface default vtable @g_iface. If the type is dynamic, then
|
||||||
* when no one is using the interface and all references have
|
* when no one is using the interface and all references have
|
||||||
* been released, the finalize function for the interface's default
|
* been released, the finalize function for the interface's default
|
||||||
* vtable (the <structfield>class_finalize</structfield> member of
|
* vtable (the @class_finalize member of #GTypeInfo) will be called.
|
||||||
* #GTypeInfo) will be called.
|
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user