mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
G_DEFINE_INTERFACE_* documentation is not generated
Fix the documentation: Replace "@Since:" with "Since:" https://bugzilla.gnome.org/show_bug.cgi?id=604645
This commit is contained in:
parent
046e521b4f
commit
9917024949
@ -1359,7 +1359,7 @@ gpointer g_type_instance_get_private (GTypeInstance *instance,
|
||||
* name <literal>t_n ## _default_init</literal>, and the interface
|
||||
* structure to have the name <literal>TN ## Interface</literal>.
|
||||
*
|
||||
* @Since: 2.20
|
||||
* Since: 2.20
|
||||
*/
|
||||
#define G_DEFINE_INTERFACE(TN, t_n, T_P) G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, ;)
|
||||
|
||||
@ -1378,7 +1378,7 @@ gpointer g_type_instance_get_private (GTypeInstance *instance,
|
||||
* G_DEFINE_TYPE_EXTENDED() for a similar example using
|
||||
* G_DEFINE_TYPE_WITH_CODE().
|
||||
*
|
||||
* @Since: 2.20
|
||||
* Since: 2.20
|
||||
*/
|
||||
#define G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, _C_) _G_DEFINE_INTERFACE_EXTENDED_BEGIN(TN, t_n, T_P) {_C_;} _G_DEFINE_INTERFACE_EXTENDED_END()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user