Add two annotations to gio

https://bugzilla.gnome.org/show_bug.cgi?id=656679
This commit is contained in:
Torsten Schönfeld 2011-08-16 19:11:43 +02:00 committed by Matthias Clasen
parent 5dcc502f91
commit 70eff50f21
2 changed files with 2 additions and 2 deletions

View File

@ -536,7 +536,7 @@ g_file_dup (GFile *file)
/** /**
* g_file_hash: * g_file_hash:
* @file: #gconstpointer to a #GFile. * @file: (type GFile): #gconstpointer to a #GFile.
* *
* Creates a hash value for a #GFile. * Creates a hash value for a #GFile.
* *

View File

@ -1673,7 +1673,7 @@ g_file_info_get_size (GFileInfo *info)
/** /**
* g_file_info_get_modification_time: * g_file_info_get_modification_time:
* @info: a #GFileInfo. * @info: a #GFileInfo.
* @result: a #GTimeVal. * @result: (out caller-allocates): a #GTimeVal.
* *
* Gets the modification time of the current @info and sets it * Gets the modification time of the current @info and sets it
* in @result. * in @result.