mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +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) 2
This commit is contained in:
parent
68bf100001
commit
56396d4897
@ -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>
|
||||
|
||||
* === Released 2.6.1 ===
|
||||
|
@ -254,7 +254,8 @@ my_enum_complete_type_info (GTypePlugin *plugin,
|
||||
{
|
||||
static const GEnumValue values[] = {
|
||||
{ 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);
|
||||
|
Loading…
Reference in New Issue
Block a user