1GOBJECT-QUERY(1) 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
13
15 gobject-query is a small utility that draws a tree of types.
16
17
19 gobject-query takes a mandatory argument that specifies whether it
20 should iterate over the fundamental types or print a type tree.
21
22
23 Options
24 froots iterate over fundamental roots
25
26
27 tree print type tree
28
29
30 -r type
31 specify the root type
32
33
34 -n don't descend type tree
35
36
37 -b string
38 specify indent string
39
40
41 -i string
42 specify incremental indent string
43
44
45 -s number
46 specify line spacing
47
48
49 -h, --help
50 Print brief help and exit.
51
52
53 -v, --version
54 Print version and exit.
55
56
57
58
59 GOBJECT-QUERY(1)