mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Make GUnixMountEntry and GUnixMountPoint boxed types
And unskip some functions using them. https://bugzilla.gnome.org/show_bug.cgi?id=668962
This commit is contained in:
committed by
Christoph Reiter
parent
7890573f6e
commit
625936343d
@@ -1537,6 +1537,7 @@ GUnixMountEntry
|
||||
GUnixMountMonitor
|
||||
g_unix_mount_free
|
||||
g_unix_mount_compare
|
||||
g_unix_mount_copy
|
||||
g_unix_mount_get_mount_path
|
||||
g_unix_mount_get_device_path
|
||||
g_unix_mount_get_fs_type
|
||||
@@ -1549,6 +1550,7 @@ g_unix_mount_guess_can_eject
|
||||
g_unix_mount_guess_should_display
|
||||
g_unix_mount_point_free
|
||||
g_unix_mount_point_compare
|
||||
g_unix_mount_point_copy
|
||||
g_unix_mount_point_get_mount_path
|
||||
g_unix_mount_point_get_device_path
|
||||
g_unix_mount_point_get_fs_type
|
||||
@@ -1576,8 +1578,12 @@ G_IS_UNIX_MOUNT_MONITOR
|
||||
G_TYPE_UNIX_MOUNT_MONITOR
|
||||
G_UNIX_MOUNT_MONITOR_CLASS
|
||||
G_IS_UNIX_MOUNT_MONITOR_CLASS
|
||||
G_TYPE_UNIX_MOUNT_ENTRY
|
||||
G_TYPE_UNIX_MOUNT_POINT
|
||||
<SUBSECTION Private>
|
||||
g_unix_mount_monitor_get_type
|
||||
g_unix_mount_entry_get_type
|
||||
g_unix_mount_point_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@@ -144,7 +144,9 @@ g_unix_credentials_message_get_type
|
||||
g_unix_fd_list_get_type
|
||||
g_unix_fd_message_get_type
|
||||
g_unix_input_stream_get_type
|
||||
g_unix_mount_entry_get_type
|
||||
g_unix_mount_monitor_get_type
|
||||
g_unix_mount_point_get_type
|
||||
g_unix_output_stream_get_type
|
||||
g_unix_socket_address_get_type
|
||||
g_vfs_get_type
|
||||
|
Reference in New Issue
Block a user