mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-14 14:27:14 +01:00
Fix typo.
2007-12-01 Behdad Esfahbod <behdad@gnome.org> * gioenumtypes.c.template: Fix typo. svn path=/trunk/; revision=6013
This commit is contained in:
parent
942f84e6c9
commit
be869457d4
@ -1,3 +1,7 @@
|
|||||||
|
2007-12-01 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
|
* gioenumtypes.c.template: Fix typo.
|
||||||
|
|
||||||
2007-12-01 Matthias Clasen <mclasen@redhat.com>
|
2007-12-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gioenumtypes.c.template: Make threadsafe get_type() functions.
|
* gioenumtypes.c.template: Make threadsafe get_type() functions.
|
||||||
|
@ -27,7 +27,7 @@ GType
|
|||||||
{ 0, NULL, NULL }
|
{ 0, NULL, NULL }
|
||||||
};
|
};
|
||||||
GType g_define_type_id =
|
GType g_define_type_id =
|
||||||
= g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
|
g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
|
||||||
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user