docs: don't refer to a deprecated glib-mkenums flag

Refer to the new flag instead

https://bugzilla.gnome.org/show_bug.cgi?id=661797
This commit is contained in:
Dan Winship
2011-10-28 15:38:27 -04:00
parent dd4a8d333d
commit 78a0dbd853

View File

@@ -258,9 +258,9 @@ and end with the trigraph sequence <literal>&gt;*/</literal>.
Per enum definition, the options "skip" and "flags" can be specified, to Per enum definition, the options "skip" and "flags" can be specified, to
indicate this enum definition to be skipped, or for it to be treated as indicate this enum definition to be skipped, or for it to be treated as
a flags definition, or to specify the common prefix to be stripped from a flags definition, or to specify the common prefix to be stripped from
all values to generate value nicknames, respectively. The "lowercase_name" all values to generate value nicknames, respectively. The "underscore_name"
option can be used to specify the word separation used in the *_get_type() option can be used to specify the word separation used in the *_get_type()
function. For instance, /*&lt; lowercase_name=gnome_vfs_uri_hide_options &gt;*/. function. For instance, /*&lt; underscore_name=gnome_vfs_uri_hide_options &gt;*/.
</para> </para>
<para> <para>
Per value definition, the options "skip" and "nick" are supported. Per value definition, the options "skip" and "nick" are supported.