mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Typo fixes.
* glib-genmarshal.1, glib-mkenums.1: Typo fixes.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
2001-10-13 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
|
* glib-genmarshal.1, glib-mkenums.1: Typo fixes.
|
||||||
|
|
||||||
Fri Oct 12 18:40:18 2001 Tim Janik <timj@gtk.org>
|
Fri Oct 12 18:40:18 2001 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* cosmetic fixups.
|
* cosmetic fixups.
|
||||||
|
@@ -40,7 +40,7 @@ Do not use the standard GRuntime marshallers, and skip gmarshal.h include
|
|||||||
directive in generated header files.
|
directive in generated header files.
|
||||||
.TP
|
.TP
|
||||||
\fI--g-fatal-warnings
|
\fI--g-fatal-warnings
|
||||||
Make warnings fatal, that is, exit immediately once a warning occours.
|
Make warnings fatal, that is, exit immediately once a warning occurs.
|
||||||
.TP
|
.TP
|
||||||
\fI-h, --help\fP
|
\fI-h, --help\fP
|
||||||
Print brief help and exit.
|
Print brief help and exit.
|
||||||
|
@@ -14,7 +14,7 @@ enum values as strings so programs can provide value name strings for introspect
|
|||||||
.SH INVOCATION
|
.SH INVOCATION
|
||||||
|
|
||||||
\fBglib-mkenums\fP takes a list of valid C code files as input. The options
|
\fBglib-mkenums\fP takes a list of valid C code files as input. The options
|
||||||
specified controll the text that is output, certain substitutions are performed
|
specified control the text that is output, certain substitutions are performed
|
||||||
on the text templates for keywords enclosed in @ characters.
|
on the text templates for keywords enclosed in @ characters.
|
||||||
|
|
||||||
|
|
||||||
@@ -71,26 +71,26 @@ typedef enum
|
|||||||
.TP 12
|
.TP 12
|
||||||
\fI@EnumName@
|
\fI@EnumName@
|
||||||
The name of the enum currently being processed, enum names are assumed to be
|
The name of the enum currently being processed, enum names are assumed to be
|
||||||
properly namespaced and to use mixed capitalization to seperate
|
properly namespaced and to use mixed capitalization to separate
|
||||||
words (e.g. PrefixTheXEnum).
|
words (e.g. PrefixTheXEnum).
|
||||||
.TP 12
|
.TP 12
|
||||||
\fI@enum_name@
|
\fI@enum_name@
|
||||||
The enum name with words lowercase and word-seperated by underscores (e.g. prefix_the_xenum).
|
The enum name with words lowercase and word-separated by underscores (e.g. prefix_the_xenum).
|
||||||
.TP 12
|
.TP 12
|
||||||
\fI@ENUMNAME@
|
\fI@ENUMNAME@
|
||||||
The enum name with words uppercase and word-seperated by underscores (e.g. PREFIX_THE_XENUM).
|
The enum name with words uppercase and word-separated by underscores (e.g. PREFIX_THE_XENUM).
|
||||||
.TP 12
|
.TP 12
|
||||||
\fI@ENUMSHORT@
|
\fI@ENUMSHORT@
|
||||||
The enum name with words uppercase and word-seperated by underscores, prefix stripped (e.g. THE_XENUM).
|
The enum name with words uppercase and word-separated by underscores, prefix stripped (e.g. THE_XENUM).
|
||||||
.TP 12
|
.TP 12
|
||||||
\fI@VALUENAME@
|
\fI@VALUENAME@
|
||||||
The enum value name currently being processed with words uppercase and word-seperated by underscores,
|
The enum value name currently being processed with words uppercase and word-separated by underscores,
|
||||||
this is the assumed literal notation of enum values in the C sources (e.g. PREFIX_THE_XVALUE).
|
this is the assumed literal notation of enum values in the C sources (e.g. PREFIX_THE_XVALUE).
|
||||||
.TP 12
|
.TP 12
|
||||||
\fI@valuenick@
|
\fI@valuenick@
|
||||||
A nick name for the enum value currently being processed, this is usually generated by stripping
|
A nick name for the enum value currently being processed, this is usually generated by stripping
|
||||||
common prefix words of all the enum values of the current enum, the words are lowercase and
|
common prefix words of all the enum values of the current enum, the words are lowercase and
|
||||||
underscores are subsituted by a minus (e.g. the-xvalue).
|
underscores are substituted by a minus (e.g. the-xvalue).
|
||||||
.TP 12
|
.TP 12
|
||||||
\fI@type@
|
\fI@type@
|
||||||
This is substituted either by "enum" or "flags", depending on whether the enum value definitions
|
This is substituted either by "enum" or "flags", depending on whether the enum value definitions
|
||||||
|
Reference in New Issue
Block a user