glib r6383 - in trunk: . gio
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6383 - in trunk: . gio
- Date: Sun, 27 Jan 2008 07:25:29 +0000 (GMT)
Author: murrayc
Date: Sun Jan 27 07:25:29 2008
New Revision: 6383
URL: http://svn.gnome.org/viewvc/glib?rev=6383&view=rev
Log:
2008-01-27 Murray Cumming <murrayc murrayc com>
* gio/gfile.c: (g_file_replace_contents),
(g_file_replace_contents_finish): Document that the new_etags output
gchar* should be freed.
Modified:
trunk/ChangeLog
trunk/gio/gfile.c
Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c (original)
+++ trunk/gio/gfile.c Sun Jan 27 07:25:29 2008
@@ -5021,7 +5021,8 @@
* @make_backup: %TRUE if a backup should be created.
* @flags: a set of #GFileCreateFlags.
* @new_etag: a location to a new <link linkend="gfile-etag">entity tag</link>
- * for the document.
+ * for the document. This should be freed with g_free() when no longer
+ * needed.
* @cancellable: optional #GCancellable object, %NULL to ignore.
* @error: a #GError, or %NULL
*
@@ -5290,7 +5291,8 @@
* @file: input #GFile.
* @res: a #GAsyncResult.
* @new_etag: a location of a new <link linkend="gfile-etag">entity tag</link>
- * for the document.
+ * for the document. This should be freed with g_free() when it is no
+ * longer needed.
* @error: a #GError, or %NULL
*
* Finishes an asynchronous replace of the given @file. See
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]