mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 23:29:16 +02:00
Remove GUnixVolumeMonitor, GUnixMount from docs
David says that they're supposed to be private.
This commit is contained in:
parent
5344c22810
commit
0bb7cc3fce
@ -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 \
|
||||
|
@ -1330,7 +1330,6 @@ g_filename_completer_get_type
|
||||
<SECTION>
|
||||
<FILE>gunixmounts</FILE>
|
||||
<TITLE>Unix Mounts</TITLE>
|
||||
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
|
||||
<SUBSECTION Standard>
|
||||
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
|
||||
<SUBSECTION Private>
|
||||
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>
|
||||
|
@ -937,46 +937,6 @@ Turns the argument into a string literal by using the '#' stringizing operator.
|
||||
</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 ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -22,6 +22,47 @@ typically use the features described here.
|
||||
<!-- ##### 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 ##### -->
|
||||
<para>
|
||||
The major version number of the GLib library.
|
||||
|
Loading…
x
Reference in New Issue
Block a user