git: 7b5824485cbe - main - devel/glib20 and devel/gobject-introspection: update to 2.82.4 and 1.82.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Apr 2025 07:48:20 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b5824485cbe25c20d59fb0f82e043aced6a3fd2
commit 7b5824485cbe25c20d59fb0f82e043aced6a3fd2
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-02-16 11:07:27 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-04-03 07:46:45 +0000
devel/glib20 and devel/gobject-introspection: update to 2.82.4 and 1.82.0
Changelogs:
- https://gitlab.gnome.org/GNOME/glib/-/blob/glib-2-82/NEWS
- https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/gnome-47/NEWS
PR: 281083
Reviewed by: jhale, fluffy
Differential Revision: https://reviews.freebsd.org/D47139
Exp-run by: antoine
Co-authored-by: arrowd
---
devel/glib20/Makefile | 39 +-
devel/glib20/distinfo | 8 +-
devel/glib20/files/patch-networkmonitor-netlink | 76 -
devel/glib20/pkg-plist | 7669 ++++++++++++++++++++++-
devel/gobject-introspection/Makefile | 26 +-
devel/gobject-introspection/distinfo | 6 +-
devel/gobject-introspection/pkg-plist | 10 +-
7 files changed, 7686 insertions(+), 148 deletions(-)
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 4d5b1133aa50..33e83be1b291 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -1,11 +1,13 @@
PORTNAME= glib
-DISTVERSION= 2.80.5
-PORTREVISION= 1
+DISTVERSION= 2.82.4
PORTEPOCH= 2
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
+PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES= 3dcf1ea13d9b2a3371fa35b79e640063de33dc20.patch:-p1
+
MAINTAINER= desktop@FreeBSD.org
COMMENT= Some useful routines of C programming (current stable version)
WWW= https://www.gtk.org/
@@ -20,21 +22,31 @@ TEST_DEPENDS= dbus-uuidgen:devel/dbus \
update-desktop-database:devel/desktop-file-utils \
update-mime-database:misc/shared-mime-info
+FLAVORS= default bootstrap
+FLAVOR?= ${FLAVORS:[1]}
+FLAVORS_SUB= yes
+
+default_CONFLICTS_INSTALL= glib-bootstrap
+default_BUILD_DEPENDS= g-ir-scanner:devel/gobject-introspection@bootstrap
+
+bootstrap_PKGNAMESUFFIX= -bootstrap
+bootstrap_CONFLICTS_INSTALL= glib
+
# 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 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 \
- -Dintrospection=disabled \
-Dlibmount=disabled \
-Druntime_dir=/var/run \
-Dselinux=disabled \
+ -Dsysprof=disabled \
+ -Dsystemtap=disabled \
-Dxattr=false
BINARY_ALIAS= python3=${PYTHON_CMD}
PORTSCOUT= limitw:1,even
@@ -42,7 +54,7 @@ CPE_VENDOR= gnome
CONFLICTS_INSTALL= p5-Giovanni
-_LIBVERSION= 0.8000.5
+_LIBVERSION= 0.${DISTVERSION:R:E}00.${DISTVERSION:E}
PLIST_SUB= LIBVERSION=${_LIBVERSION}
OPTIONS_DEFINE= DOCS FAM_ALTBACKEND MANPAGES NLS TEST
@@ -60,10 +72,19 @@ MANPAGES_MESON_ENABLED= man-pages
TEST_MESON_TRUE= tests
-.include <bsd.port.pre.mk>
-
# doesn't build yet
-MESON_ARGS+= -Ddtrace=false
+MESON_ARGS+= -Ddtrace=disabled
+
+.if ${FLAVOR:U} == bootstrap
+TRIGGERS=
+MESON_ARGS+= -Dintrospection=disabled -Ddocumentation=false -Dman-pages=disabled
+OPTIONS_DEFINE=
+PLIST_SUB+= PORTDOCS='@comment ' NLS='@comment ' MANPAGES='@comment '
+PLIST_FILES+= '@dir share/pkg/triggers'
+.else
+TRIGGERS= gio-modules glib-schemas
+MESON_ARGS+= -Dintrospection=enabled
+.endif
pre-configure-FAM_ALTBACKEND-on:
@${REINPLACE_CMD} -e 's|kqueue-helper.c|kqueue_fnm.c|g ; \
@@ -113,4 +134,4 @@ post-install:
pre-test:
${LOCALBASE}/bin/dbus-uuidgen > /var/lib/dbus/machine-id
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo
index ddff0e4692da..fa0b058cb6be 100644
--- a/devel/glib20/distinfo
+++ b/devel/glib20/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1724667709
-SHA256 (gnome/glib-2.80.5.tar.xz) = 9f23a9de803c695bbfde7e37d6626b18b9a83869689dd79019bf3ae66c3e6771
-SIZE (gnome/glib-2.80.5.tar.xz) = 5538308
+TIMESTAMP = 1733991305
+SHA256 (gnome/glib-2.82.4.tar.xz) = 37dd0877fe964cd15e9a2710b044a1830fb1bd93652a6d0cb6b8b2dff187c709
+SIZE (gnome/glib-2.82.4.tar.xz) = 5556896
+SHA256 (gnome/3dcf1ea13d9b2a3371fa35b79e640063de33dc20.patch) = 31f731207b6f4a2760e048138c5363fe42c05e3624cbe5ee9612f3d047cb176c
+SIZE (gnome/3dcf1ea13d9b2a3371fa35b79e640063de33dc20.patch) = 2083
diff --git a/devel/glib20/files/patch-networkmonitor-netlink b/devel/glib20/files/patch-networkmonitor-netlink
deleted file mode 100644
index 6e5996f5ee11..000000000000
--- a/devel/glib20/files/patch-networkmonitor-netlink
+++ /dev/null
@@ -1,76 +0,0 @@
-From 02172bda73663f63b603956a180c6c6fc6a3d187 Mon Sep 17 00:00:00 2001
-From: Gleb Popov <6yearold@gmail.com>
-Date: Tue, 29 Oct 2024 21:18:36 +0300
-Subject: [PATCH] Enable GNetworkMonitorNetlink on FreeBSD
-
-https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4376
-
----
- gio/gnetworkmonitornetlink.c | 8 ++++++++
- meson.build | 4 +++-
- 2 files changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/gio/gnetworkmonitornetlink.c b/gio/gnetworkmonitornetlink.c
-index bf51d31f99..adaa77d38b 100644
---- a/gio/gnetworkmonitornetlink.c
-+++ ./gio/gnetworkmonitornetlink.c
-@@ -38,8 +38,14 @@
-
- /* must come at the end to pick system includes from
- * gnetworkingprivate.h */
-+#ifdef HAVE_LINUX_NETLINK_H
- #include <linux/netlink.h>
- #include <linux/rtnetlink.h>
-+#endif
-+#ifdef HAVE_NETLINK_NETLINK_H
-+#include <netlink/netlink.h>
-+#include <netlink/netlink_route.h>
-+#endif
-
- static GInitableIface *initable_parent_iface;
- static void g_network_monitor_netlink_iface_init (GNetworkMonitorInterface *iface);
-@@ -124,6 +130,7 @@ g_network_monitor_netlink_initable_init (GInitable *initable,
- return FALSE;
- }
-
-+#ifdef SO_PASSCRED
- if (!g_socket_set_option (nl->priv->sock, SOL_SOCKET, SO_PASSCRED,
- TRUE, NULL))
- {
-@@ -133,6 +140,7 @@ g_network_monitor_netlink_initable_init (GInitable *initable,
- g_strerror (errsv));
- return FALSE;
- }
-+#endif
-
- /* Request the current state */
- if (!request_dump (nl, error))
-diff --git a/meson.build b/meson.build
-index 69e4b036ea..7da293881e 100644
---- a/meson.build
-+++ ./meson.build
-@@ -400,10 +400,12 @@ headers = [
- 'inttypes.h',
- 'libproc.h',
- 'limits.h',
-+ 'linux/netlink.h',
- 'locale.h',
- 'mach/mach_time.h',
- 'memory.h',
- 'mntent.h',
-+ 'netlink/netlink.h',
- 'poll.h',
- 'pwd.h',
- 'sched.h',
-@@ -461,7 +463,7 @@ if cc.check_header('malloc.h')
- glib_conf_prefix = glib_conf_prefix + '#define HAVE_MALLOC_H 1\n'
- endif
-
--if cc.check_header('linux/netlink.h')
-+if glib_conf.has('HAVE_LINUX_NETLINK_H') or glib_conf.has('HAVE_NETLINK_NETLINK_H')
- glib_conf.set('HAVE_NETLINK', 1)
- endif
-
---
-GitLab
-
diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist
index 585124337d22..e56e603d651a 100644
--- a/devel/glib20/pkg-plist
+++ b/devel/glib20/pkg-plist
@@ -321,6 +321,13 @@ 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
+%%DEFAULT%%lib/girepository-1.0/GIRepository-3.0.typelib
+%%DEFAULT%%lib/girepository-1.0/GLib-2.0.typelib
+%%DEFAULT%%lib/girepository-1.0/GLibUnix-2.0.typelib
+%%DEFAULT%%lib/girepository-1.0/GModule-2.0.typelib
+%%DEFAULT%%lib/girepository-1.0/GObject-2.0.typelib
+%%DEFAULT%%lib/girepository-1.0/Gio-2.0.typelib
+%%DEFAULT%%lib/girepository-1.0/GioUnix-2.0.typelib
lib/glib-2.0/include/glibconfig.h
lib/libgio-2.0.a
lib/libgio-2.0.so
@@ -356,24 +363,6 @@ libdata/pkgconfig/gmodule-no-export-2.0.pc
libdata/pkgconfig/gobject-2.0.pc
libdata/pkgconfig/gthread-2.0.pc
libexec/gio-launch-desktop
-%%MANPAGES%%share/man/man1/gapplication.1.gz
-%%MANPAGES%%share/man/man1/gdbus-codegen.1.gz
-%%MANPAGES%%share/man/man1/gdbus.1.gz
-%%MANPAGES%%share/man/man1/gi-compile-repository.1.gz
-%%MANPAGES%%share/man/man1/gi-decompile-typelib.1.gz
-%%MANPAGES%%share/man/man1/gi-inspect-typelib.1.gz
-%%MANPAGES%%share/man/man1/gio-querymodules.1.gz
-%%MANPAGES%%share/man/man1/gio.1.gz
-%%MANPAGES%%share/man/man1/glib-compile-resources.1.gz
-%%MANPAGES%%share/man/man1/glib-compile-schemas.1.gz
-%%MANPAGES%%share/man/man1/glib-genmarshal.1.gz
-%%MANPAGES%%share/man/man1/glib-gettextize.1.gz
-%%MANPAGES%%share/man/man1/glib-mkenums.1.gz
-%%MANPAGES%%share/man/man1/gobject-query.1.gz
-%%MANPAGES%%share/man/man1/gresource.1.gz
-%%MANPAGES%%share/man/man1/gsettings.1.gz
-%%MANPAGES%%share/man/man1/gtester-report.1.gz
-%%MANPAGES%%share/man/man1/gtester.1.gz
share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4
share/aclocal/gsettings.m4
@@ -382,45 +371,7621 @@ share/bash-completion/completions/gdbus
share/bash-completion/completions/gio
share/bash-completion/completions/gresource
share/bash-completion/completions/gsettings
-%%DOCS%%%%DOCSDIR%%-2.0/gvariant-byte-boundaries.svg
-%%DOCS%%%%DOCSDIR%%-2.0/gvariant-integer-and-string-structure.svg
-%%DOCS%%%%DOCSDIR%%-2.0/gvariant-integer-array.svg
-%%DOCS%%%%DOCSDIR%%-2.0/gvariant-specification-1.0.html
-%%DOCS%%%%DOCSDIR%%-2.0/gvariant-string-array.svg
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Black.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Black.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-BlackItalic.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-BlackItalic.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Bold.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Bold.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-BoldItalic.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-BoldItalic.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Italic.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Italic.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Medium.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Medium.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-MediumItalic.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-MediumItalic.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Regular.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatDisplay-Regular.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Bold.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Bold.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-BoldItalic.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-BoldItalic.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Italic.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Italic.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Medium.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Medium.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-MediumItalic.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-MediumItalic.woff2
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Regular.woff
+%%PORTDOCS%%share/doc/gio-2.0/RedHatText-Regular.woff2
+%%PORTDOCS%%share/doc/gio-2.0/SourceCodePro-It.ttf.woff
+%%PORTDOCS%%share/doc/gio-2.0/SourceCodePro-Regular.ttf.woff
+%%PORTDOCS%%share/doc/gio-2.0/SourceCodePro-Semibold.ttf.woff
+%%PORTDOCS%%share/doc/gio-2.0/callback.AsyncReadyCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.BusAcquiredCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.BusNameAcquiredCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.BusNameAppearedCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.BusNameLostCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.BusNameVanishedCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.CancellableSourceFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusInterfaceGetPropertyFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusInterfaceMethodCallFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusInterfaceSetPropertyFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusMessageFilterFunction.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusProxyTypeFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusSignalCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusSubtreeDispatchFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusSubtreeEnumerateFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DBusSubtreeIntrospectFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DatagramBasedSourceFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.DesktopAppLaunchCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.FileMeasureProgressCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.FileProgressCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.FileReadMoreCallback.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.IOSchedulerJobFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.PollableSourceFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.ReallocFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.SettingsBindGetMapping.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.SettingsBindSetMapping.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.SettingsGetMapping.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.SimpleAsyncThreadFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.SocketSourceFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.TaskThreadFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/callback.VfsFileLookupFunc.html
+%%PORTDOCS%%share/doc/gio-2.0/class.AppInfoMonitor.html
+%%PORTDOCS%%share/doc/gio-2.0/class.AppLaunchContext.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Application.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ApplicationCommandLine.html
+%%PORTDOCS%%share/doc/gio-2.0/class.BufferedInputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.BufferedOutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.BytesIcon.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Cancellable.html
+%%PORTDOCS%%share/doc/gio-2.0/class.CharsetConverter.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ConverterInputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ConverterOutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Credentials.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusActionGroup.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusAuthObserver.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusConnection.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusInterfaceSkeleton.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusMenuModel.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusMessage.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusMethodInvocation.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusObjectManagerClient.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusObjectManagerServer.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusObjectProxy.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusObjectSkeleton.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusProxy.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DBusServer.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DataInputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DataOutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DebugControllerDBus.html
+%%PORTDOCS%%share/doc/gio-2.0/class.DesktopAppInfo.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Emblem.html
+%%PORTDOCS%%share/doc/gio-2.0/class.EmblemedIcon.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FileEnumerator.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FileIOStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FileIcon.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FileInfo.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FileInputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FileMonitor.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FileOutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FilenameCompleter.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FilterInputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.FilterOutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.IOModule.html
+%%PORTDOCS%%share/doc/gio-2.0/class.IOStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.InetAddress.html
+%%PORTDOCS%%share/doc/gio-2.0/class.InetAddressMask.html
+%%PORTDOCS%%share/doc/gio-2.0/class.InetSocketAddress.html
+%%PORTDOCS%%share/doc/gio-2.0/class.InputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ListStore.html
+%%PORTDOCS%%share/doc/gio-2.0/class.MemoryInputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.MemoryOutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Menu.html
+%%PORTDOCS%%share/doc/gio-2.0/class.MenuAttributeIter.html
+%%PORTDOCS%%share/doc/gio-2.0/class.MenuItem.html
+%%PORTDOCS%%share/doc/gio-2.0/class.MenuLinkIter.html
+%%PORTDOCS%%share/doc/gio-2.0/class.MenuModel.html
+%%PORTDOCS%%share/doc/gio-2.0/class.MountOperation.html
+%%PORTDOCS%%share/doc/gio-2.0/class.NativeSocketAddress.html
+%%PORTDOCS%%share/doc/gio-2.0/class.NativeVolumeMonitor.html
+%%PORTDOCS%%share/doc/gio-2.0/class.NetworkAddress.html
+%%PORTDOCS%%share/doc/gio-2.0/class.NetworkService.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Notification.html
+%%PORTDOCS%%share/doc/gio-2.0/class.OutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Permission.html
+%%PORTDOCS%%share/doc/gio-2.0/class.PropertyAction.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ProxyAddress.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ProxyAddressEnumerator.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Resolver.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Settings.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SettingsBackend.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SimpleAction.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SimpleActionGroup.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SimpleAsyncResult.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SimpleIOStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SimplePermission.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SimpleProxyResolver.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Socket.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SocketAddress.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SocketAddressEnumerator.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SocketClient.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SocketConnection.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SocketControlMessage.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SocketListener.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SocketService.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Subprocess.html
+%%PORTDOCS%%share/doc/gio-2.0/class.SubprocessLauncher.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Task.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TcpConnection.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TcpWrapperConnection.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TestDBus.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ThemedIcon.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ThreadedResolver.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ThreadedSocketService.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TlsCertificate.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TlsConnection.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TlsDatabase.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TlsInteraction.html
+%%PORTDOCS%%share/doc/gio-2.0/class.TlsPassword.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixConnection.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixCredentialsMessage.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixFDList.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixFDMessage.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixInputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixMountMonitor.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixOutputStream.html
+%%PORTDOCS%%share/doc/gio-2.0/class.UnixSocketAddress.html
+%%PORTDOCS%%share/doc/gio-2.0/class.Vfs.html
+%%PORTDOCS%%share/doc/gio-2.0/class.VolumeMonitor.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ZlibCompressor.html
+%%PORTDOCS%%share/doc/gio-2.0/class.ZlibDecompressor.html
+%%PORTDOCS%%share/doc/gio-2.0/classes_hierarchy.html
+%%PORTDOCS%%share/doc/gio-2.0/const.DBUS_METHOD_INVOCATION_HANDLED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.DBUS_METHOD_INVOCATION_UNHANDLED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.DEBUG_CONTROLLER_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.DRIVE_IDENTIFIER_KIND_UNIX_DEVICE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_DELETE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_READ.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_RENAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_TRASH.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_WRITE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_IS_ARCHIVE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_IS_MOUNTPOINT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_IS_SYSTEM.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ETAG_VALUE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_FREE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_READONLY.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_REMOTE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_SIZE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_TYPE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_USED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_GVFS_BACKEND.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ID_FILE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ID_FILESYSTEM.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_START.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_OWNER_GROUP.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_OWNER_USER.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_OWNER_USER_REAL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_PREVIEW_ICON.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_RECENT_MODIFIED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_SELINUX_CONTEXT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_COPY_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_DESCRIPTION.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_EDIT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_ICON.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_BACKUP.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_HIDDEN.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_SYMLINK.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_IS_VOLATILE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SIZE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SORT_ORDER.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_TARGET_URI.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_STANDARD_TYPE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_LARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_NORMAL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_XLARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAILING_FAILED_XXLARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_LARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_NORMAL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XLARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XXLARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_LARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_NORMAL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_XLARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_THUMBNAIL_PATH_XXLARGE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_ACCESS.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_ACCESS_NSEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_ACCESS_USEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CHANGED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CHANGED_NSEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CHANGED_USEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CREATED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CREATED_NSEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_CREATED_USEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_MODIFIED.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_MODIFIED_NSEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TIME_MODIFIED_USEC.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TRASH_DELETION_DATE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TRASH_ITEM_COUNT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_TRASH_ORIG_PATH.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_BLOCKS.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_BLOCK_SIZE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_DEVICE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_GID.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_INODE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_MODE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_NLINK.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_RDEV.html
+%%PORTDOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_UNIX_UID.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MEMORY_MONITOR_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_ATTRIBUTE_ACTION.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_ATTRIBUTE_ACTION_NAMESPACE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_ATTRIBUTE_ICON.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_ATTRIBUTE_LABEL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_ATTRIBUTE_TARGET.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_EXPORTER_MAX_SECTION_SIZE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_LINK_SECTION.html
+%%PORTDOCS%%share/doc/gio-2.0/const.MENU_LINK_SUBMENU.html
+%%PORTDOCS%%share/doc/gio-2.0/const.NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.NETWORK_MONITOR_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.PROXY_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.PROXY_RESOLVER_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.SETTINGS_BACKEND_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.TLS_BACKEND_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VFS_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_HAL_UDI.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_LABEL.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_NFS_MOUNT.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VOLUME_IDENTIFIER_KIND_UUID.html
+%%PORTDOCS%%share/doc/gio-2.0/const.VOLUME_MONITOR_EXTENSION_POINT_NAME.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.AppLaunchContext.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Application.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.BufferedInputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.BufferedInputStream.new_sized.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.BufferedOutputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.BufferedOutputStream.new_sized.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.BytesIcon.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Cancellable.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.CharsetConverter.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ConverterInputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ConverterOutputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Credentials.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusAuthObserver.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusConnection.new_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusConnection.new_for_address_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusConnection.new_for_address_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusConnection.new_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusMessage.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusMessage.new_from_blob.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusMessage.new_method_call.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusMessage.new_signal.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusNodeInfo.new_for_xml.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_for_bus_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_for_bus_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusObjectManagerClient.new_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusObjectManagerServer.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusObjectProxy.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusObjectSkeleton.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusProxy.new_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusProxy.new_for_bus_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusProxy.new_for_bus_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusProxy.new_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DBusServer.new_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DataInputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DataOutputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DebugControllerDBus.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DesktopAppInfo.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DesktopAppInfo.new_from_filename.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.DesktopAppInfo.new_from_keyfile.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Emblem.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Emblem.new_with_origin.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.EmblemedIcon.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.FileAttributeInfoList.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.FileAttributeMatcher.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.FileIcon.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.FileInfo.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.FilenameCompleter.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.IOModule.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetAddress.new_any.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetAddress.new_from_bytes.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetAddress.new_from_string.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetAddress.new_loopback.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetAddressMask.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetAddressMask.new_from_string.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetSocketAddress.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.InetSocketAddress.new_from_string.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ListStore.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MemoryInputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MemoryInputStream.new_from_bytes.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MemoryInputStream.new_from_data.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MemoryOutputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MemoryOutputStream.new_resizable.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Menu.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MenuItem.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MenuItem.new_from_model.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MenuItem.new_section.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MenuItem.new_submenu.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.MountOperation.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.NativeSocketAddress.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.NetworkAddress.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.NetworkAddress.new_loopback.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.NetworkService.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Notification.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.PropertyAction.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ProxyAddress.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Resource.new_from_data.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Settings.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Settings.new_full.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Settings.new_with_backend.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Settings.new_with_backend_and_path.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Settings.new_with_path.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SettingsSchemaSource.new_from_directory.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleAction.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleAction.new_stateful.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleActionGroup.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleAsyncResult.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleAsyncResult.new_error.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleAsyncResult.new_from_error.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleAsyncResult.new_take_error.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimpleIOStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SimplePermission.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Socket.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Socket.new_from_fd.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SocketAddress.new_from_native.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SocketClient.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SocketListener.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SocketService.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SrvTarget.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Subprocess.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Subprocess.newv.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.SubprocessLauncher.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.Task.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TcpWrapperConnection.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TestDBus.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ThemedIcon.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ThemedIcon.new_from_names.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ThemedIcon.new_with_default_fallbacks.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ThreadedSocketService.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_file.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_file_with_password.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_files.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_pem.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_pkcs11_uris.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_pkcs12.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.TlsPassword.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixCredentialsMessage.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixCredentialsMessage.new_with_credentials.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixFDList.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixFDList.new_from_array.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixFDMessage.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixFDMessage.new_with_fd_list.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixInputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixMountMonitor.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixOutputStream.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixSocketAddress.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixSocketAddress.new_abstract.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.UnixSocketAddress.new_with_type.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ZlibCompressor.new.html
+%%PORTDOCS%%share/doc/gio-2.0/ctor.ZlibDecompressor.new.html
+%%PORTDOCS%%share/doc/gio-2.0/dbus-error.html
+%%PORTDOCS%%share/doc/gio-2.0/dbus-introspection.html
+%%PORTDOCS%%share/doc/gio-2.0/dbus-name-owning.html
+%%PORTDOCS%%share/doc/gio-2.0/dbus-name-watching.html
+%%PORTDOCS%%share/doc/gio-2.0/dbus-utils.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.BusType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.ConverterResult.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.CredentialsType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.DBusMessageByteOrder.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.DBusMessageHeaderField.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.DBusMessageType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.DataStreamByteOrder.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.DataStreamNewlineType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.DriveStartStopType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.EmblemOrigin.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.FileAttributeStatus.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.FileAttributeType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.FileMonitorEvent.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.FileType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.FilesystemPreviewType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.IOModuleScopeFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.MemoryMonitorWarningLevel.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.MountOperationResult.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.NetworkConnectivity.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.NotificationPriority.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.PasswordSave.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.PollableReturn.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.ResolverRecordType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.SocketClientEvent.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.SocketFamily.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.SocketListenerEvent.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.SocketProtocol.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.SocketType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.TlsAuthenticationMode.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.TlsCertificateRequestFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.TlsChannelBindingType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.TlsDatabaseLookupFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.TlsInteractionResult.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.TlsProtocolVersion.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.TlsRehandshakeMode.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.UnixSocketAddressType.html
+%%PORTDOCS%%share/doc/gio-2.0/enum.ZlibCompressorFormat.html
+%%PORTDOCS%%share/doc/gio-2.0/error.DBusError.html
+%%PORTDOCS%%share/doc/gio-2.0/error.IOErrorEnum.html
+%%PORTDOCS%%share/doc/gio-2.0/error.ResolverError.html
+%%PORTDOCS%%share/doc/gio-2.0/error.ResourceError.html
+%%PORTDOCS%%share/doc/gio-2.0/error.TlsChannelBindingError.html
+%%PORTDOCS%%share/doc/gio-2.0/error.TlsError.html
+%%PORTDOCS%%share/doc/gio-2.0/error.html
+%%PORTDOCS%%share/doc/gio-2.0/file-attributes.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.AppInfoCreateFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.ApplicationFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.AskPasswordFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.BusNameOwnerFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.BusNameWatcherFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.ConverterFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusCallFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusCapabilityFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusConnectionFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusInterfaceSkeletonFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusMessageFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusObjectManagerClientFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusPropertyInfoFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusProxyFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusSendMessageFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusServerFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusSignalFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DBusSubtreeFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.DriveStartFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.FileAttributeInfoFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.FileCopyFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.FileCreateFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.FileMeasureFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.FileMonitorFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.FileQueryInfoFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.IOStreamSpliceFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.MountMountFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.MountUnmountFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.OutputStreamSpliceFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.ResolverNameLookupFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.ResourceFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.ResourceLookupFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.SettingsBindFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.SocketMsgFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.SubprocessFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.TestDBusFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.TlsCertificateFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.TlsDatabaseVerifyFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/flags.TlsPasswordFlags.html
+%%PORTDOCS%%share/doc/gio-2.0/fonts.css
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_ACTION_GROUP.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_ACTION_GROUP_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_AUTH_OBSERVER.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_CONNECTION.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_INTERFACE.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_INTERFACE_SKELETON.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_INTERFACE_SKELETON_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_MENU_MODEL.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_MESSAGE.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_METHOD_INVOCATION.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_CLIENT.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_CLIENT_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_SERVER.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_MANAGER_SERVER_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_PROXY.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_PROXY_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_SKELETON.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_OBJECT_SKELETON_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_PROXY.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_PROXY_CLASS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DBUS_SERVER.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_26_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_28_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_30_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_32_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_34_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_36_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_38_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_40_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_42_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_44_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_46_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_48_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_50_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_52_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_54_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_56_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_58_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_60_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_62_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_64_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_66_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_68_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_70_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_72_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_74_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_76_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_78_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_26_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_28_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_30_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_32_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_34_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_36_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_38_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_40_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_42_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_44_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_46_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_48_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_50_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_52_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_54_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_56_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_58_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_60_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_62_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_64_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_66_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_68_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_70_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_72_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_74_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_76_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_78_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_80_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_82_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_32_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_34_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_36_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_38_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_40_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_42_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_44_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_46_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_48_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_50_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_52_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_54_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_56_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_58_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_60_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_62_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_64_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_66_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_68_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_70_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_72_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_74_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_76_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_78_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_32_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_34_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_36_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_38_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_40_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_42_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_44_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_46_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_48_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_50_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_52_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_54_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_56_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_58_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_60_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_62_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_64_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_66_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_68_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_70_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_72_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_74_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_76_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_78_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html
+%%PORTDOCS%%share/doc/gio-2.0/func.TEST_DBUS.html
+%%PORTDOCS%%share/doc/gio-2.0/func.UNAVAILABLE.html
+%%PORTDOCS%%share/doc/gio-2.0/func.UNAVAILABLE_STATIC_INLINE.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_get.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_get_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_get_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_own_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_own_name_on_connection.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_own_name_on_connection_with_closures.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_own_name_with_closures.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_unown_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_unwatch_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_watch_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_watch_name_on_connection.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_watch_name_on_connection_with_closures.html
+%%PORTDOCS%%share/doc/gio-2.0/func.bus_watch_name_with_closures.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_can_be_executable.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_equals.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_from_mime_type.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_get_description.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_get_generic_icon_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_get_icon.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_get_mime_dirs.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_get_mime_type.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_get_symbolic_icon.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_guess.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_guess_for_tree.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_is_a.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_is_mime_type.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_is_unknown.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_type_set_mime_dirs.html
+%%PORTDOCS%%share/doc/gio-2.0/func.content_types_get_registered.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_address_escape_value.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_address_get_for_bus_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_address_get_stream.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_address_get_stream_finish.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_address_get_stream_sync.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_escape_object_path.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_escape_object_path_bytestring.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_generate_guid.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_gvalue_to_gvariant.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_gvariant_to_gvalue.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_address.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_error_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_guid.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_interface_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_member_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_supported_address.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_is_unique_name.html
+%%PORTDOCS%%share/doc/gio-2.0/func.dbus_unescape_object_path.html
+%%PORTDOCS%%share/doc/gio-2.0/func.io_error_from_errno.html
+%%PORTDOCS%%share/doc/gio-2.0/func.io_error_from_file_error.html
+%%PORTDOCS%%share/doc/gio-2.0/func.io_error_quark.html
*** 7048 LINES SKIPPED ***