[gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.

Also make parameter names in virtual function declarations consistent
to silent g-ir-scanner.
This commit is contained in:
Pavel Holejsovsky
2010-12-17 16:24:33 +01:00
parent 101dcecb1f
commit 89b558077f
10 changed files with 143 additions and 142 deletions

View File

@@ -84,7 +84,7 @@ struct _GFileOutputStreamClass
GAsyncReadyCallback callback,
gpointer user_data);
GFileInfo * (* query_info_finish) (GFileOutputStream *stream,
GAsyncResult *res,
GAsyncResult *result,
GError **error);
char * (* get_etag) (GFileOutputStream *stream);