- Timestamp:
- May 19, 2011, 1:25:25 PM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2864455
- Parents:
- db065d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glib.xml
rdb065d5 r7b7c2e8 70 70 <term><command>gdbus</command></term> 71 71 <listitem> 72 <para> disc.</para>72 <para>Introspect and call remote objects.</para> 73 73 <indexterm zone="ch-system-glib gdbus"> 74 74 <primary sortas="b-gdbus">gdbus</primary> … … 80 80 <term><command>gio-querymodules</command></term> 81 81 <listitem> 82 <para>disc.</para> 82 <para><command>gio-querymodules</command> creates a giomodule.cache file 83 in the listed directories. This file lists the implemented extension points 84 for each module that has been found. It is used by GIO at runtime to avoid 85 opening all modules just to find out which extension points they are 86 implementing.</para> 83 87 <indexterm zone="ch-system-glib gio-querymodules"> 84 88 <primary sortas="b-gio-querymodules">gio-querymodules</primary> … … 90 94 <term><command>glib-compile-schemas</command></term> 91 95 <listitem> 92 <para> disc.</para>96 <para>GSettings schema compiler.</para> 93 97 <indexterm zone="ch-system-glib glib-compile-schemas"> 94 98 <primary sortas="b-glib-compile-schemas">glib-compile-schemas</primary> … … 100 104 <term><command>glib-genmarshal</command></term> 101 105 <listitem> 102 <para> disc.</para>106 <para>C code marshaller generation utility for GLib closures.</para> 103 107 <indexterm zone="ch-system-glib glib-genmarshal"> 104 108 <primary sortas="b-glib-genmarshal">glib-genmarshal</primary> … … 110 114 <term><command>glib-gettextize</command></term> 111 115 <listitem> 112 <para>disc.</para> 116 <para><command>glib-gettextize<command> helps to prepare a 117 source package for being internationalized through gettext. It is a variant of 118 the <command>gettextize<command> that ships with gettext.</para> 113 119 <indexterm zone="ch-system-glib glib-gettextize"> 114 120 <primary sortas="b-glib-gettextize">glib-gettextize</primary> … … 120 126 <term><command>glib-mkenums</command></term> 121 127 <listitem> 122 <para> disc.</para>128 <para>C language enum description generation utility.</para> 123 129 <indexterm zone="ch-system-glib glib-mkenums"> 124 130 <primary sortas="b-glib-mkenums">glib-mkenums</primary> … … 130 136 <term><command>gobject-query</command></term> 131 137 <listitem> 132 <para>disc.</para> 138 <para><command>gobject-query</command> takes a mandatory argument that specifies 139 whether it should iterate over the fundamental types or print a type tree.</para> 133 140 <indexterm zone="ch-system-glib gobject-query"> 134 141 <primary sortas="b-gobject-query">gobject-query</primary> … … 140 147 <term><command>gsettings</command></term> 141 148 <listitem> 142 <para>disc.</para> 149 <para><command>gsettings<command> offers a simple commandline interface to 150 <command>GSettings</command>. It lets you get, set or monitor an individual key 151 for changes.</para> 143 152 <indexterm zone="ch-system-glib gsettings"> 144 153 <primary sortas="b-gsettings">gsettings</primary> … … 150 159 <term><command>gtester</command></term> 151 160 <listitem> 152 <para>disc.</para> 161 <para><command>gtester</command> is a utility to run unit tests that have been 162 written using the GLib test framework.</para> 153 163 <indexterm zone="ch-system-glib gtester"> 154 164 <primary sortas="b-gtester">gtester</primary> … … 160 170 <term><command>gtester-report</command></term> 161 171 <listitem> 162 <para>disc.</para> 172 <para><command>gtester-report</command> is a script which converts the XML output 173 generated by gtester into HTML.</para> 163 174 <indexterm zone="ch-system-glib gtester-report"> 164 175 <primary sortas="b-gtester-report">gtester-report</primary>
Note:
See TracChangeset
for help on using the changeset viewer.