mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Remove GUnixVolumeMonitor, GUnixMount from docs
David says that they're supposed to be private.
This commit is contained in:
@@ -62,6 +62,7 @@ IGNORE_HFILES= \
|
|||||||
glocalfileoutputstream.h \
|
glocalfileoutputstream.h \
|
||||||
glocalvfs.h \
|
glocalvfs.h \
|
||||||
gmemorysettingsbackend.h \
|
gmemorysettingsbackend.h \
|
||||||
|
gmountprivate.h \
|
||||||
gnativevolumemonitor.h \
|
gnativevolumemonitor.h \
|
||||||
gnetworkingprivate.h \
|
gnetworkingprivate.h \
|
||||||
gnullsettingsbackend.h \
|
gnullsettingsbackend.h \
|
||||||
@@ -74,6 +75,8 @@ IGNORE_HFILES= \
|
|||||||
gthreadedresolver.h \
|
gthreadedresolver.h \
|
||||||
gunionvolumemonitor.h \
|
gunionvolumemonitor.h \
|
||||||
gunixdrive.h \
|
gunixdrive.h \
|
||||||
|
gunixmount.h \
|
||||||
|
gunixvolumemonitor.h \
|
||||||
gunixresolver.h \
|
gunixresolver.h \
|
||||||
gunixvolume.h \
|
gunixvolume.h \
|
||||||
gvdb-builder.h \
|
gvdb-builder.h \
|
||||||
|
@@ -1330,7 +1330,6 @@ g_filename_completer_get_type
|
|||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gunixmounts</FILE>
|
<FILE>gunixmounts</FILE>
|
||||||
<TITLE>Unix Mounts</TITLE>
|
<TITLE>Unix Mounts</TITLE>
|
||||||
GUnixMount
|
|
||||||
GUnixMountPoint
|
GUnixMountPoint
|
||||||
GUnixMountEntry
|
GUnixMountEntry
|
||||||
GUnixMountMonitor
|
GUnixMountMonitor
|
||||||
@@ -1365,28 +1364,14 @@ g_unix_mount_monitor_new
|
|||||||
g_unix_mount_monitor_set_rate_limit
|
g_unix_mount_monitor_set_rate_limit
|
||||||
g_unix_is_mount_path_system_internal
|
g_unix_is_mount_path_system_internal
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GUnixMountClass
|
|
||||||
GUnixMountMonitorClass
|
GUnixMountMonitorClass
|
||||||
G_UNIX_MOUNT_MONITOR
|
G_UNIX_MOUNT_MONITOR
|
||||||
G_IS_UNIX_MOUNT_MONITOR
|
G_IS_UNIX_MOUNT_MONITOR
|
||||||
G_TYPE_UNIX_MOUNT_MONITOR
|
G_TYPE_UNIX_MOUNT_MONITOR
|
||||||
G_UNIX_MOUNT_MONITOR_CLASS
|
G_UNIX_MOUNT_MONITOR_CLASS
|
||||||
G_IS_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
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_unix_mount_monitor_get_type
|
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
|
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@@ -937,46 +937,6 @@ Turns the argument into a string literal by using the '#' stringizing operator.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_binary_age ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION glib_check_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@required_major:
|
|
||||||
@required_minor:
|
|
||||||
@required_micro:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_interface_age ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_major_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_micro_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_minor_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO lseek ##### -->
|
<!-- ##### MACRO lseek ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@@ -22,6 +22,47 @@ typically use the features described here.
|
|||||||
<!-- ##### SECTION Image ##### -->
|
<!-- ##### SECTION Image ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_major_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_minor_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_micro_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_binary_age ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_interface_age ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION glib_check_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@required_major:
|
||||||
|
@required_minor:
|
||||||
|
@required_micro:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GLIB_MAJOR_VERSION ##### -->
|
<!-- ##### MACRO GLIB_MAJOR_VERSION ##### -->
|
||||||
<para>
|
<para>
|
||||||
The major version number of the GLib library.
|
The major version number of the GLib library.
|
||||||
|
Reference in New Issue
Block a user