mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Add a lot of missing annotations
This commit is contained in:
committed by
Johan Dahlin
parent
701ce5d201
commit
30132c44c1
@@ -1103,7 +1103,7 @@ g_unix_mounts_get (guint64 *time_read)
|
||||
* is set, it will be filled with a unix timestamp for checking
|
||||
* if the mounts have changed since with g_unix_mounts_changed_since().
|
||||
*
|
||||
* Returns: a #GUnixMount.
|
||||
* Returns: (transfer full): a #GUnixMount.
|
||||
**/
|
||||
GUnixMountEntry *
|
||||
g_unix_mount_at (const char *mount_path,
|
||||
@@ -1856,7 +1856,7 @@ g_unix_mount_guess_name (GUnixMountEntry *mount_entry)
|
||||
*
|
||||
* Guesses the icon of a Unix mount.
|
||||
*
|
||||
* Returns: a #GIcon
|
||||
* Returns: (transfer full): a #GIcon
|
||||
*/
|
||||
GIcon *
|
||||
g_unix_mount_guess_icon (GUnixMountEntry *mount_entry)
|
||||
@@ -1893,7 +1893,7 @@ g_unix_mount_point_guess_name (GUnixMountPoint *mount_point)
|
||||
*
|
||||
* Guesses the icon of a Unix mount point.
|
||||
*
|
||||
* Returns: a #GIcon
|
||||
* Returns: (transfer full): a #GIcon
|
||||
*/
|
||||
GIcon *
|
||||
g_unix_mount_point_guess_icon (GUnixMountPoint *mount_point)
|
||||
|
Reference in New Issue
Block a user