mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add a lot of missing annotations
This commit is contained in:
committed by
Johan Dahlin
parent
701ce5d201
commit
30132c44c1
@@ -158,7 +158,7 @@ g_file_icon_init (GFileIcon *file)
|
||||
*
|
||||
* Creates a new icon for a file.
|
||||
*
|
||||
* Returns: a #GIcon for the given @file, or %NULL on error.
|
||||
* Returns: (transfer full): a #GIcon for the given @file, or %NULL on error.
|
||||
**/
|
||||
GIcon *
|
||||
g_file_icon_new (GFile *file)
|
||||
@@ -174,7 +174,7 @@ g_file_icon_new (GFile *file)
|
||||
*
|
||||
* Gets the #GFile associated with the given @icon.
|
||||
*
|
||||
* Returns: a #GFile, or %NULL.
|
||||
* Returns: (transfer none): a #GFile, or %NULL.
|
||||
**/
|
||||
GFile *
|
||||
g_file_icon_get_file (GFileIcon *icon)
|
||||
|
Reference in New Issue
Block a user