~attente/glib/gbytesicon

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
'\" t
.\"     Title: gobject-query
.\"    Author: Tim Janik
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
.\"      Date: 11/24/2012
.\"    Manual: User Commands
.\"    Source: GObject
.\"  Language: English
.\"
.TH "GOBJECT\-QUERY" "1" "" "GObject" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
gobject-query \- display a tree of types
.SH "SYNOPSIS"
.HP \w'\fBgobject\-query\fR\ 'u
\fBgobject\-query\fR froots [OPTION...]
.HP \w'\fBgobject\-query\fR\ 'u
\fBgobject\-query\fR tree [OPTION...]
.SH "DESCRIPTION"
.PP

\fBgobject\-query\fR
is a small utility that draws a tree of types\&.
.PP

\fBgobject\-query\fR
takes a mandatory argument that specifies whether it should iterate over the fundamental types or print a type tree\&.
.SH "COMMANDS"
.PP
\fBfroots\fR
.RS 4
iterate over fundamental roots
.RE
.PP
\fBtree\fR
.RS 4
print type tree
.RE
.SH "OPTIONS"
.PP
\fB\-r\fR \fITYPE\fR
.RS 4
specify the root type
.RE
.PP
\fB\-n\fR
.RS 4
don\*(Aqt descend type tree
.RE
.PP
\fB\-b\fR \fISTRING\fR
.RS 4
specify indent string
.RE
.PP
\fB\-i\fR \fISTRING\fR
.RS 4
specify incremental indent string
.RE
.PP
\fB\-s\fR \fINUMBER\fR
.RS 4
specify line spacing
.RE
.PP
\fB\-h\fR, \fB\-\-help\fR
.RS 4
Print brief help and exit\&.
.RE
.PP
\fB\-v\fR, \fB\-\-version\fR
.RS 4
Print version and exit\&.
.RE