From 0bb7cc3fceb9223845d2032c9d381f2e15c5285d Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 13 Jul 2010 09:24:16 -0400 Subject: [PATCH] Remove GUnixVolumeMonitor, GUnixMount from docs David says that they're supposed to be private. --- docs/reference/gio/Makefile.am | 3 +++ docs/reference/gio/gio-sections.txt | 15 ----------- docs/reference/glib/tmpl/glib-unused.sgml | 40 ------------------------------ docs/reference/glib/tmpl/version.sgml | 41 +++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 55 deletions(-) diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am index f012382..236d7ad 100644 --- a/docs/reference/gio/Makefile.am +++ b/docs/reference/gio/Makefile.am @@ -62,6 +62,7 @@ IGNORE_HFILES= \ glocalfileoutputstream.h \ glocalvfs.h \ gmemorysettingsbackend.h \ + gmountprivate.h \ gnativevolumemonitor.h \ gnetworkingprivate.h \ gnullsettingsbackend.h \ @@ -74,6 +75,8 @@ IGNORE_HFILES= \ gthreadedresolver.h \ gunionvolumemonitor.h \ gunixdrive.h \ + gunixmount.h \ + gunixvolumemonitor.h \ gunixresolver.h \ gunixvolume.h \ gvdb-builder.h \ diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index f44de5b..efbaf90 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -1330,7 +1330,6 @@ g_filename_completer_get_type
gunixmounts Unix Mounts -GUnixMount GUnixMountPoint GUnixMountEntry GUnixMountMonitor @@ -1365,28 +1364,14 @@ g_unix_mount_monitor_new g_unix_mount_monitor_set_rate_limit g_unix_is_mount_path_system_internal -GUnixMountClass GUnixMountMonitorClass G_UNIX_MOUNT_MONITOR G_IS_UNIX_MOUNT_MONITOR G_TYPE_UNIX_MOUNT_MONITOR G_UNIX_MOUNT_MONITOR_CLASS G_IS_UNIX_MOUNT_MONITOR_CLASS -G_IS_UNIX_MOUNT -G_IS_UNIX_MOUNT_CLASS -G_UNIX_MOUNT -G_UNIX_MOUNT_CLASS -G_TYPE_UNIX_MOUNT g_unix_mount_monitor_get_type -G_IS_UNIX_VOLUME_MONITOR -G_IS_UNIX_VOLUME_MONITOR_CLASS -G_TYPE_UNIX_VOLUME_MONITOR -G_UNIX_VOLUME_MONITOR -G_UNIX_VOLUME_MONITOR_CLASS -GUnixVolume -GUnixVolumeMonitor -GUnixVolumeMonitorClass
diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index 3d551f7..7b57189 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -937,46 +937,6 @@ Turns the argument into a string literal by using the '#' stringizing operator. - - - - - - - - - - - -@required_major: -@required_minor: -@required_micro: -@Returns: - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/glib/tmpl/version.sgml b/docs/reference/glib/tmpl/version.sgml index dca4ac9..027a0f4 100644 --- a/docs/reference/glib/tmpl/version.sgml +++ b/docs/reference/glib/tmpl/version.sgml @@ -22,6 +22,47 @@ typically use the features described here. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@required_major: +@required_minor: +@required_micro: +@Returns: + + The major version number of the GLib library. -- 2.7.4