mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
Correct some documentation mistakes in gunixmounts.c
Pointed out by Ross Burton in bug #618904
This commit is contained in:
parent
6d1d9cf1b5
commit
062148ae9a
@ -1076,9 +1076,9 @@ get_mount_points_timestamp (void)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_unix_mounts_get:
|
* g_unix_mounts_get:
|
||||||
* @time_read: guint64 to contain a timestamp.
|
* @time_read: (allow-none): guint64 to contain a timestamp, or %NULL
|
||||||
*
|
*
|
||||||
* Gets a #GList of strings containing the unix mounts.
|
* Gets a #GList of #GUnixMountEntry containing the unix mounts.
|
||||||
* If @time_read is set, it will be filled with the mount
|
* If @time_read is set, it will be filled with the mount
|
||||||
* timestamp, allowing for checking if the mounts have changed
|
* timestamp, allowing for checking if the mounts have changed
|
||||||
* with g_unix_mounts_changed_since().
|
* with g_unix_mounts_changed_since().
|
||||||
@ -1131,9 +1131,9 @@ g_unix_mount_at (const char *mount_path,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_unix_mount_points_get:
|
* g_unix_mount_points_get:
|
||||||
* @time_read: guint64 to contain a timestamp.
|
* @time_read: (allow-none): guint64 to contain a timestamp.
|
||||||
*
|
*
|
||||||
* Gets a #GList of strings containing the unix mount points.
|
* Gets a #GList of #GUnixMountPoint containing the unix mount points.
|
||||||
* If @time_read is set, it will be filled with the mount timestamp,
|
* If @time_read is set, it will be filled with the mount timestamp,
|
||||||
* allowing for checking if the mounts have changed with
|
* allowing for checking if the mounts have changed with
|
||||||
* g_unix_mounts_points_changed_since().
|
* g_unix_mounts_points_changed_since().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user