source: general/genlib/glib2.xml@ e15031e

trunk
Last change on this file since e15031e was f73357b4, checked in by Xi Ruoyao <xry111@…>, 13 days ago

Update to gobject-introspection-1.82.0

  • Property mode set to 100644
File size: 27.5 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[6489da7]7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
[e1e58be]8 <!ENTITY glib2-download-ftp " ">
[6db44fc]9 <!ENTITY glib2-md5sum "9f94b8b15bc22dbe6a2c8aafd6fb0293">
[c0bc0a9]10 <!ENTITY glib2-size "5.3 MB">
[6db44fc]11 <!ENTITY glib2-buildsize "197 MB (add 22 MB for tests)">
12 <!ENTITY glib2-time "0.7 SBU (add 0.4 SBU for tests; both using parallelism=4)">
[c0bc0a9]13
14 <!ENTITY gobject-introspection-download-http
[f73357b4]15 "&gnome-download-http;/gobject-introspection/1.82/gobject-introspection-&gobject-introspection-version;.tar.xz">
16 <!ENTITY gobject-introspection-md5sum "50beb465bc81f33395b5e0e3bbe364ec">
17 <!ENTITY gobject-introspection-size "1.1 MB">
[52d29f7]18]>
19
[7c461b3]20<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
[7c18102]21 <?dbhtml filename="glib2.html"?>
[4c3474fe]22
23
[7c18102]24 <title>GLib-&glib2-version;</title>
[4c3474fe]25
[7c18102]26 <indexterm zone="glib2">
27 <primary sortas="a-GLib2">GLib2</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GLib</title>
[4c3474fe]32
[b84342d6]33 <para>
[2c38e951]34 The <application>GLib</application> package contains low-level
[0d7900a]35 libraries useful for providing data structure handling for C, portability
[6f55f20]36 wrappers and interfaces for runtime functionality such as an
[b84342d6]37 event loop, threads, dynamic loading and an object system.
38 </para>
[4c3474fe]39
[57791dd]40 &lfs122_checked;
[08f1ff7]41
[7c18102]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[b84342d6]45 <para>
46 Download (HTTP): <ulink url="&glib2-download-http;"/>
47 </para>
[7c18102]48 </listitem>
49 <listitem>
[b84342d6]50 <para>
51 Download (FTP): <ulink url="&glib2-download-ftp;"/>
52 </para>
[7c18102]53 </listitem>
54 <listitem>
[b84342d6]55 <para>
56 Download MD5 sum: &glib2-md5sum;
57 </para>
[7c18102]58 </listitem>
59 <listitem>
[b84342d6]60 <para>
61 Download size: &glib2-size;
62 </para>
[7c18102]63 </listitem>
64 <listitem>
[b84342d6]65 <para>
66 Estimated disk space required: &glib2-buildsize;
67 </para>
[7c18102]68 </listitem>
69 <listitem>
[b84342d6]70 <para>
71 Estimated build time: &glib2-time;
72 </para>
[7c18102]73 </listitem>
74 </itemizedlist>
[4c3474fe]75
[a9c0e8d]76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[c0bc0a9]77
78 <para>
79 <emphasis role="strong">GObject Introspection (Recommended)</emphasis>
80 </para>
81 <itemizedlist spacing="compact">
82 <listitem>
83 <para>
84 Download: <ulink url="&gobject-introspection-download-http;"/>
85 </para>
86 </listitem>
87 <listitem>
88 <para>
89 Download MD5 sum: &gobject-introspection-md5sum;
90 </para>
91 </listitem>
92 <listitem>
93 <para>
94 Download size: &gobject-introspection-size;
95 </para>
96 </listitem>
97 </itemizedlist>
98
99 <para>
100 <emphasis role="strong">Patch for Log Level Selection (Optional)</emphasis>
101 </para>
[a9c0e8d]102 <itemizedlist spacing="compact">
103 <listitem>
104 <para>
105 Optional patch:
[6617624]106 <ulink url="&patch-root;/glib-skip_warnings-1.patch"/>
[a9c0e8d]107 </para>
108 </listitem>
109 </itemizedlist>
[4c3474fe]110
[a9c0e8d]111 <bridgehead renderas="sect3">GLib Dependencies</bridgehead>
[6db44fc]112<!--
[c0bc0a9]113 <bridgehead renderas="sect4">Required</bridgehead>
114 <para role="required">
115 <xref linkend='packaging'/>
116 </para>
[6db44fc]117-->
[1b9e36e]118 <bridgehead renderas="sect4">Recommended</bridgehead>
[b8a081c]119 <para role="recommended">
[c0bc0a9]120 <xref linkend='docutils'/>,
121 <xref linkend="libxslt"/>, and
[54d58907]122 <xref linkend="pcre2"/>
[b8a081c]123 </para>
[1b9e36e]124
[7c18102]125 <bridgehead renderas="sect4">Optional</bridgehead>
[b8a081c]126 <para role="optional">
[c0bc0a9]127 <xref linkend='cairo'/> (for some GObject Introspection tests),
[b327731]128 <xref linkend="dbus"/> (for some tests),
129 <xref linkend="fuse3"/> and
[57a7172]130 <ulink url="https://bindfs.org/">bindfs</ulink>
[b327731]131 (both needed for one test),
[cd0c5a70]132 <xref linkend="gdb"/> (for bindings),
[c0bc0a9]133 <xref linkend='gjs'/> (for some GObject Introspection tests),
134 <xref linkend='gtk-doc'/> (for GObject Introspection documentation),
[57a7172]135 <xref linkend="DocBook"/>,
[8558044]136 <xref linkend="docbook-xsl"/>,
[c0bc0a9]137 <xref linkend="gi-docgen"/> (to build API documentation),
[f1fbb028]138 <xref linkend="glib-networking"/> (for some tests, but this is a circular
[c0bc0a9]139 dependency),
140 <xref linkend="Mako"/> and <xref linkend="markdown"/>
141 (both for <command>g-ir-doc-tool</command>), and
[0b4d98d]142 <!--<xref linkend="sysprof"/>-->
143 <ulink url="&sysprof-url;">sysprof</ulink>
[b8a081c]144 </para>
[b31b493]145
[75103a06]146 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
[5cc205a]147 <para role="recommended">
[70b674f2]148 Quoted directly from the <filename>INSTALL</filename> file:
[b84342d6]149 <quote>Some of the mimetype-related functionality in GIO requires the
150 <command>update-mime-database</command> and
[af2b317]151 <command>update-desktop-database</command> utilities,</quote>
[b84342d6]152 which are part of
[572553b]153 <xref role="runtime" linkend="shared-mime-info"/> and
154 <xref role="runtime" linkend="desktop-file-utils"/>, respectively.
[57a7172]155 These two utilities are also needed for some tests.
[b84342d6]156 </para>
[75103a06]157
[7c18102]158 </sect2>
[4c3474fe]159
[7c18102]160 <sect2 role="installation">
161 <title>Installation of GLib</title>
[42e002d]162
[d56e7df]163 <para>
164 If desired, apply the optional patch. In many cases, applications that
165 use this library, either directly or indirectly via other libraries such
166 as <xref linkend="gtk3"/>, output numerous warnings when run from the
167 command line. This patch enables the use of an environment variable,
[2c87187]168 <envar>GLIB_LOG_LEVEL</envar>, that suppresses unwanted messages. The
[d56e7df]169 value of the variable is a digit that corresponds to:
170 </para>
[a9c0e8d]171
172 <simplelist>
173 <member>1 Alert</member>
174 <member>2 Critical</member>
175 <member>3 Error</member>
176 <member>4 Warning</member>
177 <member>5 Notice</member>
178 </simplelist>
179
[d56e7df]180 <para>
181 For instance <userinput>export GLIB_LOG_LEVEL=4</userinput> will skip
182 output of Warning and Notice messages (and Info/Debug messages if they
183 are turned on). If <envar>GLIB_LOG_LEVEL</envar> is not defined, normal
184 message output will not be affected.
185 </para>
[a9c0e8d]186
[6617624]187<screen><userinput>patch -Np1 -i ../glib-skip_warnings-1.patch</userinput></screen>
[a9c0e8d]188
[8b9cf4c]189 <warning>
190 <para>
191 If a previous version of glib is installed, move the headers out of the
192 way so that later packages do not encounter conflicts:
193 </para>
194
[1daf906e]195<screen role="root"><userinput remap="pre">if [ -e /usr/include/glib-2.0 ]; then
196 rm -rf /usr/include/glib-2.0.old &amp;&amp;
197 mv -vf /usr/include/glib-2.0{,.old}
198fi</userinput></screen>
[8b9cf4c]199
200 </warning>
[ddd5a70]201
[b84342d6]202 <para>
203 Install <application>GLib</application> by running the following
204 commands:
205 </para>
[b31b493]206
[2cc9305]207<screen><userinput>mkdir build &amp;&amp;
208cd build &amp;&amp;
[0a4eeb6]209
[7c83169b]210meson setup .. \
211 --prefix=/usr \
212 --buildtype=release \
213 -D introspection=disabled \
[6db44fc]214 -D glib_debug=disabled \
[741810a]215 -D man-pages=enabled \
216 -D sysprof=disabled &amp;&amp;
[0a4eeb6]217ninja</userinput></screen>
[3a802b2]218
[b84342d6]219 <para>
220 The <application>GLib</application> test suite requires
[2c38e951]221 <application>desktop-file-utils</application> for some tests. However,
[b84342d6]222 <application>desktop-file-utils</application> requires
223 <application>GLib</application> in order to compile; therefore, you must
224 first install <application>GLib</application> and then run the test
225 suite.
226 </para>
[4c3474fe]227
[b84342d6]228 <para>
[c0bc0a9]229 As the <systemitem class="username">root</systemitem> user,
230 install this package for the first time to allow building
231 GObject Introspection:
232 </para>
233
234 <screen role="root"><userinput>ninja install</userinput></screen>
235
236 <para>
237 Build GObject Introspection:
238 </para>
239
240 <screen><userinput>tar xf ../../gobject-introspection-&gobject-introspection-version;.tar.xz &amp;&amp;
241
242meson setup gobject-introspection-&gobject-introspection-version; gi-build \
243 --prefix=/usr --buildtype=release &amp;&amp;
244ninja -C gi-build</userinput></screen>
245
246 <para>
247 To test the results of GObject Introspection, issue:
248 <command>ninja -C gi-build test</command>.
249 </para>
250
251 <para>
252 As the &root; user, install GObject Introspection for generating
253 the introspection data of GLib libraries (required by various packages
254 using Glib, especially some GNOME packages):
[b84342d6]255 </para>
[4c3474fe]256
[c0bc0a9]257 <screen role='root'><userinput>ninja -C gi-build install</userinput></screen>
[aee85523]258
[c0bc0a9]259 <para>
260 Now generate the introspection data:
261 </para>
262
[7c83169b]263 <screen><userinput>meson configure -D introspection=enabled &amp;&amp;
[c0bc0a9]264ninja</userinput></screen>
265
266 <para>
267 If you have <xref linkend='gi-docgen'/> installed and wish to build
268 the API documentation for this package, issue:
269 </para>
270
271 <screen remap='doc'><userinput>sed 's/glib-2.0/glib-&glib2-version;/' \
272 -i ../docs/reference/meson.build &amp;&amp;
[7c83169b]273meson configure -D documentation=true &amp;&amp;
[c0bc0a9]274ninja</userinput></screen>
275
276 <para>
277 As the &root; user, install this package again for the introspection
278 data (and optionally, the documentation):
279 </para>
280
281 <screen role='root'><userinput>ninja install</userinput></screen>
[7da16bf]282
[b84342d6]283 <para>
[8558044]284 You should now install <xref linkend="desktop-file-utils"/> and
[d1a5310]285 <xref linkend="shared-mime-info"/> and proceed to
[b84342d6]286 run the test suite.
287 </para>
[c0e1d87]288
[16f7f0e]289 <warning>
290 <para>
[4e207bb]291 Do not run the test suite as &root; or some tests will fail
292 unexpectedly and leave some non-FHS-compliant directories in the
293 <filename class='directory'>/usr</filename> hierarchy.
[16f7f0e]294 </para>
295 </warning>
[741810a]296 <!-- I cannot reproduce these issues.
[f236d3a]297 <note>
298 <para>
299 If you have installed the glib-skip_warnings-1.patch and have
[161684a]300 the environment variable GLIB_LOG_LEVEL set, unset it before running
[f236d3a]301 the tests. It will cause several tests to fail.
302 </para>
303 </note>
304
[6db44fc]305 <note>
306 <para>
307 If you have used the -D glib_debug=disabled option, 17 tests will
308 fail.
309 </para>
310 </note>
[741810a]311 -->
[b84342d6]312 <para>
[c0bc0a9]313 To test the results, after having installed the packages, issue:
[25ce227]314 <command>LC_ALL=C ninja test</command> as a non-&root; user.
[b84342d6]315 </para>
[7c18102]316 </sect2>
[4c3474fe]317
[7c18102]318 <sect2 role="commands">
319 <title>Command Explanations</title>
[864b24de]320
[20f070d8]321 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
322 href="../../xincludes/meson-buildtype-release.xml"/>
323
[90ae149]324 <para>
[7c83169b]325 <parameter>-D man-pages=enabled</parameter>: This switch causes the
[7da16bf]326 build to create and install the package man pages.
[b84342d6]327 </para>
[7147513]328
[6db44fc]329 <para>
330 <parameter>-D glib_debug=disabled</parameter>: This switch causes the
[741810a]331 build to not include some expensive checks for debugging in the built
332 programs and libraries.
333 </para>
334
335 <para>
336 <parameter>-D sysprof=disabled</parameter>: This switch disables the
337 tracing support for sysprof. Remove this option if you want the
338 tracing support. Note that if sysprof is not installed, removing
[84398041]339 this option will cause the build system to download a copy of sysprof
[741810a]340 from the Internet.
[6db44fc]341 </para>
342
[7c18102]343 </sect2>
[4c3474fe]344
[7c18102]345 <sect2 role="content">
346 <title>Contents</title>
347
[c0bc0a9]348 <bridgehead renderas="sect3">GLib Contents</bridgehead>
349
[7c18102]350 <segmentedlist>
351 <segtitle>Installed Programs</segtitle>
352 <segtitle>Installed Libraries</segtitle>
353 <segtitle>Installed Directories</segtitle>
[4c3474fe]354
[7c18102]355 <seglistitem>
[0913f48]356 <seg>
[8558044]357 gapplication, gdbus, gdbus-codegen,
[c0bc0a9]358 gi-compile-repository, gi-decompile-typelib, gi-inspect-typelib
[8212d8a]359 gio, gio-querymodules,
[0913f48]360 glib-compile-resources, glib-compile-schemas,
[8558044]361 glib-genmarshal, glib-gettextize,
362 glib-mkenums, gobject-query,
363 gresource, gsettings,
[0a4eeb6]364 gtester, and gtester-report
[0913f48]365 </seg>
366 <seg>
[8558044]367 libgio-2.0.so,
[c0bc0a9]368 libgirepository-2.0.so,
[8558044]369 libglib-2.0.so,
[0a4eeb6]370 libgmodule-2.0.so,
[8558044]371 libgobject-2.0.so, and
[0a4eeb6]372 libgthread-2.0.so
[0913f48]373 </seg>
374 <seg>
[d3e019dc]375 /usr/include/gio-unix-2.0,
[0a4eeb6]376 /usr/include/glib-2.0,
[ed92105]377 /usr/lib/gio,
[eb954a8]378 /usr/lib/glib-2.0,
[c0bc0a9]379 /usr/share/glib-2.0, and
380 /usr/share/doc/glib-&glib2-version; (optional)
381 </seg>
382 </seglistitem>
383 </segmentedlist>
384
385 <bridgehead renderas="sect3">GObject Introspection Contents</bridgehead>
386
387 <segmentedlist>
388 <segtitle>Installed Program</segtitle>
389 <segtitle>Installed Libraries</segtitle>
390 <segtitle>Installed Directories</segtitle>
391
392 <!-- g-ir-doc-tool is installed if Mako and Markdown are present -->
393 <seglistitem>
394 <seg>
395 g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool (optional),
396 g-ir-generate, g-ir-inspect, and g-ir-scanner
397 </seg>
398 <seg>
399 libgirepository-1.0.so and
400 _giscanner.&python3-lib-suffix;.so
401 </seg>
402 <seg>
403 /usr/include/gobject-introspection-1.0,
404 /usr/lib/girepository-1.0,
405 /usr/lib/gobject-introspection,
406 /usr/share/gir-1.0, and
407 /usr/share/gobject-introspection-1.0
[0913f48]408 </seg>
[7c18102]409 </seglistitem>
410 </segmentedlist>
[4c3474fe]411
[7c18102]412 <variablelist>
413 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
414 <?dbfo list-presentation="list"?>
415 <?dbhtml list-presentation="table"?>
[4c3474fe]416
[837e96ed]417 <varlistentry id="gapplication">
418 <term><command>gapplication</command></term>
419 <listitem>
420 <para>
[c5ebc8ac]421 can be used to start applications and to send
[4c24eb0a]422 messages to already-running instances of other applications
[837e96ed]423 </para>
424 <indexterm zone="glib2 gapplication">
425 <primary sortas="b-gapplication">application</primary>
426 </indexterm>
427 </listitem>
428 </varlistentry>
[c0bc0a9]429
[b31b493]430 <varlistentry id="gdbus">
431 <term><command>gdbus</command></term>
432 <listitem>
[b84342d6]433 <para>
[d3e019dc]434 is a simple tool used for working with
[4c24eb0a]435 <application>D-Bus</application> objects
[b84342d6]436 </para>
[b31b493]437 <indexterm zone="glib2 gdbus">
438 <primary sortas="b-gdbus">gdbus</primary>
439 </indexterm>
440 </listitem>
441 </varlistentry>
442
443 <varlistentry id="gdbus-codegen">
444 <term><command>gdbus-codegen</command></term>
445 <listitem>
[b84342d6]446 <para>
[0d7900a]447 is used to generate code and/or documentation for one or
[4c24eb0a]448 more <application>D-Bus</application> interfaces
[b84342d6]449 </para>
[b31b493]450 <indexterm zone="glib2 gdbus-codegen">
451 <primary sortas="b-gdbus-codegen">gdbus-codegen</primary>
452 </indexterm>
453 </listitem>
454 </varlistentry>
455
[c0bc0a9]456 <varlistentry id="gi-compile-repository">
457 <term><command>gi-compile-repository</command></term>
458 <listitem>
459 <para>
460 converts one or more GIR files into one or more typelib files
461 </para>
462 <indexterm zone="glib2 gi-compile-repository">
463 <primary sortas="b-gi-compile-repository">gi-compile-repository</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
467
468 <varlistentry id="gi-decompile-typelib">
469 <term><command>gi-decompile-typelib</command></term>
470 <listitem>
471 <para>
472 is a GIR decompiler that uses the repository API
473 </para>
474 <indexterm zone="glib2 gi-decompile-typelib">
475 <primary sortas="b-gi-decompile-typelib">gi-decompile-typelib</primary>
476 </indexterm>
477 </listitem>
478 </varlistentry>
479
480 <varlistentry id="gi-inspect-typelib">
481 <term><command>gi-inspect-typelib</command></term>
482 <listitem>
483 <para>
484 is a utility that gives information about a GI typelib
485 </para>
486 <indexterm zone="glib2 gi-inspect-typelib">
487 <primary sortas="b-gi-inspect-typelib">gi-inspect-typelib</primary>
488 </indexterm>
489 </listitem>
490 </varlistentry>
491
[0797528]492 <varlistentry id="gio">
493 <term><command>gio</command></term>
494 <listitem>
495 <para>
496 is a utility that makes many <application>GIO</application>
[4c24eb0a]497 features available from the command line
[0797528]498 </para>
499 <indexterm zone="glib2 gio">
500 <primary sortas="b-gio">gio</primary>
501 </indexterm>
502 </listitem>
503 </varlistentry>
504
[b31b493]505 <varlistentry id="gio-querymodules">
506 <term><command>gio-querymodules</command></term>
507 <listitem>
[b84342d6]508 <para>
[8558044]509 is used to create a <filename>giomodule.cache</filename> file in
510 the listed directories. This file lists the implemented extension
[4c24eb0a]511 points for each module that has been found
[b84342d6]512 </para>
[b31b493]513 <indexterm zone="glib2 gio-querymodules">
514 <primary sortas="b-gio-querymodules">gio-querymodules</primary>
515 </indexterm>
516 </listitem>
517 </varlistentry>
518
519 <varlistentry id="glib-compile-resources">
520 <term><command>glib-compile-resources</command></term>
521 <listitem>
[b84342d6]522 <para>
[0797528]523 is used to read the resource description from a file and
[0d7900a]524 the files that it references to create a binary resource
[4c24eb0a]525 bundle that is suitable for use with the GResource API
[b84342d6]526 </para>
[b31b493]527 <indexterm zone="glib2 glib-compile-resources">
528 <primary sortas="b-glib-compile-resources">glib-compile-resources</primary>
529 </indexterm>
530 </listitem>
531 </varlistentry>
532
533 <varlistentry id="glib-compile-schemas">
534 <term><command>glib-compile-schemas</command></term>
535 <listitem>
[b84342d6]536 <para>
[0d7900a]537 is used to compile all the GSettings XML schema files
[8558044]538 in a directory into a binary file with the name
[4c24eb0a]539 <filename>gschemas.compiled</filename> that can be used by GSettings
[b84342d6]540 </para>
[b31b493]541 <indexterm zone="glib2 glib-compile-schemas">
542 <primary sortas="b-glib-compile-resources">glib-compile-schemas</primary>
543 </indexterm>
544 </listitem>
545 </varlistentry>
546
[7c18102]547 <varlistentry id="glib-genmarshal">
548 <term><command>glib-genmarshal</command></term>
549 <listitem>
[b84342d6]550 <para>
[4c24eb0a]551 is a C code marshaller generation utility for GLib closures
[b84342d6]552 </para>
[7c18102]553 <indexterm zone="glib2 glib-genmarshal">
554 <primary sortas="b-glib-genmarshal">glib-genmarshal</primary>
555 </indexterm>
556 </listitem>
557 </varlistentry>
[4c3474fe]558
[7c18102]559 <varlistentry id="glib-gettextize">
560 <term><command>glib-gettextize</command></term>
561 <listitem>
[b84342d6]562 <para>
563 is a variant of the <application>gettext</application>
[4c24eb0a]564 internationalization utility
[b84342d6]565 </para>
[7c18102]566 <indexterm zone="glib2 glib-gettextize">
567 <primary sortas="b-glib-gettextize">glib-gettextize</primary>
568 </indexterm>
569 </listitem>
570 </varlistentry>
[4c3474fe]571
[7c18102]572 <varlistentry id="glib-mkenums">
573 <term><command>glib-mkenums</command></term>
574 <listitem>
[b84342d6]575 <para>
[4c24eb0a]576 is a C language enum description generation utility
[b84342d6]577 </para>
[7c18102]578 <indexterm zone="glib2 glib-mkenums">
579 <primary sortas="b-glib-mkenums">glib-mkenums</primary>
580 </indexterm>
581 </listitem>
582 </varlistentry>
[4c3474fe]583
[7c18102]584 <varlistentry id="gobject-query">
585 <term><command>gobject-query</command></term>
586 <listitem>
[b84342d6]587 <para>
[4c24eb0a]588 is a small utility that draws a tree of types
[b84342d6]589 </para>
[7c18102]590 <indexterm zone="glib2 gobject-query">
591 <primary sortas="b-gobject-query">gobject-query</primary>
592 </indexterm>
593 </listitem>
594 </varlistentry>
[4c3474fe]595
[b31b493]596 <varlistentry id="gresource">
597 <term><command>gresource</command></term>
598 <listitem>
[b84342d6]599 <para>
[4c24eb0a]600 offers a simple command line interface to GResource
[b84342d6]601 </para>
[b31b493]602 <indexterm zone="glib2 gresource">
603 <primary sortas="b-gresource">gresource</primary>
604 </indexterm>
605 </listitem>
606 </varlistentry>
607
608 <varlistentry id="gsettings">
609 <term><command>gsettings</command></term>
610 <listitem>
[b84342d6]611 <para>
[4c24eb0a]612 offers a simple command line interface to GSettings
[b84342d6]613 </para>
[b31b493]614 <indexterm zone="glib2 gsettings">
615 <primary sortas="b-gsettings">gsettings</primary>
616 </indexterm>
617 </listitem>
618 </varlistentry>
619
[e103708b]620 <varlistentry id="gtester">
621 <term><command>gtester</command></term>
622 <listitem>
[b84342d6]623 <para>
[4c24eb0a]624 is a test running utility
[b84342d6]625 </para>
[e103708b]626 <indexterm zone="glib2 gtester">
627 <primary sortas="b-gtester">gtester</primary>
628 </indexterm>
629 </listitem>
630 </varlistentry>
631
632 <varlistentry id="gtester-report">
633 <term><command>gtester-report</command></term>
634 <listitem>
[b84342d6]635 <para>
[4c24eb0a]636 is a test report formatting utility
[b84342d6]637 </para>
[e103708b]638 <indexterm zone="glib2 gtester-report">
639 <primary sortas="b-gtester-report">gtester-report</primary>
640 </indexterm>
641 </listitem>
642 </varlistentry>
643
[c0bc0a9]644 <varlistentry id="libgio">
645 <term><filename class='libraryfile'>libgio-2.0.so</filename></term>
646 <listitem>
647 <para>
648 is a library providing useful classes for general purpose I/O,
649 networking, IPC, settings, and other high level application
650 functionality
651 </para>
652 <indexterm zone="glib2 libgio">
653 <primary sortas="c-libgio">libgio-2.0.so</primary>
654 </indexterm>
655 </listitem>
656 </varlistentry>
657
658 <varlistentry id="libgirepository">
659 <term><filename class='libraryfile'>libgirepository-2.0.so</filename></term>
660 <listitem>
661 <para>
662 is a library providing access to typelibs and introspection data
663 which describes C APIs
664 </para>
665 <indexterm zone="glib2 libgirepository">
666 <primary sortas="c-libgirepository2">libgirepository-2.0.so</primary>
667 </indexterm>
668 </listitem>
669 </varlistentry>
670
671 <varlistentry id="libglib">
672 <term><filename class='libraryfile'>libglib-2.0.so</filename></term>
673 <listitem>
674 <para>
675 is a general-purpose, portable utility library, which provides
676 many useful data types, macros, type conversions, string
677 utilities, file utilities, a mainloop abstraction, and so on
678 </para>
679 <indexterm zone="glib2 libglib">
680 <primary sortas="c-libglib">libglib-2.0.so</primary>
681 </indexterm>
682 </listitem>
683 </varlistentry>
684
685 <varlistentry id="libgmodule">
686 <term><filename class='libraryfile'>libgmodule-2.0.so</filename></term>
687 <listitem>
688 <para>
689 provides portable API for dynamically loading modules
690 </para>
691 <indexterm zone="glib2 libgmodule">
692 <primary sortas="c-libgmodule">libgmodule-2.0.so</primary>
693 </indexterm>
694 </listitem>
695 </varlistentry>
696
697 <varlistentry id="libgobject">
698 <term><filename class='libraryfile'>libgobject-2.0.so</filename></term>
699 <listitem>
700 <para>
701 provides the GLib base type system and object class
702 </para>
703 <indexterm zone="glib2 libgobject">
704 <primary sortas="c-libgobject">libgobject-2.0.so</primary>
705 </indexterm>
706 </listitem>
707 </varlistentry>
708
709 <varlistentry id="libgthread">
710 <term><filename class='libraryfile'>libgthread-2.0.so</filename></term>
711 <listitem>
[b84342d6]712 <para>
[c0bc0a9]713 is a skeleton library for backwards compatibility; it used to
714 be the GLib thread library but the functionalities has been
715 merged info <systemitem class='library'>libglib-2.0</systemitem>
[b84342d6]716 </para>
[c0bc0a9]717 <indexterm zone="glib2 libgthread">
718 <primary sortas="c-libgthread">libgthread-2.0.so</primary>
[7c18102]719 </indexterm>
[c0bc0a9]720 </listitem>
721 </varlistentry>
[4c3474fe]722
[c0bc0a9]723 <varlistentry id="g-ir-annotation-tool">
724 <term><command>g-ir-annotation-tool</command></term>
725 <listitem>
726 <para>
727 creates or extracts annotation data from GI typelibs
728 </para>
729 <indexterm zone="glib2 g-ir-annotation-tool">
730 <primary sortas="b-g-ir-annotation-tool">g-ir-annotation-tool</primary>
731 </indexterm>
732 </listitem>
733 </varlistentry>
734
735 <varlistentry id="g-ir-compiler">
736 <term><command>g-ir-compiler</command></term>
737 <listitem>
738 <para>
739 is a counterpart of <command>gi-compile-repository</command>
740 for the old
741 <systemitem class='library'>libgirepository-1.0</systemitem>
742 API
743 </para>
744 <indexterm zone="glib2 g-ir-compiler">
745 <primary sortas="b-g-ir-compiler">g-ir-compiler</primary>
746 </indexterm>
747 </listitem>
748 </varlistentry>
749
750 <varlistentry id="g-ir-doc-tool">
751 <term><command>g-ir-doc-tool</command></term>
752 <listitem>
753 <para>
754 generates Mallard files that can be viewed with
755 <command>yelp</command> or rendered to HTML with
756 <command>yelp-build</command> from
757 <ulink url="&gnome-download-http;/yelp-tools">yelp-tools</ulink>
758 </para>
759 <indexterm zone="glib2 g-ir-doc-tool">
760 <primary sortas="b-g-ir-doc-tool">g-ir-doc-tool</primary>
761 </indexterm>
762 </listitem>
763 </varlistentry>
764
765 <varlistentry id="g-ir-inspect">
766 <term><command>g-ir-inspect</command></term>
767 <listitem>
768 <para>
769 is a counterpart of <command>gi-inspect-typelib</command>
770 for the old
771 <systemitem class='library'>libgirepository-1.0</systemitem>
772 API
773 </para>
774 <indexterm zone="glib2 g-ir-inspect">
775 <primary sortas="b-g-ir-inspect">g-ir-inspect</primary>
776 </indexterm>
777 </listitem>
778 </varlistentry>
779
780 <varlistentry id="g-ir-generate">
781 <term><command>g-ir-generate</command></term>
782 <listitem>
783 <para>
784 is a counterpart of <command>gi-decompile-typelib</command>
785 for the old
786 <systemitem class='library'>libgirepository-1.0</systemitem>
787 API
788 </para>
789 <indexterm zone="glib2 g-ir-generate">
790 <primary sortas="b-g-ir-generate">g-ir-generate</primary>
791 </indexterm>
792 </listitem>
793 </varlistentry>
794
795 <varlistentry id="g-ir-scanner">
796 <term><command>g-ir-scanner</command></term>
797 <listitem>
798 <para>
799 is a tool which generates GIR XML files by parsing headers and
800 introspecting GObject based libraries
801 </para>
802 <indexterm zone="glib2 g-ir-scanner">
803 <primary sortas="b-g-ir-scanner">g-ir-scanner</primary>
804 </indexterm>
805 </listitem>
806 </varlistentry>
807
808 <varlistentry id="libgirepository-1.0">
809 <term><filename class='libraryfile'>libgirepository-1.0.so</filename></term>
810 <listitem>
811 <para>
812 is a counterpart of
813 <systemitem class='library'>libgirepository-2.0</systemitem>
814 with the old 1.0 API
815 </para>
816 <indexterm zone="glib2 libgirepository-1.0">
817 <primary sortas="c-libgirepository1">libgirepository-1.0.so</primary>
818 </indexterm>
819 </listitem>
820 </varlistentry>
[7c18102]821 </variablelist>
822
823 </sect2>
[d4340990]824
825</sect1>
Note: See TracBrowser for help on using the repository browser.