GNOME Bugzilla – Bug 656679
[gi] Add two annotations to gio
Last modified: 2011-10-15 22:03:08 UTC
This patch adds two annotations, to g_file_hash and to g_file_info_get_modification_time.
Created attachment 193979 [details] [review] [gi] Add two annotations to gio
Review of attachment 193979 [details] [review]: ::: gio/gfile.c @@ +537,3 @@ /** * g_file_hash: + * @file (type File): #gconstpointer to a #GFile. Shouldn't that be type GFile ?
Created attachment 194073 [details] [review] [gi] Add two annotations to gio
Comment on attachment 193979 [details] [review] [gi] Add two annotations to gio Ah, you're right. Either 'GFile' or 'Gio.File', but not just 'File.
Created attachment 194074 [details] [review] [gi] Add two annotations to gio Colons were missing too.
Can attachment 194074 [details] [review] go in? I verified that the changes have the desired effects in the generated .gir file.
Review of attachment 194074 [details] [review]: looks good to me.
The following fix has been pushed: 70eff50 Add two annotations to gio
Created attachment 199081 [details] [review] Add two annotations to gio