Document the lowercase_name trigraph option.

Sat Jan 10 23:55:42 2004  Matthias Clasen  <maclas@gmx.de>

	* glib-mkenums.1: Document the lowercase_name trigraph option.
This commit is contained in:
Matthias Clasen 2004-01-10 22:57:59 +00:00 committed by Matthias Clasen
parent 2dfeabdd9b
commit 805ba95fb1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat Jan 10 23:55:42 2004 Matthias Clasen <maclas@gmx.de>
* glib-mkenums.1: Document the lowercase_name trigraph option.
Sat Jan 10 02:43:20 2004 Tim Janik <timj@gtk.org> Sat Jan 10 02:43:20 2004 Tim Janik <timj@gtk.org>
* gtype.h: made G_DEFINE_TYPE_INTERNAL() public by renaming it to * gtype.h: made G_DEFINE_TYPE_INTERNAL() public by renaming it to

View File

@ -122,10 +122,13 @@ The name of the input file currently being processed (e.g. foo.h).
.SS Trigraph extensions .SS Trigraph extensions
Some C comments are treated specially in the parsed enum definitions, such comments Some C comments are treated specially in the parsed enum definitions, such comments
start out with the trigraph sequence "/*<" and end with the trigraph sequence ">*/". start out with the trigraph sequence "/*<" and end with the trigraph sequence ">*/".
.PP
Per enum definition, the options "skip" and "flags" can be specified, to indicate 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 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, to specify the common prefix to be stripped from all values to generate value nicknames,
respectively. respectively. The "lowercase_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 >*/.
.PP
Per value definition, the options "skip" and "nick" are supported. The former causes the Per value definition, the options "skip" and "nick" are supported. The former causes the
value to be skipped, and the latter can be used to specify the otherwise auto-generated value to be skipped, and the latter can be used to specify the otherwise auto-generated
nickname. nickname.