diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 398c4280e8c4..f643570a17bd 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -1,117 +1,121 @@ # Created by: Vanilla I. Shu PORTNAME= glib DISTVERSION= 2.70.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= Some useful routines of C programming (current stable version) LICENSE= LGPL20 LIB_DEPENDS= libffi.so:devel/libffi \ libpcre.so:devel/pcre # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) USES= compiler:c11 cpe gettext gnome iconv:wchar_t localbase:ldflags \ meson perl5 pkgconfig python:3.6+ tar:xz trigger TRIGGERS= gio-modules glib-schemas USE_LDCONFIG= yes USE_PERL5= build USE_PYTHON= py3kplist MESON_ARGS= -Db_lundef=false \ -Ddefault_library=both \ -Dinstalled_tests=false \ -Dlibmount=disabled \ -Dlocalstatedir=/var \ -Dselinux=disabled \ -Dxattr=false BINARY_ALIAS= python3=${PYTHON_CMD} PORTSCOUT= limitw:1,even CPE_VENDOR= gnome CONFLICTS_INSTALL= p5-Giovanni _LIBVERSION= 0.7000.4 PLIST_SUB= LIBVERSION=${_LIBVERSION} -OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS TEST +OPTIONS_DEFINE= DEBUG DOCS FAM_ALTBACKEND MANPAGES NLS TEST OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes +DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc +DOCS_IMPLIES= TEST +DOCS_MESON_TRUE= gtk_doc + FAM_ALTBACKEND_DESC= Alternate file monitor backend MANPAGES_BUILD_DEPENDS= docbook-xml>4.1.2:textproc/docbook-xml \ docbook-xsl>0:textproc/docbook-xsl MANPAGES_USE= GNOME=libxslt:build MANPAGES_MESON_TRUE= man -TEST_DEPENDS= dbus-daemon:devel/dbus +TEST_BUILD_DEPENDS= dbus-daemon:devel/dbus TEST_MESON_TRUE= tests .include # doesn't build yet MESON_ARGS+= -Ddtrace=false .if empty(ICONV_LIB) # native? MESON_ARGS+= -Diconv=libc .else MESON_ARGS+= -Diconv=external .endif pre-configure-FAM_ALTBACKEND-on: @${REINPLACE_CMD} -e 's|kqueue-helper.c|kqueue_fnm.c|g ; \ s|.*kqueue-missing.c.*||g ; \ s|.*dep-list.c.*||g' \ ${WRKSRC}/gio/kqueue/meson.build @${CP} -f ${FILESDIR}/gkqueuefilemonitor.c ${WRKSRC}/gio/kqueue/gkqueuefilemonitor.c @${CP} ${FILESDIR}/kqueue_fnm.c ${WRKSRC}/gio/kqueue/kqueue_fnm.c @${CP} ${FILESDIR}/kqueue_fnm.h ${WRKSRC}/gio/kqueue/kqueue_fnm.h post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/share/locale/locale|${LOCALBASE}/share/locale/locale|g' \ ${WRKSRC}/glib/gutils.c ${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \ ${WRKSRC}/gio/gdbus-2.0/codegen/gdbus-codegen.in \ ${WRKSRC}/glib/gtester-report.in \ ${WRKSRC}/gobject/glib-genmarshal.in \ ${WRKSRC}/gobject/glib-mkenums.in ${REINPLACE_CMD} -e '/inotify_init1/d' \ -e '/inotify.h/d' \ ${WRKSRC}/meson.build ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/gio/xdgmime/xdgmime.c \ ${WRKSRC}/glib/gutils.c \ ${WRKSRC}/glib/tests/utils.c CODEGENDIR= ${PREFIX}/share/glib-2.0/codegen post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/GConf/gsettings ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gio/modules # generates .py[co] files for installed modules # if that's not done, ${PYTHON_SITELIBDIR}/gps will be polluted # with these files when module is imported from root user ${FIND} ${STAGEDIR}${PREFIX} -name \*.pyc -delete (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${CODEGENDIR} -f ${CODEGENDIR:S;${PREFIX}/;;} && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${CODEGENDIR} -f ${CODEGENDIR:S;${PREFIX}/;;}) # install bash completion regardless if bash is present ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions .for file in gapplication gdbus gio gresource gsettings ${INSTALL_DATA} ${WRKSRC}/gio/completion/${file} \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ .endfor ${RM} -r ${STAGEDIR}${PREFIX}/libexec/installed-tests .include diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 284807bb3660..c47338983b25 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -1,471 +1,982 @@ bin/gapplication bin/gdbus bin/gdbus-codegen bin/gio bin/gio-querymodules bin/glib-compile-resources bin/glib-compile-schemas bin/glib-genmarshal bin/glib-gettextize bin/glib-mkenums bin/gobject-query bin/gresource bin/gsettings bin/gtester bin/gtester-report include/gio-unix-2.0/gio/gdesktopappinfo.h include/gio-unix-2.0/gio/gfiledescriptorbased.h include/gio-unix-2.0/gio/gunixconnection.h include/gio-unix-2.0/gio/gunixcredentialsmessage.h include/gio-unix-2.0/gio/gunixfdlist.h include/gio-unix-2.0/gio/gunixfdmessage.h include/gio-unix-2.0/gio/gunixinputstream.h include/gio-unix-2.0/gio/gunixmounts.h include/gio-unix-2.0/gio/gunixoutputstream.h include/gio-unix-2.0/gio/gunixsocketaddress.h include/glib-2.0/gio/gaction.h include/glib-2.0/gio/gactiongroup.h include/glib-2.0/gio/gactiongroupexporter.h include/glib-2.0/gio/gactionmap.h include/glib-2.0/gio/gappinfo.h include/glib-2.0/gio/gapplication.h include/glib-2.0/gio/gapplicationcommandline.h include/glib-2.0/gio/gasyncinitable.h include/glib-2.0/gio/gasyncresult.h include/glib-2.0/gio/gbufferedinputstream.h include/glib-2.0/gio/gbufferedoutputstream.h include/glib-2.0/gio/gbytesicon.h include/glib-2.0/gio/gcancellable.h include/glib-2.0/gio/gcharsetconverter.h include/glib-2.0/gio/gcontenttype.h include/glib-2.0/gio/gconverter.h include/glib-2.0/gio/gconverterinputstream.h include/glib-2.0/gio/gconverteroutputstream.h include/glib-2.0/gio/gcredentials.h include/glib-2.0/gio/gdatagrambased.h include/glib-2.0/gio/gdatainputstream.h include/glib-2.0/gio/gdataoutputstream.h include/glib-2.0/gio/gdbusactiongroup.h include/glib-2.0/gio/gdbusaddress.h include/glib-2.0/gio/gdbusauthobserver.h include/glib-2.0/gio/gdbusconnection.h include/glib-2.0/gio/gdbuserror.h include/glib-2.0/gio/gdbusinterface.h include/glib-2.0/gio/gdbusinterfaceskeleton.h include/glib-2.0/gio/gdbusintrospection.h include/glib-2.0/gio/gdbusmenumodel.h include/glib-2.0/gio/gdbusmessage.h include/glib-2.0/gio/gdbusmethodinvocation.h include/glib-2.0/gio/gdbusnameowning.h include/glib-2.0/gio/gdbusnamewatching.h include/glib-2.0/gio/gdbusobject.h include/glib-2.0/gio/gdbusobjectmanager.h include/glib-2.0/gio/gdbusobjectmanagerclient.h include/glib-2.0/gio/gdbusobjectmanagerserver.h include/glib-2.0/gio/gdbusobjectproxy.h include/glib-2.0/gio/gdbusobjectskeleton.h include/glib-2.0/gio/gdbusproxy.h include/glib-2.0/gio/gdbusserver.h include/glib-2.0/gio/gdbusutils.h include/glib-2.0/gio/gdrive.h include/glib-2.0/gio/gdtlsclientconnection.h include/glib-2.0/gio/gdtlsconnection.h include/glib-2.0/gio/gdtlsserverconnection.h include/glib-2.0/gio/gemblem.h include/glib-2.0/gio/gemblemedicon.h include/glib-2.0/gio/gfile.h include/glib-2.0/gio/gfileattribute.h include/glib-2.0/gio/gfileenumerator.h include/glib-2.0/gio/gfileicon.h include/glib-2.0/gio/gfileinfo.h include/glib-2.0/gio/gfileinputstream.h include/glib-2.0/gio/gfileiostream.h include/glib-2.0/gio/gfilemonitor.h include/glib-2.0/gio/gfilenamecompleter.h include/glib-2.0/gio/gfileoutputstream.h include/glib-2.0/gio/gfilterinputstream.h include/glib-2.0/gio/gfilteroutputstream.h include/glib-2.0/gio/gicon.h include/glib-2.0/gio/ginetaddress.h include/glib-2.0/gio/ginetaddressmask.h include/glib-2.0/gio/ginetsocketaddress.h include/glib-2.0/gio/ginitable.h include/glib-2.0/gio/ginputstream.h include/glib-2.0/gio/gio-autocleanups.h include/glib-2.0/gio/gio.h include/glib-2.0/gio/gioenums.h include/glib-2.0/gio/gioenumtypes.h include/glib-2.0/gio/gioerror.h include/glib-2.0/gio/giomodule.h include/glib-2.0/gio/gioscheduler.h include/glib-2.0/gio/giostream.h include/glib-2.0/gio/giotypes.h include/glib-2.0/gio/glistmodel.h include/glib-2.0/gio/gliststore.h include/glib-2.0/gio/gloadableicon.h include/glib-2.0/gio/gmemoryinputstream.h include/glib-2.0/gio/gmemorymonitor.h include/glib-2.0/gio/gmemoryoutputstream.h include/glib-2.0/gio/gmenu.h include/glib-2.0/gio/gmenuexporter.h include/glib-2.0/gio/gmenumodel.h include/glib-2.0/gio/gmount.h include/glib-2.0/gio/gmountoperation.h include/glib-2.0/gio/gnativesocketaddress.h include/glib-2.0/gio/gnativevolumemonitor.h include/glib-2.0/gio/gnetworkaddress.h include/glib-2.0/gio/gnetworking.h include/glib-2.0/gio/gnetworkmonitor.h include/glib-2.0/gio/gnetworkservice.h include/glib-2.0/gio/gnotification.h include/glib-2.0/gio/goutputstream.h include/glib-2.0/gio/gpermission.h include/glib-2.0/gio/gpollableinputstream.h include/glib-2.0/gio/gpollableoutputstream.h include/glib-2.0/gio/gpollableutils.h include/glib-2.0/gio/gpowerprofilemonitor.h include/glib-2.0/gio/gpropertyaction.h include/glib-2.0/gio/gproxy.h include/glib-2.0/gio/gproxyaddress.h include/glib-2.0/gio/gproxyaddressenumerator.h include/glib-2.0/gio/gproxyresolver.h include/glib-2.0/gio/gremoteactiongroup.h include/glib-2.0/gio/gresolver.h include/glib-2.0/gio/gresource.h include/glib-2.0/gio/gseekable.h include/glib-2.0/gio/gsettings.h include/glib-2.0/gio/gsettingsbackend.h include/glib-2.0/gio/gsettingsschema.h include/glib-2.0/gio/gsimpleaction.h include/glib-2.0/gio/gsimpleactiongroup.h include/glib-2.0/gio/gsimpleasyncresult.h include/glib-2.0/gio/gsimpleiostream.h include/glib-2.0/gio/gsimplepermission.h include/glib-2.0/gio/gsimpleproxyresolver.h include/glib-2.0/gio/gsocket.h include/glib-2.0/gio/gsocketaddress.h include/glib-2.0/gio/gsocketaddressenumerator.h include/glib-2.0/gio/gsocketclient.h include/glib-2.0/gio/gsocketconnectable.h include/glib-2.0/gio/gsocketconnection.h include/glib-2.0/gio/gsocketcontrolmessage.h include/glib-2.0/gio/gsocketlistener.h include/glib-2.0/gio/gsocketservice.h include/glib-2.0/gio/gsrvtarget.h include/glib-2.0/gio/gsubprocess.h include/glib-2.0/gio/gsubprocesslauncher.h include/glib-2.0/gio/gtask.h include/glib-2.0/gio/gtcpconnection.h include/glib-2.0/gio/gtcpwrapperconnection.h include/glib-2.0/gio/gtestdbus.h include/glib-2.0/gio/gthemedicon.h include/glib-2.0/gio/gthreadedsocketservice.h include/glib-2.0/gio/gtlsbackend.h include/glib-2.0/gio/gtlscertificate.h include/glib-2.0/gio/gtlsclientconnection.h include/glib-2.0/gio/gtlsconnection.h include/glib-2.0/gio/gtlsdatabase.h include/glib-2.0/gio/gtlsfiledatabase.h include/glib-2.0/gio/gtlsinteraction.h include/glib-2.0/gio/gtlspassword.h include/glib-2.0/gio/gtlsserverconnection.h include/glib-2.0/gio/gvfs.h include/glib-2.0/gio/gvolume.h include/glib-2.0/gio/gvolumemonitor.h include/glib-2.0/gio/gzlibcompressor.h include/glib-2.0/gio/gzlibdecompressor.h include/glib-2.0/glib-object.h include/glib-2.0/glib-unix.h include/glib-2.0/glib.h include/glib-2.0/glib/deprecated/gallocator.h include/glib-2.0/glib/deprecated/gcache.h include/glib-2.0/glib/deprecated/gcompletion.h include/glib-2.0/glib/deprecated/gmain.h include/glib-2.0/glib/deprecated/grel.h include/glib-2.0/glib/deprecated/gthread.h include/glib-2.0/glib/galloca.h include/glib-2.0/glib/garray.h include/glib-2.0/glib/gasyncqueue.h include/glib-2.0/glib/gatomic.h include/glib-2.0/glib/gbacktrace.h include/glib-2.0/glib/gbase64.h include/glib-2.0/glib/gbitlock.h include/glib-2.0/glib/gbookmarkfile.h include/glib-2.0/glib/gbytes.h include/glib-2.0/glib/gcharset.h include/glib-2.0/glib/gchecksum.h include/glib-2.0/glib/gconvert.h include/glib-2.0/glib/gdataset.h include/glib-2.0/glib/gdate.h include/glib-2.0/glib/gdatetime.h include/glib-2.0/glib/gdir.h include/glib-2.0/glib/genviron.h include/glib-2.0/glib/gerror.h include/glib-2.0/glib/gfileutils.h include/glib-2.0/glib/ggettext.h include/glib-2.0/glib/ghash.h include/glib-2.0/glib/ghmac.h include/glib-2.0/glib/ghook.h include/glib-2.0/glib/ghostutils.h include/glib-2.0/glib/gi18n-lib.h include/glib-2.0/glib/gi18n.h include/glib-2.0/glib/giochannel.h include/glib-2.0/glib/gkeyfile.h include/glib-2.0/glib/glib-autocleanups.h include/glib-2.0/glib/glib-typeof.h include/glib-2.0/glib/glist.h include/glib-2.0/glib/gmacros.h include/glib-2.0/glib/gmain.h include/glib-2.0/glib/gmappedfile.h include/glib-2.0/glib/gmarkup.h include/glib-2.0/glib/gmem.h include/glib-2.0/glib/gmessages.h include/glib-2.0/glib/gnode.h include/glib-2.0/glib/goption.h include/glib-2.0/glib/gpattern.h include/glib-2.0/glib/gpoll.h include/glib-2.0/glib/gprimes.h include/glib-2.0/glib/gprintf.h include/glib-2.0/glib/gqsort.h include/glib-2.0/glib/gquark.h include/glib-2.0/glib/gqueue.h include/glib-2.0/glib/grand.h include/glib-2.0/glib/grcbox.h include/glib-2.0/glib/grefcount.h include/glib-2.0/glib/grefstring.h include/glib-2.0/glib/gregex.h include/glib-2.0/glib/gscanner.h include/glib-2.0/glib/gsequence.h include/glib-2.0/glib/gshell.h include/glib-2.0/glib/gslice.h include/glib-2.0/glib/gslist.h include/glib-2.0/glib/gspawn.h include/glib-2.0/glib/gstdio.h include/glib-2.0/glib/gstrfuncs.h include/glib-2.0/glib/gstring.h include/glib-2.0/glib/gstringchunk.h include/glib-2.0/glib/gstrvbuilder.h include/glib-2.0/glib/gtestutils.h include/glib-2.0/glib/gthread.h include/glib-2.0/glib/gthreadpool.h include/glib-2.0/glib/gtimer.h include/glib-2.0/glib/gtimezone.h include/glib-2.0/glib/gtrashstack.h include/glib-2.0/glib/gtree.h include/glib-2.0/glib/gtypes.h include/glib-2.0/glib/gunicode.h include/glib-2.0/glib/guri.h include/glib-2.0/glib/gutils.h include/glib-2.0/glib/guuid.h include/glib-2.0/glib/gvariant.h include/glib-2.0/glib/gvarianttype.h include/glib-2.0/glib/gversion.h include/glib-2.0/glib/gversionmacros.h include/glib-2.0/glib/gwin32.h include/glib-2.0/gmodule.h include/glib-2.0/gobject/gbinding.h include/glib-2.0/gobject/gboxed.h include/glib-2.0/gobject/gclosure.h include/glib-2.0/gobject/genums.h include/glib-2.0/gobject/glib-enumtypes.h include/glib-2.0/gobject/glib-types.h include/glib-2.0/gobject/gmarshal.h include/glib-2.0/gobject/gobject-autocleanups.h include/glib-2.0/gobject/gobject.h include/glib-2.0/gobject/gobjectnotifyqueue.c include/glib-2.0/gobject/gparam.h include/glib-2.0/gobject/gparamspecs.h include/glib-2.0/gobject/gsignal.h include/glib-2.0/gobject/gsourceclosure.h include/glib-2.0/gobject/gtype.h include/glib-2.0/gobject/gtypemodule.h include/glib-2.0/gobject/gtypeplugin.h include/glib-2.0/gobject/gvalue.h include/glib-2.0/gobject/gvaluearray.h include/glib-2.0/gobject/gvaluecollector.h include/glib-2.0/gobject/gvaluetypes.h lib/glib-2.0/include/glibconfig.h lib/libgio-2.0.a lib/libgio-2.0.so lib/libgio-2.0.so.0 lib/libgio-2.0.so.%%LIBVERSION%% lib/libglib-2.0.a lib/libglib-2.0.so lib/libglib-2.0.so.0 lib/libglib-2.0.so.%%LIBVERSION%% lib/libgmodule-2.0.a lib/libgmodule-2.0.so lib/libgmodule-2.0.so.0 lib/libgmodule-2.0.so.%%LIBVERSION%% lib/libgobject-2.0.a lib/libgobject-2.0.so lib/libgobject-2.0.so.0 lib/libgobject-2.0.so.%%LIBVERSION%% lib/libgthread-2.0.a lib/libgthread-2.0.so lib/libgthread-2.0.so.0 lib/libgthread-2.0.so.%%LIBVERSION%% libdata/pkgconfig/gio-2.0.pc libdata/pkgconfig/gio-unix-2.0.pc libdata/pkgconfig/glib-2.0.pc libdata/pkgconfig/gmodule-2.0.pc libdata/pkgconfig/gmodule-export-2.0.pc libdata/pkgconfig/gmodule-no-export-2.0.pc libdata/pkgconfig/gobject-2.0.pc libdata/pkgconfig/gthread-2.0.pc %%MANPAGES%%man/man1/gapplication.1.gz %%MANPAGES%%man/man1/gdbus-codegen.1.gz %%MANPAGES%%man/man1/gdbus.1.gz %%MANPAGES%%man/man1/gio-querymodules.1.gz %%MANPAGES%%man/man1/gio.1.gz %%MANPAGES%%man/man1/glib-compile-resources.1.gz %%MANPAGES%%man/man1/glib-compile-schemas.1.gz %%MANPAGES%%man/man1/glib-genmarshal.1.gz %%MANPAGES%%man/man1/glib-gettextize.1.gz %%MANPAGES%%man/man1/glib-mkenums.1.gz %%MANPAGES%%man/man1/gobject-query.1.gz %%MANPAGES%%man/man1/gresource.1.gz %%MANPAGES%%man/man1/gsettings.1.gz %%MANPAGES%%man/man1/gtester-report.1.gz %%MANPAGES%%man/man1/gtester.1.gz share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 share/aclocal/gsettings.m4 share/bash-completion/completions/gapplication share/bash-completion/completions/gdbus share/bash-completion/completions/gio share/bash-completion/completions/gresource share/bash-completion/completions/gsettings share/gdb/auto-load%%RESETPREFIX%%/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py share/gdb/auto-load%%RESETPREFIX%%/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.py share/gettext/its/gschema.its share/gettext/its/gschema.loc %%DATADIR%%-2.0/codegen/__init__.py %%DATADIR%%-2.0/codegen/__init__.pyc %%DATADIR%%-2.0/codegen/__init__.pyo %%DATADIR%%-2.0/codegen/codegen.py %%DATADIR%%-2.0/codegen/codegen.pyc %%DATADIR%%-2.0/codegen/codegen.pyo %%DATADIR%%-2.0/codegen/codegen_docbook.py %%DATADIR%%-2.0/codegen/codegen_docbook.pyc %%DATADIR%%-2.0/codegen/codegen_docbook.pyo %%DATADIR%%-2.0/codegen/codegen_main.py %%DATADIR%%-2.0/codegen/codegen_main.pyc %%DATADIR%%-2.0/codegen/codegen_main.pyo %%DATADIR%%-2.0/codegen/config.py %%DATADIR%%-2.0/codegen/config.pyc %%DATADIR%%-2.0/codegen/config.pyo %%DATADIR%%-2.0/codegen/dbustypes.py %%DATADIR%%-2.0/codegen/dbustypes.pyc %%DATADIR%%-2.0/codegen/dbustypes.pyo %%DATADIR%%-2.0/codegen/parser.py %%DATADIR%%-2.0/codegen/parser.pyc %%DATADIR%%-2.0/codegen/parser.pyo %%DATADIR%%-2.0/codegen/utils.py %%DATADIR%%-2.0/codegen/utils.pyc %%DATADIR%%-2.0/codegen/utils.pyo %%DATADIR%%-2.0/gdb/glib_gdb.py %%DATADIR%%-2.0/gdb/gobject_gdb.py %%DATADIR%%-2.0/gettext/po/Makefile.in.in %%DATADIR%%-2.0/schemas/gschema.dtd %%DATADIR%%-2.0/valgrind/glib.supp +%%DOCS%%share/gtk-doc/html/gio/ExampleAnimal.html +%%DOCS%%share/gtk-doc/html/gio/ExampleCat.html +%%DOCS%%share/gtk-doc/html/gio/ExampleObject.html +%%DOCS%%share/gtk-doc/html/gio/ExampleObjectManagerClient.html +%%DOCS%%share/gtk-doc/html/gio/GAction.html +%%DOCS%%share/gtk-doc/html/gio/GActionGroup.html +%%DOCS%%share/gtk-doc/html/gio/GActionMap.html +%%DOCS%%share/gtk-doc/html/gio/GAppInfo.html +%%DOCS%%share/gtk-doc/html/gio/GAppInfoMonitor.html +%%DOCS%%share/gtk-doc/html/gio/GApplication.html +%%DOCS%%share/gtk-doc/html/gio/GApplicationCommandLine.html +%%DOCS%%share/gtk-doc/html/gio/GAsyncInitable.html +%%DOCS%%share/gtk-doc/html/gio/GAsyncResult.html +%%DOCS%%share/gtk-doc/html/gio/GBufferedInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GBufferedOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GBytesIcon.html +%%DOCS%%share/gtk-doc/html/gio/GCancellable.html +%%DOCS%%share/gtk-doc/html/gio/GCharsetConverter.html +%%DOCS%%share/gtk-doc/html/gio/GConverter.html +%%DOCS%%share/gtk-doc/html/gio/GConverterInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GConverterOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GCredentials.html +%%DOCS%%share/gtk-doc/html/gio/GDBusActionGroup.html +%%DOCS%%share/gtk-doc/html/gio/GDBusAuthObserver.html +%%DOCS%%share/gtk-doc/html/gio/GDBusConnection.html +%%DOCS%%share/gtk-doc/html/gio/GDBusInterface.html +%%DOCS%%share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +%%DOCS%%share/gtk-doc/html/gio/GDBusMenuModel.html +%%DOCS%%share/gtk-doc/html/gio/GDBusMessage.html +%%DOCS%%share/gtk-doc/html/gio/GDBusMethodInvocation.html +%%DOCS%%share/gtk-doc/html/gio/GDBusObject.html +%%DOCS%%share/gtk-doc/html/gio/GDBusObjectManager.html +%%DOCS%%share/gtk-doc/html/gio/GDBusObjectManagerClient.html +%%DOCS%%share/gtk-doc/html/gio/GDBusObjectManagerServer.html +%%DOCS%%share/gtk-doc/html/gio/GDBusObjectProxy.html +%%DOCS%%share/gtk-doc/html/gio/GDBusObjectSkeleton.html +%%DOCS%%share/gtk-doc/html/gio/GDBusProxy.html +%%DOCS%%share/gtk-doc/html/gio/GDBusServer.html +%%DOCS%%share/gtk-doc/html/gio/GDataInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GDataOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GDatagramBased.html +%%DOCS%%share/gtk-doc/html/gio/GDrive.html +%%DOCS%%share/gtk-doc/html/gio/GDtlsClientConnection.html +%%DOCS%%share/gtk-doc/html/gio/GDtlsConnection.html +%%DOCS%%share/gtk-doc/html/gio/GDtlsServerConnection.html +%%DOCS%%share/gtk-doc/html/gio/GEmblem.html +%%DOCS%%share/gtk-doc/html/gio/GEmblemedIcon.html +%%DOCS%%share/gtk-doc/html/gio/GFile.html +%%DOCS%%share/gtk-doc/html/gio/GFileDescriptorBased.html +%%DOCS%%share/gtk-doc/html/gio/GFileEnumerator.html +%%DOCS%%share/gtk-doc/html/gio/GFileIOStream.html +%%DOCS%%share/gtk-doc/html/gio/GFileIcon.html +%%DOCS%%share/gtk-doc/html/gio/GFileInfo.html +%%DOCS%%share/gtk-doc/html/gio/GFileInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GFileMonitor.html +%%DOCS%%share/gtk-doc/html/gio/GFileOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GFilenameCompleter.html +%%DOCS%%share/gtk-doc/html/gio/GFilterInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GFilterOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GIOModule.html +%%DOCS%%share/gtk-doc/html/gio/GIOStream.html +%%DOCS%%share/gtk-doc/html/gio/GIcon.html +%%DOCS%%share/gtk-doc/html/gio/GInetAddress.html +%%DOCS%%share/gtk-doc/html/gio/GInetAddressMask.html +%%DOCS%%share/gtk-doc/html/gio/GInetSocketAddress.html +%%DOCS%%share/gtk-doc/html/gio/GInitable.html +%%DOCS%%share/gtk-doc/html/gio/GInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GListModel.html +%%DOCS%%share/gtk-doc/html/gio/GListStore.html +%%DOCS%%share/gtk-doc/html/gio/GLoadableIcon.html +%%DOCS%%share/gtk-doc/html/gio/GMemoryInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GMemoryMonitor.html +%%DOCS%%share/gtk-doc/html/gio/GMemoryOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GMenu.html +%%DOCS%%share/gtk-doc/html/gio/GMenuModel.html +%%DOCS%%share/gtk-doc/html/gio/GMount.html +%%DOCS%%share/gtk-doc/html/gio/GMountOperation.html +%%DOCS%%share/gtk-doc/html/gio/GNativeSocketAddress.html +%%DOCS%%share/gtk-doc/html/gio/GNetworkAddress.html +%%DOCS%%share/gtk-doc/html/gio/GNetworkMonitor.html +%%DOCS%%share/gtk-doc/html/gio/GNetworkService.html +%%DOCS%%share/gtk-doc/html/gio/GNotification.html +%%DOCS%%share/gtk-doc/html/gio/GOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GPermission.html +%%DOCS%%share/gtk-doc/html/gio/GPollableInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GPollableOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GPowerProfileMonitor.html +%%DOCS%%share/gtk-doc/html/gio/GPropertyAction.html +%%DOCS%%share/gtk-doc/html/gio/GProxy.html +%%DOCS%%share/gtk-doc/html/gio/GProxyAddress.html +%%DOCS%%share/gtk-doc/html/gio/GProxyAddressEnumerator.html +%%DOCS%%share/gtk-doc/html/gio/GProxyResolver.html +%%DOCS%%share/gtk-doc/html/gio/GRemoteActionGroup.html +%%DOCS%%share/gtk-doc/html/gio/GResolver.html +%%DOCS%%share/gtk-doc/html/gio/GResource.html +%%DOCS%%share/gtk-doc/html/gio/GSeekable.html +%%DOCS%%share/gtk-doc/html/gio/GSettings.html +%%DOCS%%share/gtk-doc/html/gio/GSettingsBackend.html +%%DOCS%%share/gtk-doc/html/gio/GSimpleAction.html +%%DOCS%%share/gtk-doc/html/gio/GSimpleActionGroup.html +%%DOCS%%share/gtk-doc/html/gio/GSimpleAsyncResult.html +%%DOCS%%share/gtk-doc/html/gio/GSimpleIOStream.html +%%DOCS%%share/gtk-doc/html/gio/GSimplePermission.html +%%DOCS%%share/gtk-doc/html/gio/GSimpleProxyResolver.html +%%DOCS%%share/gtk-doc/html/gio/GSocket.html +%%DOCS%%share/gtk-doc/html/gio/GSocketAddress.html +%%DOCS%%share/gtk-doc/html/gio/GSocketAddressEnumerator.html +%%DOCS%%share/gtk-doc/html/gio/GSocketClient.html +%%DOCS%%share/gtk-doc/html/gio/GSocketConnectable.html +%%DOCS%%share/gtk-doc/html/gio/GSocketConnection.html +%%DOCS%%share/gtk-doc/html/gio/GSocketControlMessage.html +%%DOCS%%share/gtk-doc/html/gio/GSocketListener.html +%%DOCS%%share/gtk-doc/html/gio/GSocketService.html +%%DOCS%%share/gtk-doc/html/gio/GSrvTarget.html +%%DOCS%%share/gtk-doc/html/gio/GSubprocess.html +%%DOCS%%share/gtk-doc/html/gio/GSubprocessLauncher.html +%%DOCS%%share/gtk-doc/html/gio/GTask.html +%%DOCS%%share/gtk-doc/html/gio/GTcpConnection.html +%%DOCS%%share/gtk-doc/html/gio/GTcpWrapperConnection.html +%%DOCS%%share/gtk-doc/html/gio/GTestDBus.html +%%DOCS%%share/gtk-doc/html/gio/GThemedIcon.html +%%DOCS%%share/gtk-doc/html/gio/GThreadedSocketService.html +%%DOCS%%share/gtk-doc/html/gio/GTlsBackend.html +%%DOCS%%share/gtk-doc/html/gio/GTlsCertificate.html +%%DOCS%%share/gtk-doc/html/gio/GTlsClientConnection.html +%%DOCS%%share/gtk-doc/html/gio/GTlsConnection.html +%%DOCS%%share/gtk-doc/html/gio/GTlsDatabase.html +%%DOCS%%share/gtk-doc/html/gio/GTlsFileDatabase.html +%%DOCS%%share/gtk-doc/html/gio/GTlsInteraction.html +%%DOCS%%share/gtk-doc/html/gio/GTlsPassword.html +%%DOCS%%share/gtk-doc/html/gio/GTlsServerConnection.html +%%DOCS%%share/gtk-doc/html/gio/GUnixConnection.html +%%DOCS%%share/gtk-doc/html/gio/GUnixCredentialsMessage.html +%%DOCS%%share/gtk-doc/html/gio/GUnixFDList.html +%%DOCS%%share/gtk-doc/html/gio/GUnixFDMessage.html +%%DOCS%%share/gtk-doc/html/gio/GUnixInputStream.html +%%DOCS%%share/gtk-doc/html/gio/GUnixOutputStream.html +%%DOCS%%share/gtk-doc/html/gio/GUnixSocketAddress.html +%%DOCS%%share/gtk-doc/html/gio/GVfs.html +%%DOCS%%share/gtk-doc/html/gio/GVolume.html +%%DOCS%%share/gtk-doc/html/gio/GVolumeMonitor.html +%%DOCS%%share/gtk-doc/html/gio/GZlibCompressor.html +%%DOCS%%share/gtk-doc/html/gio/GZlibDecompressor.html +%%DOCS%%share/gtk-doc/html/gio/annotation-glossary.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-18.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-20.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-22.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-24.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-26.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-28.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-30.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-32.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-34.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-36.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-38.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-40.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-42.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-44.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-46.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-48.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-50.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-52.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-54.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-56.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-58.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-60.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-62.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-64.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-66.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-68.html +%%DOCS%%share/gtk-doc/html/gio/api-index-2-70.html +%%DOCS%%share/gtk-doc/html/gio/api-index-deprecated.html +%%DOCS%%share/gtk-doc/html/gio/api-index-full.html +%%DOCS%%share/gtk-doc/html/gio/application.html +%%DOCS%%share/gtk-doc/html/gio/async.html +%%DOCS%%share/gtk-doc/html/gio/ch01.html +%%DOCS%%share/gtk-doc/html/gio/ch02.html +%%DOCS%%share/gtk-doc/html/gio/ch03.html +%%DOCS%%share/gtk-doc/html/gio/ch32.html +%%DOCS%%share/gtk-doc/html/gio/ch33.html +%%DOCS%%share/gtk-doc/html/gio/ch33s02.html +%%DOCS%%share/gtk-doc/html/gio/ch33s03.html +%%DOCS%%share/gtk-doc/html/gio/ch34.html +%%DOCS%%share/gtk-doc/html/gio/ch34s02.html +%%DOCS%%share/gtk-doc/html/gio/ch34s03.html +%%DOCS%%share/gtk-doc/html/gio/ch34s04.html +%%DOCS%%share/gtk-doc/html/gio/ch34s05.html +%%DOCS%%share/gtk-doc/html/gio/ch34s06.html +%%DOCS%%share/gtk-doc/html/gio/ch34s07.html +%%DOCS%%share/gtk-doc/html/gio/ch35.html +%%DOCS%%share/gtk-doc/html/gio/ch35s02.html +%%DOCS%%share/gtk-doc/html/gio/ch35s03.html +%%DOCS%%share/gtk-doc/html/gio/ch35s04.html +%%DOCS%%share/gtk-doc/html/gio/ch35s05.html +%%DOCS%%share/gtk-doc/html/gio/conversion.html +%%DOCS%%share/gtk-doc/html/gio/data-models.html +%%DOCS%%share/gtk-doc/html/gio/extending-gio.html +%%DOCS%%share/gtk-doc/html/gio/extending.html +%%DOCS%%share/gtk-doc/html/gio/failable_initialization.html +%%DOCS%%share/gtk-doc/html/gio/file_mon.html +%%DOCS%%share/gtk-doc/html/gio/file_ops.html +%%DOCS%%share/gtk-doc/html/gio/gapplication-tool.html +%%DOCS%%share/gtk-doc/html/gio/gdbus-codegen.html +%%DOCS%%share/gtk-doc/html/gio/gdbus-convenience.html +%%DOCS%%share/gtk-doc/html/gio/gdbus-lowlevel.html +%%DOCS%%share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +%%DOCS%%share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +%%DOCS%%share/gtk-doc/html/gio/gdbus.html +%%DOCS%%share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +%%DOCS%%share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +%%DOCS%%share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +%%DOCS%%share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +%%DOCS%%share/gtk-doc/html/gio/gio-Extension-Points.html +%%DOCS%%share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +%%DOCS%%share/gtk-doc/html/gio/gio-GContentType.html +%%DOCS%%share/gtk-doc/html/gio/gio-GDBusError.html +%%DOCS%%share/gtk-doc/html/gio/gio-GFileAttribute.html +%%DOCS%%share/gtk-doc/html/gio/gio-GIOError.html +%%DOCS%%share/gtk-doc/html/gio/gio-GIOScheduler.html +%%DOCS%%share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +%%DOCS%%share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +%%DOCS%%share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +%%DOCS%%share/gtk-doc/html/gio/gio-TLS-Overview.html +%%DOCS%%share/gtk-doc/html/gio/gio-Unix-Mounts.html +%%DOCS%%share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +%%DOCS%%share/gtk-doc/html/gio/gio-gnetworking.h.html +%%DOCS%%share/gtk-doc/html/gio/gio-gpollableutils.html +%%DOCS%%share/gtk-doc/html/gio/gio-hierarchy.html +%%DOCS%%share/gtk-doc/html/gio/gio-querymodules.html +%%DOCS%%share/gtk-doc/html/gio/gio.devhelp2 +%%DOCS%%share/gtk-doc/html/gio/gio.html +%%DOCS%%share/gtk-doc/html/gio/glib-compile-resources.html +%%DOCS%%share/gtk-doc/html/gio/glib-compile-schemas.html +%%DOCS%%share/gtk-doc/html/gio/gresource-tool.html +%%DOCS%%share/gtk-doc/html/gio/gsettings-tool.html +%%DOCS%%share/gtk-doc/html/gio/gvfs-overview.png +%%DOCS%%share/gtk-doc/html/gio/highlevel-socket.html +%%DOCS%%share/gtk-doc/html/gio/home.png +%%DOCS%%share/gtk-doc/html/gio/icons.html +%%DOCS%%share/gtk-doc/html/gio/index.html +%%DOCS%%share/gtk-doc/html/gio/left-insensitive.png +%%DOCS%%share/gtk-doc/html/gio/left.png +%%DOCS%%share/gtk-doc/html/gio/menu-example.png +%%DOCS%%share/gtk-doc/html/gio/menu-model.png +%%DOCS%%share/gtk-doc/html/gio/migrating.html +%%DOCS%%share/gtk-doc/html/gio/networking.html +%%DOCS%%share/gtk-doc/html/gio/permissions.html +%%DOCS%%share/gtk-doc/html/gio/pt01.html +%%DOCS%%share/gtk-doc/html/gio/pt02.html +%%DOCS%%share/gtk-doc/html/gio/resolver.html +%%DOCS%%share/gtk-doc/html/gio/resources.html +%%DOCS%%share/gtk-doc/html/gio/right-insensitive.png +%%DOCS%%share/gtk-doc/html/gio/right.png +%%DOCS%%share/gtk-doc/html/gio/running-gio-apps.html +%%DOCS%%share/gtk-doc/html/gio/settings.html +%%DOCS%%share/gtk-doc/html/gio/streaming.html +%%DOCS%%share/gtk-doc/html/gio/style.css +%%DOCS%%share/gtk-doc/html/gio/subprocesses.html +%%DOCS%%share/gtk-doc/html/gio/testing.html +%%DOCS%%share/gtk-doc/html/gio/tls.html +%%DOCS%%share/gtk-doc/html/gio/tools.html +%%DOCS%%share/gtk-doc/html/gio/types.html +%%DOCS%%share/gtk-doc/html/gio/unix-support.html +%%DOCS%%share/gtk-doc/html/gio/up-insensitive.png +%%DOCS%%share/gtk-doc/html/gio/up.png +%%DOCS%%share/gtk-doc/html/gio/utils.html +%%DOCS%%share/gtk-doc/html/gio/volume_mon.html +%%DOCS%%share/gtk-doc/html/glib/Sorted_binary_tree_breadth-first_traversal.svg +%%DOCS%%share/gtk-doc/html/glib/Sorted_binary_tree_inorder.svg +%%DOCS%%share/gtk-doc/html/glib/Sorted_binary_tree_postorder.svg +%%DOCS%%share/gtk-doc/html/glib/Sorted_binary_tree_preorder.svg +%%DOCS%%share/gtk-doc/html/glib/annotation-glossary.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-10.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-12.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-14.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-16.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-18.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-2.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-20.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-22.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-24.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-26.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-28.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-30.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-32.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-34.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-36.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-38.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-4.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-40.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-42.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-44.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-46.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-48.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-50.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-52.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-54.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-56.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-58.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-6.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-60.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-62.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-64.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-66.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-68.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-70.html +%%DOCS%%share/gtk-doc/html/glib/api-index-2-8.html +%%DOCS%%share/gtk-doc/html/glib/api-index-deprecated.html +%%DOCS%%share/gtk-doc/html/glib/api-index-full.html +%%DOCS%%share/gtk-doc/html/glib/deprecated-tools.html +%%DOCS%%share/gtk-doc/html/glib/deprecated.html +%%DOCS%%share/gtk-doc/html/glib/file-name-encodings.png +%%DOCS%%share/gtk-doc/html/glib/glib-Arrays.html +%%DOCS%%share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +%%DOCS%%share/gtk-doc/html/glib/glib-Atomic-Operations.html +%%DOCS%%share/gtk-doc/html/glib/glib-Atomically-reference-counted-data.html +%%DOCS%%share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +%%DOCS%%share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +%%DOCS%%share/gtk-doc/html/glib/glib-Base64-Encoding.html +%%DOCS%%share/gtk-doc/html/glib/glib-Basic-Types.html +%%DOCS%%share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +%%DOCS%%share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +%%DOCS%%share/gtk-doc/html/glib/glib-Byte-Arrays.html +%%DOCS%%share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +%%DOCS%%share/gtk-doc/html/glib/glib-Caches.html +%%DOCS%%share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +%%DOCS%%share/gtk-doc/html/glib/glib-Commandline-option-parser.html +%%DOCS%%share/gtk-doc/html/glib/glib-Data-Checksums.html +%%DOCS%%share/gtk-doc/html/glib/glib-Data-HMACs.html +%%DOCS%%share/gtk-doc/html/glib/glib-Datasets.html +%%DOCS%%share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +%%DOCS%%share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +%%DOCS%%share/gtk-doc/html/glib/glib-Double-ended-Queues.html +%%DOCS%%share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +%%DOCS%%share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +%%DOCS%%share/gtk-doc/html/glib/glib-Error-Reporting.html +%%DOCS%%share/gtk-doc/html/glib/glib-File-Utilities.html +%%DOCS%%share/gtk-doc/html/glib/glib-GDateTime.html +%%DOCS%%share/gtk-doc/html/glib/glib-GTimeZone.html +%%DOCS%%share/gtk-doc/html/glib/glib-GUuid.html +%%DOCS%%share/gtk-doc/html/glib/glib-GVariant.html +%%DOCS%%share/gtk-doc/html/glib/glib-GVariantType.html +%%DOCS%%share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +%%DOCS%%share/gtk-doc/html/glib/glib-Hash-Tables.html +%%DOCS%%share/gtk-doc/html/glib/glib-Hook-Functions.html +%%DOCS%%share/gtk-doc/html/glib/glib-Hostname-Utilities.html +%%DOCS%%share/gtk-doc/html/glib/glib-I18N.html +%%DOCS%%share/gtk-doc/html/glib/glib-IO-Channels.html +%%DOCS%%share/gtk-doc/html/glib/glib-Key-value-file-parser.html +%%DOCS%%share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +%%DOCS%%share/gtk-doc/html/glib/glib-Lexical-Scanner.html +%%DOCS%%share/gtk-doc/html/glib/glib-Memory-Allocation.html +%%DOCS%%share/gtk-doc/html/glib/glib-Memory-Slices.html +%%DOCS%%share/gtk-doc/html/glib/glib-Message-Logging.html +%%DOCS%%share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +%%DOCS%%share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +%%DOCS%%share/gtk-doc/html/glib/glib-N-ary-Trees.html +%%DOCS%%share/gtk-doc/html/glib/glib-Numerical-Definitions.html +%%DOCS%%share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +%%DOCS%%share/gtk-doc/html/glib/glib-Pointer-Arrays.html +%%DOCS%%share/gtk-doc/html/glib/glib-Quarks.html +%%DOCS%%share/gtk-doc/html/glib/glib-Random-Numbers.html +%%DOCS%%share/gtk-doc/html/glib/glib-Reference-counted-data.html +%%DOCS%%share/gtk-doc/html/glib/glib-Reference-counted-strings.html +%%DOCS%%share/gtk-doc/html/glib/glib-Reference-counting.html +%%DOCS%%share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +%%DOCS%%share/gtk-doc/html/glib/glib-Sequences.html +%%DOCS%%share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +%%DOCS%%share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +%%DOCS%%share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +%%DOCS%%share/gtk-doc/html/glib/glib-Spawning-Processes.html +%%DOCS%%share/gtk-doc/html/glib/glib-Standard-Macros.html +%%DOCS%%share/gtk-doc/html/glib/glib-String-Chunks.html +%%DOCS%%share/gtk-doc/html/glib/glib-String-Utility-Functions.html +%%DOCS%%share/gtk-doc/html/glib/glib-Strings.html +%%DOCS%%share/gtk-doc/html/glib/glib-Testing.html +%%DOCS%%share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +%%DOCS%%share/gtk-doc/html/glib/glib-Thread-Pools.html +%%DOCS%%share/gtk-doc/html/glib/glib-Threads.html +%%DOCS%%share/gtk-doc/html/glib/glib-Timers.html +%%DOCS%%share/gtk-doc/html/glib/glib-Trash-Stacks.html +%%DOCS%%share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +%%DOCS%%share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +%%DOCS%%share/gtk-doc/html/glib/glib-URI-Functions.html +%%DOCS%%share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +%%DOCS%%share/gtk-doc/html/glib/glib-Version-Information.html +%%DOCS%%share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +%%DOCS%%share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +%%DOCS%%share/gtk-doc/html/glib/glib-building.html +%%DOCS%%share/gtk-doc/html/glib/glib-changes.html +%%DOCS%%share/gtk-doc/html/glib/glib-compiling.html +%%DOCS%%share/gtk-doc/html/glib/glib-core.html +%%DOCS%%share/gtk-doc/html/glib/glib-cross-compiling.html +%%DOCS%%share/gtk-doc/html/glib/glib-data-types.html +%%DOCS%%share/gtk-doc/html/glib/glib-fundamentals.html +%%DOCS%%share/gtk-doc/html/glib/glib-gettextize.html +%%DOCS%%share/gtk-doc/html/glib/glib-programming.html +%%DOCS%%share/gtk-doc/html/glib/glib-regex-syntax.html +%%DOCS%%share/gtk-doc/html/glib/glib-resources.html +%%DOCS%%share/gtk-doc/html/glib/glib-running.html +%%DOCS%%share/gtk-doc/html/glib/glib-utilities.html +%%DOCS%%share/gtk-doc/html/glib/glib.devhelp2 +%%DOCS%%share/gtk-doc/html/glib/glib.html +%%DOCS%%share/gtk-doc/html/glib/gtester-report.html +%%DOCS%%share/gtk-doc/html/glib/gtester.html +%%DOCS%%share/gtk-doc/html/glib/gvariant-format-strings.html +%%DOCS%%share/gtk-doc/html/glib/gvariant-text.html +%%DOCS%%share/gtk-doc/html/glib/home.png +%%DOCS%%share/gtk-doc/html/glib/index.html +%%DOCS%%share/gtk-doc/html/glib/left-insensitive.png +%%DOCS%%share/gtk-doc/html/glib/left.png +%%DOCS%%share/gtk-doc/html/glib/mainloop-states.gif +%%DOCS%%share/gtk-doc/html/glib/right-insensitive.png +%%DOCS%%share/gtk-doc/html/glib/right.png +%%DOCS%%share/gtk-doc/html/glib/style.css +%%DOCS%%share/gtk-doc/html/glib/tools.html +%%DOCS%%share/gtk-doc/html/glib/up-insensitive.png +%%DOCS%%share/gtk-doc/html/glib/up.png +%%DOCS%%share/gtk-doc/html/gobject/GBinding.html +%%DOCS%%share/gtk-doc/html/gobject/GTypeModule.html +%%DOCS%%share/gtk-doc/html/gobject/GTypePlugin.html +%%DOCS%%share/gtk-doc/html/gobject/annotation-glossary.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-10.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-12.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-14.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-18.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-2.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-22.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-24.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-26.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-28.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-30.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-32.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-34.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-36.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-38.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-4.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-40.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-42.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-44.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-46.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-54.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-56.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-6.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-62.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-66.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-68.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-70.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-2-8.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-deprecated.html +%%DOCS%%share/gtk-doc/html/gobject/api-index-full.html +%%DOCS%%share/gtk-doc/html/gobject/ch01s02.html +%%DOCS%%share/gtk-doc/html/gobject/chapter-gobject.html +%%DOCS%%share/gtk-doc/html/gobject/chapter-gtype.html +%%DOCS%%share/gtk-doc/html/gobject/chapter-intro.html +%%DOCS%%share/gtk-doc/html/gobject/chapter-signal.html +%%DOCS%%share/gtk-doc/html/gobject/glib-genmarshal.html +%%DOCS%%share/gtk-doc/html/gobject/glib-mkenums.html +%%DOCS%%share/gtk-doc/html/gobject/glue.png +%%DOCS%%share/gtk-doc/html/gobject/gobject-Boxed-Types.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Closures.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-GParamSpec.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Generic-values.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Signals.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Type-Information.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Value-arrays.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-memory.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-properties.html +%%DOCS%%share/gtk-doc/html/gobject/gobject-query.html +%%DOCS%%share/gtk-doc/html/gobject/gobject.devhelp2 +%%DOCS%%share/gtk-doc/html/gobject/gtype-conventions.html +%%DOCS%%share/gtk-doc/html/gobject/gtype-instantiatable-classed.html +%%DOCS%%share/gtk-doc/html/gobject/gtype-non-instantiatable-classed.html +%%DOCS%%share/gtk-doc/html/gobject/gtype-non-instantiatable.html +%%DOCS%%share/gtk-doc/html/gobject/home.png +%%DOCS%%share/gtk-doc/html/gobject/howto-gobject-chainup.html +%%DOCS%%share/gtk-doc/html/gobject/howto-gobject-code.html +%%DOCS%%share/gtk-doc/html/gobject/howto-gobject-construction.html +%%DOCS%%share/gtk-doc/html/gobject/howto-gobject-destruction.html +%%DOCS%%share/gtk-doc/html/gobject/howto-gobject-methods.html +%%DOCS%%share/gtk-doc/html/gobject/howto-gobject.html +%%DOCS%%share/gtk-doc/html/gobject/howto-interface-implement.html +%%DOCS%%share/gtk-doc/html/gobject/howto-interface-override.html +%%DOCS%%share/gtk-doc/html/gobject/howto-interface-prerequisite.html +%%DOCS%%share/gtk-doc/html/gobject/howto-interface-properties.html +%%DOCS%%share/gtk-doc/html/gobject/howto-interface.html +%%DOCS%%share/gtk-doc/html/gobject/howto-signals.html +%%DOCS%%share/gtk-doc/html/gobject/index.html +%%DOCS%%share/gtk-doc/html/gobject/left-insensitive.png +%%DOCS%%share/gtk-doc/html/gobject/left.png +%%DOCS%%share/gtk-doc/html/gobject/pr01.html +%%DOCS%%share/gtk-doc/html/gobject/pt01.html +%%DOCS%%share/gtk-doc/html/gobject/pt02.html +%%DOCS%%share/gtk-doc/html/gobject/pt03.html +%%DOCS%%share/gtk-doc/html/gobject/right-insensitive.png +%%DOCS%%share/gtk-doc/html/gobject/right.png +%%DOCS%%share/gtk-doc/html/gobject/rn01.html +%%DOCS%%share/gtk-doc/html/gobject/rn02.html +%%DOCS%%share/gtk-doc/html/gobject/signal.html +%%DOCS%%share/gtk-doc/html/gobject/style.css +%%DOCS%%share/gtk-doc/html/gobject/tools-ginspector.html +%%DOCS%%share/gtk-doc/html/gobject/tools-gob.html +%%DOCS%%share/gtk-doc/html/gobject/tools-gtkdoc.html +%%DOCS%%share/gtk-doc/html/gobject/tools-refdb.html +%%DOCS%%share/gtk-doc/html/gobject/tools-vala.html +%%DOCS%%share/gtk-doc/html/gobject/up-insensitive.png +%%DOCS%%share/gtk-doc/html/gobject/up.png %%NLS%%share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/glib20.mo @dir lib/gio/modules @dir share/GConf/gsettings