diff options
author | Colin Walters <walters@verbum.org> | 2010-06-10 14:02:15 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-06-10 14:03:02 -0400 |
commit | 7c36619d269284597d5df4f366b6389df9bcf617 (patch) | |
tree | 382447af23c81fac65e63e7b4983547fd22a0c91 /gio/gfile.c | |
parent | 3a062d2e33aa1d54dd460a1a2cb297009d94d4d6 (diff) |
[Gio] Merge in introspection annotations from gobject-introspection gio-2.0.c
This is not an exhaustive set, but covers everything we have so far.
Diffstat (limited to 'gio/gfile.c')
-rw-r--r-- | gio/gfile.c | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gio/gfile.c b/gio/gfile.c index 2a0f67866..1e0373541 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -1590,7 +1590,7 @@ g_file_create (GFile *file, /** * g_file_replace: * @file: input #GFile. - * @etag: an optional <link linkend="gfile-etag">entity tag</link> for the + * @etag: (allow-none): an optional <link linkend="gfile-etag">entity tag</link> for the * current #GFile, or #NULL to ignore. * @make_backup: %TRUE if a backup should be created. * @flags: a set of #GFileCreateFlags. @@ -1788,7 +1788,7 @@ g_file_create_readwrite (GFile *file, /** * g_file_replace_readwrite: * @file: a #GFile - * @etag: an optional <link linkend="gfile-etag">entity tag</link> for the + * @etag: (allow-none): an optional <link linkend="gfile-etag">entity tag</link> for the * current #GFile, or #NULL to ignore * @make_backup: %TRUE if a backup should be created * @flags: a set of #GFileCreateFlags @@ -2056,7 +2056,7 @@ g_file_create_finish (GFile *file, /** * g_file_replace_async: * @file: input #GFile. - * @etag: an <link linkend="gfile-etag">entity tag</link> for the + * @etag: (allow-none): an <link linkend="gfile-etag">entity tag</link> for the * current #GFile, or NULL to ignore. * @make_backup: %TRUE if a backup should be created. * @flags: a set of #GFileCreateFlags. @@ -2288,7 +2288,7 @@ g_file_create_readwrite_finish (GFile *file, /** * g_file_replace_readwrite_async: * @file: input #GFile. - * @etag: an <link linkend="gfile-etag">entity tag</link> for the + * @etag: (allow-none): an <link linkend="gfile-etag">entity tag</link> for the * current #GFile, or NULL to ignore. * @make_backup: %TRUE if a backup should be created. * @flags: a set of #GFileCreateFlags. @@ -3999,7 +3999,7 @@ g_file_set_attributes_async (GFile *file, * g_file_set_attributes_finish: * @file: input #GFile. * @result: a #GAsyncResult. - * @info: a #GFileInfo. + * @info: (out) (transfer full): a #GFileInfo. * @error: a #GError, or %NULL * * Finishes setting an attribute started in g_file_set_attributes_async(). @@ -6159,10 +6159,10 @@ g_file_query_default_handler (GFile *file, * g_file_load_contents: * @file: input #GFile. * @cancellable: optional #GCancellable object, %NULL to ignore. - * @contents: a location to place the contents of the file. - * @length: a location to place the length of the contents of the file, + * @contents: (out) (transfer full): a location to place the contents of the file. + * @length: (out) (allow-none): a location to place the length of the contents of the file, * or %NULL if the length is not needed - * @etag_out: a location to place the current entity tag for the file, + * @etag_out: (out) (allow-none): a location to place the current entity tag for the file, * or %NULL if the entity tag is not needed * @error: a #GError, or %NULL * @@ -6467,10 +6467,10 @@ g_file_load_partial_contents_async (GFile *file, * g_file_load_partial_contents_finish: * @file: input #GFile. * @res: a #GAsyncResult. - * @contents: a location to place the contents of the file. - * @length: a location to place the length of the contents of the file, + * @contents: (out) (transfer full): a location to place the contents of the file. + * @length: (out) (allow-none): a location to place the length of the contents of the file, * or %NULL if the length is not needed - * @etag_out: a location to place the current entity tag for the file, + * @etag_out: (out) (allow-none): a location to place the current entity tag for the file, * or %NULL if the entity tag is not needed * @error: a #GError, or %NULL * @@ -6573,10 +6573,10 @@ g_file_load_contents_async (GFile *file, * g_file_load_contents_finish: * @file: input #GFile. * @res: a #GAsyncResult. - * @contents: a location to place the contents of the file. - * @length: a location to place the length of the contents of the file, + * @contents: (out) (transfer full): a location to place the contents of the file. + * @length: (out) (allow-none): a location to place the length of the contents of the file, * or %NULL if the length is not needed - * @etag_out: a location to place the current entity tag for the file, + * @etag_out: (out) (allow-none): a location to place the current entity tag for the file, * or %NULL if the entity tag is not needed * @error: a #GError, or %NULL * @@ -6610,7 +6610,7 @@ g_file_load_contents_finish (GFile *file, * @file: input #GFile. * @contents: a string containing the new contents for @file. * @length: the length of @contents in bytes. - * @etag: the old <link linkend="gfile-etag">entity tag</link> + * @etag: (allow-none): the old <link linkend="gfile-etag">entity tag</link> * for the document, or %NULL * @make_backup: %TRUE if a backup should be created. * @flags: a set of #GFileCreateFlags. @@ -6824,7 +6824,7 @@ replace_contents_open_callback (GObject *obj, * @file: input #GFile. * @contents: string of contents to replace the file with. * @length: the length of @contents in bytes. - * @etag: a new <link linkend="gfile-etag">entity tag</link> for the @file, or %NULL + * @etag: (allow-none): a new <link linkend="gfile-etag">entity tag</link> for the @file, or %NULL * @make_backup: %TRUE if a backup should be created. * @flags: a set of #GFileCreateFlags. * @cancellable: optional #GCancellable object, %NULL to ignore. @@ -6887,7 +6887,7 @@ g_file_replace_contents_async (GFile *file, * g_file_replace_contents_finish: * @file: input #GFile. * @res: a #GAsyncResult. - * @new_etag: a location of a new <link linkend="gfile-etag">entity tag</link> + * @new_etag: (out) (allow-none): a location of a new <link linkend="gfile-etag">entity tag</link> * for the document. This should be freed with g_free() when it is no * longer needed, or %NULL * @error: a #GError, or %NULL |