2007-11-26 16:13:05 +00:00
|
|
|
<?xml version="1.0"?>
|
2012-04-22 21:56:07 +01:00
|
|
|
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
|
|
|
|
|
'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
|
2010-01-07 10:22:14 +02:00
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
2007-11-26 16:13:05 +00:00
|
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
|
|
|
]>
|
|
|
|
|
<book lang="en" id="gio" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
|
<title>GIO Reference Manual</title>
|
|
|
|
|
<bookinfo>
|
|
|
|
|
<title>GIO Reference Manual</title>
|
2009-02-06 08:09:24 +00:00
|
|
|
<releaseinfo>
|
|
|
|
|
for GIO &version;
|
|
|
|
|
The latest version of this documentation can be found on-line at
|
2014-09-18 20:31:52 +02:00
|
|
|
<ulink role="online-location" url="https://developer.gnome.org/gio/unstable/">https://developer.gnome.org/gio/unstable/</ulink>.
|
2009-02-06 08:09:24 +00:00
|
|
|
</releaseinfo>
|
2007-12-17 17:54:02 +00:00
|
|
|
</bookinfo>
|
2007-12-17 17:28:40 +00:00
|
|
|
|
2007-11-26 16:13:05 +00:00
|
|
|
<part>
|
|
|
|
|
<title>API Reference</title>
|
|
|
|
|
<chapter id="file_ops">
|
2010-04-17 00:31:41 -04:00
|
|
|
<title>File Operations</title>
|
|
|
|
|
<xi:include href="xml/gfile.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gfileattribute.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gfileinfo.xml"/>
|
|
|
|
|
<xi:include href="xml/gfileenumerator.xml"/>
|
|
|
|
|
<xi:include href="xml/gioerror.xml"/>
|
|
|
|
|
<xi:include href="xml/gmountoperation.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="file_mon">
|
2010-04-17 00:31:41 -04:00
|
|
|
<title>File System Monitoring</title>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gfilemonitor.xml"/>
|
|
|
|
|
</chapter>
|
2010-11-28 23:55:43 -05:00
|
|
|
<chapter id="utils">
|
|
|
|
|
<title>File-related Utilities</title>
|
|
|
|
|
<xi:include href="xml/gfilenamecompleter.xml"/>
|
|
|
|
|
</chapter>
|
2007-11-26 16:13:05 +00:00
|
|
|
<chapter id="async">
|
|
|
|
|
<title>Asynchronous I/O</title>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gcancellable.xml"/>
|
|
|
|
|
<xi:include href="xml/gasyncresult.xml"/>
|
2011-11-21 09:19:56 -05:00
|
|
|
<xi:include href="xml/gtask.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gioscheduler.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gsimpleasyncresult.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</chapter>
|
2009-11-29 22:54:16 -05:00
|
|
|
<chapter id="conversion">
|
|
|
|
|
<title>Data conversion</title>
|
|
|
|
|
<xi:include href="xml/gconverter.xml"/>
|
|
|
|
|
<xi:include href="xml/gcharsetconverter.xml"/>
|
2021-07-31 22:59:15 +01:00
|
|
|
<xi:include href="xml/gzlibcompressor.xml"/>
|
|
|
|
|
<xi:include href="xml/gzlibdecompressor.xml"/>
|
2009-11-29 22:54:16 -05:00
|
|
|
</chapter>
|
2007-11-26 16:13:05 +00:00
|
|
|
<chapter id="streaming">
|
|
|
|
|
<title>Streaming I/O</title>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gseekable.xml"/>
|
2009-11-29 22:54:16 -05:00
|
|
|
<xi:include href="xml/ginputstream.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/goutputstream.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/giostream.xml"/>
|
2014-12-17 09:11:29 +01:00
|
|
|
<xi:include href="xml/gsimpleiostream.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gfileinputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gfileoutputstream.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/gfileiostream.xml"/>
|
2010-02-21 19:55:02 -05:00
|
|
|
<xi:include href="xml/gfiledescriptorbased.xml"/>
|
2009-11-29 22:54:16 -05:00
|
|
|
<xi:include href="xml/gfilterinputstream.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gfilteroutputstream.xml"/>
|
2009-11-29 22:54:16 -05:00
|
|
|
<xi:include href="xml/gmemoryinputstream.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gmemoryoutputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gbufferedinputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gbufferedoutputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gdatainputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gdataoutputstream.xml"/>
|
2007-11-27 19:11:39 +00:00
|
|
|
<xi:include href="xml/gunixinputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gunixoutputstream.xml"/>
|
2009-11-29 22:54:16 -05:00
|
|
|
<xi:include href="xml/gconverterinputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gconverteroutputstream.xml"/>
|
2010-09-18 13:05:25 -04:00
|
|
|
<xi:include href="xml/gpollableinputstream.xml"/>
|
|
|
|
|
<xi:include href="xml/gpollableoutputstream.xml"/>
|
2012-02-11 17:22:49 -05:00
|
|
|
<xi:include href="xml/gpollableutils.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="types">
|
|
|
|
|
<title>File types and applications</title>
|
|
|
|
|
<xi:include href="xml/gcontenttype.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gappinfo.xml"/>
|
2013-09-25 09:19:43 -04:00
|
|
|
<xi:include href="xml/gappinfomonitor.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gdesktopappinfo.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="volume_mon">
|
2010-04-17 00:31:41 -04:00
|
|
|
<title>Volumes and Drives</title>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gvolumemonitor.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gvolume.xml"/>
|
2007-12-17 07:05:28 +00:00
|
|
|
<xi:include href="xml/gmount.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gdrive.xml"/>
|
|
|
|
|
<xi:include href="xml/gunixmounts.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="icons">
|
2010-04-17 00:31:41 -04:00
|
|
|
<title>Icons</title>
|
|
|
|
|
<xi:include href="xml/gicon.xml"/>
|
|
|
|
|
<xi:include href="xml/gfileicon.xml"/>
|
2013-04-20 17:23:31 -04:00
|
|
|
<xi:include href="xml/gbytesicon.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/gloadableicon.xml"/>
|
|
|
|
|
<xi:include href="xml/gthemedicon.xml"/>
|
|
|
|
|
<xi:include href="xml/gemblemedicon.xml"/>
|
|
|
|
|
<xi:include href="xml/gemblem.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</chapter>
|
2009-05-18 13:02:11 +02:00
|
|
|
<chapter id="failable_initialization">
|
2010-04-17 00:31:41 -04:00
|
|
|
<title>Failable Initialization</title>
|
|
|
|
|
<xi:include href="xml/ginitable.xml"/>
|
|
|
|
|
<xi:include href="xml/gasyncinitable.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
</chapter>
|
2012-05-17 14:37:17 -04:00
|
|
|
<chapter id="subprocesses">
|
|
|
|
|
<title>Subprocesses</title>
|
|
|
|
|
<xi:include href="xml/gsubprocess.xml"/>
|
2013-10-17 20:55:53 -04:00
|
|
|
<xi:include href="xml/gsubprocesslauncher.xml"/>
|
2012-05-17 14:37:17 -04:00
|
|
|
</chapter>
|
2008-12-12 13:13:55 -05:00
|
|
|
<chapter id="networking">
|
2011-06-12 15:59:36 -04:00
|
|
|
<title>Low-level network support</title>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/gsocket.xml"/>
|
2015-06-12 08:50:42 +01:00
|
|
|
<xi:include href="xml/gdatagrambased.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/ginetaddress.xml"/>
|
2011-10-01 08:31:54 -04:00
|
|
|
<xi:include href="xml/ginetaddressmask.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/gsocketaddress.xml"/>
|
|
|
|
|
<xi:include href="xml/ginetsocketaddress.xml"/>
|
|
|
|
|
<xi:include href="xml/gunixsocketaddress.xml"/>
|
2019-07-09 15:01:39 -04:00
|
|
|
<xi:include href="xml/gnativesocketaddress.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/gsocketcontrolmessage.xml"/>
|
2009-11-11 22:40:28 -05:00
|
|
|
<xi:include href="xml/gunixfdlist.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/gunixfdmessage.xml"/>
|
2010-05-06 15:31:45 -04:00
|
|
|
<xi:include href="xml/gcredentials.xml"/>
|
|
|
|
|
<xi:include href="xml/gunixcredentialsmessage.xml"/>
|
2010-08-10 15:24:37 -04:00
|
|
|
<xi:include href="xml/gproxy.xml"/>
|
2010-04-26 17:27:33 -04:00
|
|
|
<xi:include href="xml/gproxyaddress.xml"/>
|
2010-11-11 09:57:25 -05:00
|
|
|
<xi:include href="xml/gnetworking.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
</chapter>
|
2010-05-08 23:28:17 -04:00
|
|
|
<chapter id="highlevel-socket">
|
2020-06-12 14:02:30 +01:00
|
|
|
<title>High-level network functionality</title>
|
2010-05-08 23:28:17 -04:00
|
|
|
<xi:include href="xml/gsocketclient.xml"/>
|
|
|
|
|
<xi:include href="xml/gsocketconnection.xml"/>
|
|
|
|
|
<xi:include href="xml/gunixconnection.xml"/>
|
2010-07-20 14:02:14 -04:00
|
|
|
<xi:include href="xml/gtcpconnection.xml"/>
|
2010-11-01 20:22:24 -04:00
|
|
|
<xi:include href="xml/gtcpwrapperconnection.xml"/>
|
2010-05-08 23:28:17 -04:00
|
|
|
<xi:include href="xml/gsocketlistener.xml"/>
|
|
|
|
|
<xi:include href="xml/gsocketservice.xml"/>
|
|
|
|
|
<xi:include href="xml/gthreadedsocketservice.xml"/>
|
2011-06-12 15:59:36 -04:00
|
|
|
<xi:include href="xml/gnetworkmonitor.xml"/>
|
2010-05-08 23:28:17 -04:00
|
|
|
</chapter>
|
2009-12-21 20:50:32 +01:00
|
|
|
<chapter id="tls">
|
|
|
|
|
<title>TLS (SSL) support</title>
|
|
|
|
|
<xi:include href="xml/gtls.xml"/>
|
|
|
|
|
<xi:include href="xml/gtlscertificate.xml"/>
|
|
|
|
|
<xi:include href="xml/gtlsconnection.xml"/>
|
|
|
|
|
<xi:include href="xml/gtlsclientconnection.xml"/>
|
|
|
|
|
<xi:include href="xml/gtlsserverconnection.xml"/>
|
2015-06-25 12:58:14 +01:00
|
|
|
<xi:include href="xml/gdtlsconnection.xml"/>
|
|
|
|
|
<xi:include href="xml/gdtlsclientconnection.xml"/>
|
|
|
|
|
<xi:include href="xml/gdtlsserverconnection.xml"/>
|
2009-12-21 20:50:32 +01:00
|
|
|
<xi:include href="xml/gtlsbackend.xml"/>
|
2011-08-04 08:54:55 +02:00
|
|
|
<xi:include href="xml/gtlsdatabase.xml"/>
|
|
|
|
|
<xi:include href="xml/gtlsfiledatabase.xml"/>
|
|
|
|
|
<xi:include href="xml/gtlsinteraction.xml"/>
|
|
|
|
|
<xi:include href="xml/gtlspassword.xml"/>
|
2009-12-21 20:50:32 +01:00
|
|
|
</chapter>
|
2009-05-18 13:02:11 +02:00
|
|
|
<chapter id="resolver">
|
|
|
|
|
<title>DNS resolution</title>
|
|
|
|
|
<xi:include href="xml/gresolver.xml"/>
|
2010-05-07 15:55:54 -04:00
|
|
|
<xi:include href="xml/gproxyresolver.xml"/>
|
2013-01-26 09:54:03 -05:00
|
|
|
<xi:include href="xml/gsimpleproxyresolver.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/gsocketconnectable.xml"/>
|
2017-12-12 11:42:45 +00:00
|
|
|
<xi:include href="xml/gsocketaddressenumerator.xml"/>
|
|
|
|
|
<xi:include href="xml/gproxyaddressenumerator.xml"/>
|
2009-05-18 13:02:11 +02:00
|
|
|
<xi:include href="xml/gnetworkaddress.xml"/>
|
|
|
|
|
<xi:include href="xml/gnetworkservice.xml"/>
|
|
|
|
|
<xi:include href="xml/gsrvtarget.xml"/>
|
|
|
|
|
</chapter>
|
2010-05-06 15:31:45 -04:00
|
|
|
<chapter id="gdbus-lowlevel">
|
2014-08-12 07:50:20 -04:00
|
|
|
<title>Low-level D-Bus Support</title>
|
2010-05-06 15:31:45 -04:00
|
|
|
<xi:include href="xml/gdbusutils.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusaddress.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusintrospection.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbuserror.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusmessage.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusconnection.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusmethodinvocation.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusserver.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusauthobserver.xml"/>
|
|
|
|
|
</chapter>
|
|
|
|
|
<chapter id="gdbus-convenience">
|
2014-08-12 07:50:20 -04:00
|
|
|
<title>High-level D-Bus Support</title>
|
2010-05-06 15:31:45 -04:00
|
|
|
<xi:include href="xml/gdbusnameowning.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusnamewatching.xml"/>
|
2011-04-08 16:29:30 -04:00
|
|
|
<xi:include href="xml/gdbusinterface.xml"/>
|
2011-04-13 16:33:51 -04:00
|
|
|
<xi:include href="xml/gdbusinterfaceskeleton.xml"/>
|
2010-05-06 16:02:08 -04:00
|
|
|
<xi:include href="xml/gdbusproxy.xml"/>
|
2011-04-08 16:29:30 -04:00
|
|
|
<xi:include href="xml/gdbusobject.xml"/>
|
2011-04-13 16:33:51 -04:00
|
|
|
<xi:include href="xml/gdbusobjectskeleton.xml"/>
|
2011-04-08 16:29:30 -04:00
|
|
|
<xi:include href="xml/gdbusobjectproxy.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusobjectmanager.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusobjectmanagerserver.xml"/>
|
|
|
|
|
<xi:include href="xml/gdbusobjectmanagerclient.xml"/>
|
2010-05-06 15:31:45 -04:00
|
|
|
</chapter>
|
2010-04-17 00:31:41 -04:00
|
|
|
<chapter id="settings">
|
|
|
|
|
<title>Settings</title>
|
|
|
|
|
<xi:include href="xml/gsettings.xml"/>
|
|
|
|
|
<xi:include href="xml/gsettingsbackend.xml"/>
|
2011-11-17 10:06:49 +00:00
|
|
|
<xi:include href="xml/gsettingsschema.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
</chapter>
|
2012-01-13 16:39:28 +01:00
|
|
|
<chapter id="resources">
|
|
|
|
|
<title>Resources</title>
|
|
|
|
|
<xi:include href="xml/gresource.xml"/>
|
|
|
|
|
</chapter>
|
2010-06-03 22:58:52 +02:00
|
|
|
<chapter id='permissions'>
|
|
|
|
|
<title>Permissions</title>
|
|
|
|
|
<xi:include href="xml/gpermission.xml"/>
|
2010-06-04 22:32:01 +02:00
|
|
|
<xi:include href="xml/gsimplepermission.xml"/>
|
2010-06-03 22:58:52 +02:00
|
|
|
</chapter>
|
2015-01-30 17:38:45 +01:00
|
|
|
<chapter id='data-models'>
|
|
|
|
|
<title>Data Models</title>
|
|
|
|
|
<xi:include href="xml/glistmodel.xml"/>
|
|
|
|
|
<xi:include href="xml/gliststore.xml"/>
|
|
|
|
|
</chapter>
|
2019-07-09 13:25:49 -04:00
|
|
|
|
2010-06-07 13:25:39 -04:00
|
|
|
<chapter id="application">
|
|
|
|
|
<title>Application support</title>
|
2011-11-26 22:38:32 -05:00
|
|
|
<xi:include href="xml/gapplication.xml"/>
|
|
|
|
|
<xi:include href="xml/gapplicationcommandline.xml"/>
|
2010-08-18 00:30:44 -04:00
|
|
|
<xi:include href="xml/gactiongroup.xml"/>
|
2011-11-30 19:03:41 -05:00
|
|
|
<xi:include href="xml/gactionmap.xml"/>
|
2010-08-18 02:15:09 -04:00
|
|
|
<xi:include href="xml/gsimpleactiongroup.xml"/>
|
2010-08-18 01:45:15 -04:00
|
|
|
<xi:include href="xml/gaction.xml"/>
|
2010-08-30 18:58:49 +02:00
|
|
|
<xi:include href="xml/gsimpleaction.xml"/>
|
2013-06-28 11:41:43 -04:00
|
|
|
<xi:include href="xml/gpropertyaction.xml"/>
|
2011-12-17 00:17:08 -05:00
|
|
|
<xi:include href="xml/gremoteactiongroup.xml"/>
|
2011-06-29 01:02:21 +01:00
|
|
|
<xi:include href="xml/gactiongroupexporter.xml"/>
|
2011-07-01 02:41:30 +01:00
|
|
|
<xi:include href="xml/gdbusactiongroup.xml"/>
|
2021-11-11 10:56:50 +00:00
|
|
|
<xi:include href="xml/gdebugcontroller.xml"/>
|
|
|
|
|
<xi:include href="xml/gdebugcontrollerdbus.xml"/>
|
2019-07-25 15:52:09 +02:00
|
|
|
<xi:include href="xml/gmemorymonitor.xml"/>
|
2011-11-26 22:46:51 -05:00
|
|
|
<xi:include href="xml/gmenumodel.xml"/>
|
2011-11-26 22:48:24 -05:00
|
|
|
<xi:include href="xml/gmenu.xml"/>
|
2011-11-26 21:02:15 -05:00
|
|
|
<xi:include href="xml/gmenuexporter.xml"/>
|
2011-12-08 00:31:23 -05:00
|
|
|
<xi:include href="xml/gdbusmenumodel.xml"/>
|
2013-10-21 14:29:44 -04:00
|
|
|
<xi:include href="xml/gnotification.xml"/>
|
2021-07-20 16:04:31 -05:00
|
|
|
<xi:include href="xml/gpowerprofilemonitor.xml"/>
|
2010-06-07 13:25:39 -04:00
|
|
|
</chapter>
|
2007-11-26 16:13:05 +00:00
|
|
|
<chapter id="extending">
|
2010-04-17 00:31:41 -04:00
|
|
|
<title>Extending GIO</title>
|
2007-11-26 16:13:05 +00:00
|
|
|
<xi:include href="xml/gvfs.xml"/>
|
2010-04-17 00:31:41 -04:00
|
|
|
<xi:include href="xml/giomodule.xml"/>
|
|
|
|
|
<xi:include href="xml/extensionpoints.xml"/>
|
|
|
|
|
</chapter>
|
|
|
|
|
<chapter id="tools">
|
|
|
|
|
<title>GIO Tools</title>
|
2010-04-22 01:15:54 -04:00
|
|
|
<xi:include href="gio-querymodules.xml"/>
|
|
|
|
|
<xi:include href="gsettings.xml"/>
|
2010-04-23 17:27:26 -04:00
|
|
|
<xi:include href="glib-compile-schemas.xml"/>
|
2012-01-13 16:39:28 +01:00
|
|
|
<xi:include href="glib-compile-resources.xml"/>
|
2010-05-06 19:39:16 -04:00
|
|
|
<xi:include href="gdbus.xml"/>
|
2011-04-12 11:50:34 -04:00
|
|
|
<xi:include href="xml/gdbus-codegen.xml"/>
|
2012-01-23 00:23:18 -05:00
|
|
|
<xi:include href="gresource.xml"/>
|
2013-10-17 21:03:18 -04:00
|
|
|
<xi:include href="gapplication.xml"/>
|
2015-05-25 16:40:55 -04:00
|
|
|
<xi:include href="gio.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</chapter>
|
2012-04-18 23:21:13 +02:00
|
|
|
<chapter id="testing">
|
|
|
|
|
<title>GIO Testing</title>
|
|
|
|
|
<xi:include href="xml/gtestdbus.xml"/>
|
|
|
|
|
</chapter>
|
2019-07-09 13:25:49 -04:00
|
|
|
<xi:include href="gio-docs-platform.xml"/>
|
2007-11-26 16:13:05 +00:00
|
|
|
</part>
|
|
|
|
|
|
2010-05-06 17:52:54 -04:00
|
|
|
<part id="migrating">
|
|
|
|
|
<title>Migrating to GIO</title>
|
|
|
|
|
<xi:include href="xml/migrating-posix.xml"/>
|
|
|
|
|
</part>
|
2007-12-17 17:28:40 +00:00
|
|
|
|
2007-11-26 16:13:05 +00:00
|
|
|
<chapter id="gio-hierarchy">
|
|
|
|
|
<title>Object Hierarchy</title>
|
|
|
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
|
|
|
</chapter>
|
|
|
|
|
|
2023-03-04 15:31:12 -05:00
|
|
|
<chapter id="api-index-full">
|
2007-11-26 16:13:05 +00:00
|
|
|
<title id="index-all">Index</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-deprecated" role="deprecated">
|
2009-07-05 21:59:38 -04:00
|
|
|
<title>Index of deprecated symbols</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-18" role="2.18">
|
2008-05-29 03:49:48 +00:00
|
|
|
<title>Index of new symbols in 2.18</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-20" role="2.20">
|
2008-10-16 23:59:50 +00:00
|
|
|
<title>Index of new symbols in 2.20</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.20.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-22" role="2.22">
|
2009-05-27 12:07:13 -04:00
|
|
|
<title>Index of new symbols in 2.22</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-24" role="2.24">
|
2009-11-29 22:54:16 -05:00
|
|
|
<title>Index of new symbols in 2.24</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-26" role="2.26">
|
2010-04-18 15:54:54 -04:00
|
|
|
<title>Index of new symbols in 2.26</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-28" role="2.28">
|
2010-11-24 16:00:32 -05:00
|
|
|
<title>Index of new symbols in 2.28</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-30" role="2.30">
|
2011-03-28 11:35:14 -04:00
|
|
|
<title>Index of new symbols in 2.30</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-32" role="2.32">
|
2011-10-15 17:31:47 -04:00
|
|
|
<title>Index of new symbols in 2.32</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-34" role="2.34">
|
2012-04-23 01:36:49 +01:00
|
|
|
<title>Index of new symbols in 2.34</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-36" role="2.36">
|
2013-02-03 13:24:59 -05:00
|
|
|
<title>Index of new symbols in 2.36</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-38" role="2.38">
|
2013-05-01 00:16:25 -04:00
|
|
|
<title>Index of new symbols in 2.38</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.38.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-40" role="2.40">
|
2013-10-17 20:16:13 -04:00
|
|
|
<title>Index of new symbols in 2.40</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.40.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-42" role="2.42">
|
2014-05-31 08:54:16 -04:00
|
|
|
<title>Index of new symbols in 2.42</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.42.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-44" role="2.44">
|
2014-12-01 14:16:54 +01:00
|
|
|
<title>Index of new symbols in 2.44</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.44.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-46" role="2.46">
|
2015-06-05 15:27:59 -04:00
|
|
|
<title>Index of new symbols in 2.46</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.46.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-48" role="2.48">
|
2015-10-25 19:42:18 +01:00
|
|
|
<title>Index of new symbols in 2.48</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.48.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-50" role="2.50">
|
2016-05-18 13:29:41 +02:00
|
|
|
<title>Index of new symbols in 2.50</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.50.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-52" role="2.52">
|
2017-02-05 12:55:25 +01:00
|
|
|
<title>Index of new symbols in 2.52</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.52.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-54" role="2.54">
|
2018-11-13 08:08:14 +01:00
|
|
|
<title>Index of new symbols in 2.54</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.54.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-56" role="2.56">
|
2018-11-13 08:08:14 +01:00
|
|
|
<title>Index of new symbols in 2.56</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.56.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-58" role="2.58">
|
2018-11-13 08:08:14 +01:00
|
|
|
<title>Index of new symbols in 2.58</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.58.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-60" role="2.60">
|
2018-11-23 13:23:40 +00:00
|
|
|
<title>Index of new symbols in 2.60</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.60.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-62" role="2.62">
|
2020-01-03 06:49:31 -05:00
|
|
|
<title>Index of new symbols in 2.62</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.62.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-64" role="2.64">
|
2020-01-03 06:49:31 -05:00
|
|
|
<title>Index of new symbols in 2.64</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.64.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-66" role="2.66">
|
2020-05-20 12:20:28 +01:00
|
|
|
<title>Index of new symbols in 2.66</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.66.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-68" role="2.68">
|
2020-10-01 14:33:21 +01:00
|
|
|
<title>Index of new symbols in 2.68</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.68.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-70" role="2.70">
|
2021-02-25 10:35:36 +00:00
|
|
|
<title>Index of new symbols in 2.70</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.70.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-72" role="2.72">
|
2021-09-17 11:35:21 +01:00
|
|
|
<title>Index of new symbols in 2.72</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.72.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-74" role="2.74">
|
2022-03-28 12:55:20 +01:00
|
|
|
<title>Index of new symbols in 2.74</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.74.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-76" role="2.76">
|
2022-10-14 16:03:29 +01:00
|
|
|
<title>Index of new symbols in 2.76</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.76.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
|
|
|
|
<chapter id="api-index-2-78" role="2.78">
|
2023-03-14 15:40:15 +00:00
|
|
|
<title>Index of new symbols in 2.78</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.78.xml"><xi:fallback /></xi:include>
|
2023-03-04 15:31:12 -05:00
|
|
|
</chapter>
|
2023-10-03 10:24:19 +01:00
|
|
|
<chapter id="api-index-2-80" role="2.80">
|
|
|
|
|
<title>Index of new symbols in 2.80</title>
|
|
|
|
|
<xi:include href="xml/api-index-2.80.xml"><xi:fallback /></xi:include>
|
|
|
|
|
</chapter>
|
2010-07-14 11:56:41 +03:00
|
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
|
|
2007-11-26 16:13:05 +00:00
|
|
|
</book>
|