1GOBJECT-QUERY(1) User Commands GOBJECT-QUERY(1)
2
3
4
6 gobject-query - display a tree of types
7
9 gobject-query froots [options...]
10
11 gobject-query tree [options...]
12
14 gobject-query is a small utility that draws a tree of types.
15
17 gobject-query takes a mandatory argument that specifies whether it
18 should iterate over the fundamental types or print a type tree.
19
20 Options
21 froots
22 iterate over fundamental roots
23
24 tree
25 print type tree
26
27 -r type
28 specify the root type
29
30 -n
31 don't descend type tree
32
33 -b string
34 specify indent string
35
36 -i string
37 specify incremental indent string
38
39 -s number
40 specify line spacing
41
42 -h, --help
43 Print brief help and exit.
44
45 -v, --version
46 Print version and exit.
47
48
49
50User Commands 06/05/2011 GOBJECT-QUERY(1)