mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
Fix an example. (#164269, Sebastian Bacher)
2005-01-16 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/enumerations_flags.sgml: Fix an example. (#164269, Sebastian Bacher)
This commit is contained in:
parent
344d269f92
commit
5afe7a55b3
@ -1,3 +1,8 @@
|
|||||||
|
2005-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gobject/tmpl/enumerations_flags.sgml: Fix an
|
||||||
|
example. (#164269, Sebastian Bacher)
|
||||||
|
|
||||||
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.6.1 ===
|
* === Released 2.6.1 ===
|
||||||
|
@ -254,7 +254,8 @@ my_enum_complete_type_info (GTypePlugin *plugin,
|
|||||||
{
|
{
|
||||||
static const GEnumValue values[] = {
|
static const GEnumValue values[] = {
|
||||||
{ MY_ENUM_FOO, "MY_ENUM_FOO", "foo" },
|
{ MY_ENUM_FOO, "MY_ENUM_FOO", "foo" },
|
||||||
{ MY_ENUM_BAR, "MY_ENUM_BAR", "bar" }
|
{ MY_ENUM_BAR, "MY_ENUM_BAR", "bar" },
|
||||||
|
{ 0, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
g_enum_complete_type_info (type, info, values);
|
g_enum_complete_type_info (type, info, values);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user