mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
dd4a8d333d
commit
78a0dbd853
@ -258,9 +258,9 @@ and end with the trigraph sequence <literal>>*/</literal>.
|
||||
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
|
||||
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()
|
||||
function. For instance, /*< lowercase_name=gnome_vfs_uri_hide_options >*/.
|
||||
function. For instance, /*< underscore_name=gnome_vfs_uri_hide_options >*/.
|
||||
</para>
|
||||
<para>
|
||||
Per value definition, the options "skip" and "nick" are supported.
|
||||
|
Loading…
Reference in New Issue
Block a user