1<refentry id="gobject-query"> 2 3<refmeta> 4<refentrytitle>gobject-query</refentrytitle> 5<manvolnum>1</manvolnum> 6</refmeta> 7 8<refnamediv> 9<refname>gobject-query</refname> 10<refpurpose>display a tree of types</refpurpose> 11</refnamediv> 12 13<refsynopsisdiv> 14<cmdsynopsis> 15<command>gobject-query</command> 16<arg choice="plain">froots</arg> 17<arg choice="opt" rep="repeat">options</arg> 18</cmdsynopsis> 19<cmdsynopsis> 20<command>gobject-query</command> 21<arg choice="plain">tree</arg> 22<arg choice="opt" rep="repeat">options</arg> 23</cmdsynopsis> 24</refsynopsisdiv> 25 26<refsect1><title>Description</title> 27<para> 28<command>gobject-query</command> is a small utility that draws a tree of 29types. 30</para> 31</refsect1> 32 33<refsect1><title>Invocation</title> 34<para> 35<command>gobject-query</command> takes a mandatory argument that specifies 36whether it should iterate over the fundamental types or print a type tree. 37</para> 38 39<refsect2><title>Options</title> 40<variablelist> 41 42<varlistentry> 43<term><option>froots</option></term> 44<listitem><para> 45iterate over fundamental roots 46</para></listitem> 47</varlistentry> 48 49<varlistentry> 50<term><option>tree</option></term> 51<listitem><para> 52print type tree 53</para></listitem> 54</varlistentry> 55 56<varlistentry> 57<term><option>-r</option> <replaceable>type</replaceable></term> 58<listitem><para> 59specify the root type 60</para></listitem> 61</varlistentry> 62 63<varlistentry> 64<term><option>-n</option></term> 65<listitem><para> 66don't descend type tree 67</para></listitem> 68</varlistentry> 69 70<varlistentry> 71<term><option>-b</option> <replaceable>string</replaceable></term> 72<listitem><para> 73specify indent string 74</para></listitem> 75</varlistentry> 76 77<varlistentry> 78<term><option>-i</option> <replaceable>string</replaceable></term> 79<listitem><para> 80specify incremental indent string 81</para></listitem> 82</varlistentry> 83 84 85<varlistentry> 86<term><option>-s</option> <replaceable>number</replaceable></term> 87<listitem><para> 88specify line spacing 89</para></listitem> 90</varlistentry> 91 92<varlistentry> 93<term><option>-h</option>, <option>--help</option></term> 94<listitem><para> 95Print brief help and exit. 96</para></listitem> 97</varlistentry> 98 99<varlistentry> 100<term><option>-v</option>, <option>--version</option></term> 101<listitem><para> 102Print version and exit. 103</para></listitem> 104</varlistentry> 105 106</variablelist> 107</refsect2> 108</refsect1> 109</refentry> 110 111 112