mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Add nullable annotations in GUnixMountEntry
This commit is contained in:
parent
9e4a6dac7c
commit
98c3710522
@ -1593,7 +1593,7 @@ g_unix_mounts_get (guint64 *time_read)
|
|||||||
* If more mounts have the same mount path, the last matching mount
|
* If more mounts have the same mount path, the last matching mount
|
||||||
* is returned.
|
* is returned.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a #GUnixMountEntry.
|
* Returns: (transfer full) (nullable): a #GUnixMountEntry.
|
||||||
**/
|
**/
|
||||||
GUnixMountEntry *
|
GUnixMountEntry *
|
||||||
g_unix_mount_at (const char *mount_path,
|
g_unix_mount_at (const char *mount_path,
|
||||||
@ -1636,7 +1636,7 @@ g_unix_mount_at (const char *mount_path,
|
|||||||
* If more mounts have the same mount path, the last matching mount
|
* If more mounts have the same mount path, the last matching mount
|
||||||
* is returned.
|
* is returned.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a #GUnixMountEntry.
|
* Returns: (transfer full) (nullable): a #GUnixMountEntry.
|
||||||
*
|
*
|
||||||
* Since: 2.52
|
* Since: 2.52
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user