mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add two annotations to gio
https://bugzilla.gnome.org/show_bug.cgi?id=656679
This commit is contained in:
parent
5dcc502f91
commit
70eff50f21
@ -536,7 +536,7 @@ g_file_dup (GFile *file)
|
||||
|
||||
/**
|
||||
* g_file_hash:
|
||||
* @file: #gconstpointer to a #GFile.
|
||||
* @file: (type GFile): #gconstpointer to a #GFile.
|
||||
*
|
||||
* Creates a hash value for a #GFile.
|
||||
*
|
||||
|
@ -1673,7 +1673,7 @@ g_file_info_get_size (GFileInfo *info)
|
||||
/**
|
||||
* g_file_info_get_modification_time:
|
||||
* @info: a #GFileInfo.
|
||||
* @result: a #GTimeVal.
|
||||
* @result: (out caller-allocates): a #GTimeVal.
|
||||
*
|
||||
* Gets the modification time of the current @info and sets it
|
||||
* in @result.
|
||||
|
Loading…
Reference in New Issue
Block a user