Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation

https://bugzilla.gnome.org/show_bug.cgi?id=706469
This commit is contained in:
Dieter Verfaillie 2013-08-22 20:52:17 +02:00
parent f6c4dee67a
commit 9bcb6d3f00

View File

@ -1394,8 +1394,8 @@ guint g_type_get_type_registration_serial (void);
* @TN: The name of the new type, in Camel case.
* @t_n: The name of the new type, in lowercase, with words
* separated by '_'.
*
* @T_P: The #GType of the parent type.
*
* Similar to G_DEFINE_TYPE_WITH_PRIVATE(), but defines an abstract type.
* See G_DEFINE_TYPE_EXTENDED() for an example.
*