Changeset 7b7c2e8


Ignore:
Timestamp:
May 19, 2011, 6:25:25 AM (13 years ago)
Author:
Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2864455
Parents:
db065d5
Message:

Added description to Glib binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glib.xml

    rdb065d5 r7b7c2e8  
    7070        <term><command>gdbus</command></term>
    7171        <listitem>
    72           <para>disc.</para>
     72          <para>Introspect and call remote objects.</para>
    7373          <indexterm zone="ch-system-glib gdbus">
    7474            <primary sortas="b-gdbus">gdbus</primary>
     
    8080        <term><command>gio-querymodules</command></term>
    8181        <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>
    8387          <indexterm zone="ch-system-glib gio-querymodules">
    8488            <primary sortas="b-gio-querymodules">gio-querymodules</primary>
     
    9094        <term><command>glib-compile-schemas</command></term>
    9195        <listitem>
    92           <para>disc.</para>
     96          <para>GSettings schema compiler.</para>
    9397          <indexterm zone="ch-system-glib glib-compile-schemas">
    9498            <primary sortas="b-glib-compile-schemas">glib-compile-schemas</primary>
     
    100104        <term><command>glib-genmarshal</command></term>
    101105        <listitem>
    102           <para>disc.</para>
     106          <para>C code marshaller generation utility for GLib closures.</para>
    103107          <indexterm zone="ch-system-glib glib-genmarshal">
    104108            <primary sortas="b-glib-genmarshal">glib-genmarshal</primary>
     
    110114        <term><command>glib-gettextize</command></term>
    111115        <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>
    113119          <indexterm zone="ch-system-glib glib-gettextize">
    114120            <primary sortas="b-glib-gettextize">glib-gettextize</primary>
     
    120126        <term><command>glib-mkenums</command></term>
    121127        <listitem>
    122           <para>disc.</para>
     128          <para>C language enum description generation utility.</para>
    123129          <indexterm zone="ch-system-glib glib-mkenums">
    124130            <primary sortas="b-glib-mkenums">glib-mkenums</primary>
     
    130136        <term><command>gobject-query</command></term>
    131137        <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>
    133140          <indexterm zone="ch-system-glib gobject-query">
    134141            <primary sortas="b-gobject-query">gobject-query</primary>
     
    140147        <term><command>gsettings</command></term>
    141148        <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>
    143152          <indexterm zone="ch-system-glib gsettings">
    144153            <primary sortas="b-gsettings">gsettings</primary>
     
    150159        <term><command>gtester</command></term>
    151160        <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>
    153163          <indexterm zone="ch-system-glib gtester">
    154164            <primary sortas="b-gtester">gtester</primary>
     
    160170        <term><command>gtester-report</command></term>
    161171        <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>
    163174          <indexterm zone="ch-system-glib gtester-report">
    164175            <primary sortas="b-gtester-report">gtester-report</primary>
Note: See TracChangeset for help on using the changeset viewer.