mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
https://bugzilla.gnome.org/show_bug.cgi?id=706469
This commit is contained in:
parent
f6c4dee67a
commit
9bcb6d3f00
@ -1394,8 +1394,8 @@ guint g_type_get_type_registration_serial (void);
|
|||||||
* @TN: The name of the new type, in Camel case.
|
* @TN: The name of the new type, in Camel case.
|
||||||
* @t_n: The name of the new type, in lowercase, with words
|
* @t_n: The name of the new type, in lowercase, with words
|
||||||
* separated by '_'.
|
* separated by '_'.
|
||||||
*
|
|
||||||
* @T_P: The #GType of the parent type.
|
* @T_P: The #GType of the parent type.
|
||||||
|
*
|
||||||
* Similar to G_DEFINE_TYPE_WITH_PRIVATE(), but defines an abstract type.
|
* Similar to G_DEFINE_TYPE_WITH_PRIVATE(), but defines an abstract type.
|
||||||
* See G_DEFINE_TYPE_EXTENDED() for an example.
|
* See G_DEFINE_TYPE_EXTENDED() for an example.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user