docs: don't refer to a deprecated glib-mkenums flag
authorDan Winship <danw@gnome.org>
Fri, 28 Oct 2011 19:38:27 +0000 (15:38 -0400)
committerDan Winship <danw@gnome.org>
Fri, 28 Oct 2011 22:04:28 +0000 (18:04 -0400)
Refer to the new flag instead

https://bugzilla.gnome.org/show_bug.cgi?id=661797

docs/reference/gobject/glib-mkenums.xml

index 38e400d..7b2ec79 100644 (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 
 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, /*&lt; lowercase_name=gnome_vfs_uri_hide_options &gt;*/.
+function. For instance, /*&lt; underscore_name=gnome_vfs_uri_hide_options &gt;*/.
 </para>
 <para>
 Per value definition, the options "skip" and "nick" are supported.