mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-17 16:08:21 +01:00
build
debian
docs
reference
gio
glib
gobject
images
tmpl
Makefile.am
glib-genmarshal.1
glib-genmarshal.xml
glib-mkenums.1
glib-mkenums.xml
gobject-docs.sgml
gobject-overrides.txt
gobject-query.1
gobject-query.xml
gobject-sections.txt
gobject.cI
gobject.types
tut_gobject.xml
tut_gsignal.xml
tut_gtype.xml
tut_howto.xml
tut_intro.xml
tut_tools.xml
version.xml.in
.gitignore
AUTHORS
COPYING
ChangeLog
Makefile.am
NEWS
README
Makefile.am
debugging.txt
macros.txt
gio
glib
gmodule
gobject
gthread
m4macros
po
tests
.gitignore
AUTHORS
COPYING
ChangeLog
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-14
ChangeLog.pre-2-16
ChangeLog.pre-2-18
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
HACKING
INSTALL
INSTALL.in
MAINTAINERS
Makefile.am
Makefile.decl
NEWS
NEWS.pre-1-3
README
README.in
README.win32
acglib.m4
acinclude.m4
autogen.sh
config.h.win32.in
configure.in
gio-2.0-uninstalled.pc.in
gio-2.0.pc.in
gio-unix-2.0-uninstalled.pc.in
gio-unix-2.0.pc.in
glib-2.0-uninstalled.pc.in
glib-2.0.pc.in
glib-gettextize.in
glib-zip.in
glibconfig.h.win32.in
gmodule-2.0-uninstalled.pc.in
gmodule-2.0.pc.in
gmodule-export-2.0.pc.in
gmodule-no-export-2.0-uninstalled.pc.in
gmodule-no-export-2.0.pc.in
gobject-2.0-uninstalled.pc.in
gobject-2.0.pc.in
gthread-2.0-uninstalled.pc.in
gthread-2.0.pc.in
makefile.msc
mkinstalldirs
msvc_recommended_pragmas.h
sanity_check
win32-fixup.pl
81 lines
1.2 KiB
Groff
81 lines
1.2 KiB
Groff
.\"Generated by db2man.xsl. Don't modify this, modify the source.
|
|
.de Sh \" Subsection
|
|
.br
|
|
.if t .Sp
|
|
.ne 5
|
|
.PP
|
|
\fB\\$1\fR
|
|
.PP
|
|
..
|
|
.de Sp \" Vertical space (when we can't use .PP)
|
|
.if t .sp .5v
|
|
.if n .sp
|
|
..
|
|
.de Ip \" List item
|
|
.br
|
|
.ie \\n(.$>=3 .ne \\$3
|
|
.el .ne 3
|
|
.IP "\\$1" \\$2
|
|
..
|
|
.TH "GOBJECT-QUERY" 1 "" "" ""
|
|
.SH NAME
|
|
gobject-query \- display a tree of types
|
|
.SH "SYNOPSIS"
|
|
|
|
.nf
|
|
\fBgobject-query\fR froots [options...]
|
|
.fi
|
|
|
|
.nf
|
|
\fBgobject-query\fR tree [options...]
|
|
.fi
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.PP
|
|
\fBgobject-query\fR is a small utility that draws a tree of types\&.
|
|
|
|
.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\&.
|
|
|
|
.SS "Options"
|
|
|
|
.TP
|
|
\fBfroots\fR
|
|
iterate over fundamental roots
|
|
|
|
.TP
|
|
\fBtree\fR
|
|
print type tree
|
|
|
|
.TP
|
|
\fB-r\fR \fItype\fR
|
|
specify the root type
|
|
|
|
.TP
|
|
\fB-n\fR
|
|
don't descend type tree
|
|
|
|
.TP
|
|
\fB-b\fR \fIstring\fR
|
|
specify indent string
|
|
|
|
.TP
|
|
\fB-i\fR \fIstring\fR
|
|
specify incremental indent string
|
|
|
|
.TP
|
|
\fB-s\fR \fInumber\fR
|
|
specify line spacing
|
|
|
|
.TP
|
|
\fB-h\fR, \fB--help\fR
|
|
Print brief help and exit\&.
|
|
|
|
.TP
|
|
\fB-v\fR, \fB--version\fR
|
|
Print version and exit\&.
|
|
|