mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
manual emulation of refresh of manual pages
This commit is contained in:
parent
0169468c8c
commit
38610c0a36
@ -31,7 +31,7 @@ glib-genmarshal \- C code marshaller generation utility for GLib closures
|
||||
.PP
|
||||
\fBglib-genmarshal\fR is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib\&. The marshaller functions have a standard signature, they get passed in the invoking closure, an array of value structures holding the callback function parameters and a value structure for the return value of the callback\&. The marshaller is then responsible to call the respective C code function of the closure with all the parameters on the stack and to collect its return value\&.
|
||||
|
||||
.SH "INVOKATION"
|
||||
.SH "INVOCATION"
|
||||
|
||||
.PP
|
||||
\fBglib-genmarshal\fR takes a list of marshallers to generate as input\&. The marshaller list is either read from standard input or from files passed as additional arguments on the command line\&.
|
||||
|
@ -33,7 +33,7 @@ glib-mkenums \- C language enum description generation utility
|
||||
.PP
|
||||
\fBglib\-mkenums\fR is a small perl\-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user\&. Most frequently this script is used to produce C code that contains enum values as strings so programs can provide value name strings for introspection\&.
|
||||
|
||||
.SH "INVOKATION"
|
||||
.SH "INVOCATION"
|
||||
|
||||
.PP
|
||||
\fBglib\-mkenums\fR takes a list of valid C code files as input\&. The options specified control the text that is output, certain substitutions are performed on the text templates for keywords enclosed in @ characters\&.
|
||||
|
@ -35,7 +35,7 @@ gobject-query \- display a tree of types
|
||||
.PP
|
||||
\fBgobject-query\fR is a small utility that draws a tree of types\&.
|
||||
|
||||
.SH "INVOKATION"
|
||||
.SH "INVOCATION"
|
||||
|
||||
.PP
|
||||
\fBgobject-query\fR takes a mandatory argument that specifies whether it should iterate over the fundamental types or print a type tree\&.
|
||||
|
Loading…
x
Reference in New Issue
Block a user