mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-15 05:18:47 +02:00
debian
docs
reference
glib
gobject
tmpl
.cvsignore
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.types
version.xml.in
.cvsignore
AUTHORS
COPYING
ChangeLog
Makefile.am
NEWS
README
README.cvs-commits
.cvsignore
Changes-2.0.txt
Makefile.am
debugging.txt
macros.txt
glib
gmodule
gobject
gthread
m4macros
po
tests
.cvsignore
AUTHORS
COPYING
ChangeLog
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
HACKING
INSTALL
INSTALL.in
Makefile.am
NEWS
NEWS.pre-1-3
README
README.in
README.win32
TODO.xml
acglib.m4
acinclude.m4
autogen.sh
config.h.win32.in
configure.in
glib-2.0-uninstalled.pc.in
glib-2.0.pc.in
glib-gettextize.in
glib-zip.in
glib.spec.in
glibconfig.h.win32.in
gmodule-2.0-uninstalled.pc.in
gmodule-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.mingw
makefile.msc
msvc_recommended_pragmas.h
sanity_check
win32-fixup.pl
112 lines
2.3 KiB
XML
112 lines
2.3 KiB
XML
![]() |
<refentry id="gobject-query">
|
||
|
|
||
|
<refmeta>
|
||
|
<refentrytitle>gobject-query</refentrytitle>
|
||
|
<manvolnum>1</manvolnum>
|
||
|
</refmeta>
|
||
|
|
||
|
<refnamediv>
|
||
|
<refname>gobject-query</refname>
|
||
|
<refpurpose>display a tree of types</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsynopsisdiv>
|
||
|
<cmdsynopsis>
|
||
|
<command>gobject-query</command>
|
||
|
<arg choice="plain">froots</arg>
|
||
|
<arg choice="opt" rep="repeat">options</arg>
|
||
|
</cmdsynopsis>
|
||
|
<cmdsynopsis>
|
||
|
<command>gobject-query</command>
|
||
|
<arg choice="plain">tree</arg>
|
||
|
<arg choice="opt" rep="repeat">options</arg>
|
||
|
</cmdsynopsis>
|
||
|
</refsynopsisdiv>
|
||
|
|
||
|
<refsect1><title>Description</title>
|
||
|
<para>
|
||
|
<command>gobject-query</command> is a small utility that draws a tree of
|
||
|
types.
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1><title>Invokation</title>
|
||
|
<para>
|
||
|
<command>gobject-query</command> takes a mandatory argument that specifies
|
||
|
whether it should iterate over the fundamental types or print a type tree.
|
||
|
</para>
|
||
|
|
||
|
<refsect2><title>Options</title>
|
||
|
<variablelist>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>froots</option></term>
|
||
|
<listitem><para>
|
||
|
iterate over fundamental roots
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>tree</option></term>
|
||
|
<listitem><para>
|
||
|
print type tree
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>-r</option> <replaceable>type</replaceable></term>
|
||
|
<listitem><para>
|
||
|
specify the root type
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>-n</option></term>
|
||
|
<listitem><para>
|
||
|
don't descend type tree
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>-b</option> <replaceable>string</replaceable></term>
|
||
|
<listitem><para>
|
||
|
specify indent string
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>-i</option> <replaceable>string</replaceable></term>
|
||
|
<listitem><para>
|
||
|
specify incremental indent string
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>-s</option> <replaceable>number</replaceable></term>
|
||
|
<listitem><para>
|
||
|
specify line spacing
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>-h</option>, <option>--help</option></term>
|
||
|
<listitem><para>
|
||
|
Print brief help and exit.
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><option>-v</option>, <option>--version</option></term>
|
||
|
<listitem><para>
|
||
|
Print version and exit.
|
||
|
</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
</variablelist>
|
||
|
</refsect2>
|
||
|
</refsect1>
|
||
|
</refentry>
|
||
|
|
||
|
|