glib r7110 - trunk/gio



Author: matthiasc
Date: Mon Jun 30 05:02:06 2008
New Revision: 7110
URL: http://svn.gnome.org/viewvc/glib?rev=7110&view=rev

Log:
        * gfile.c (g_file_append_to): Clarify docs.
        Patch by Jared Moore


Modified:
   trunk/gio/ChangeLog
   trunk/gio/gfile.c

Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c	(original)
+++ trunk/gio/gfile.c	Mon Jun 30 05:02:06 2008
@@ -1427,12 +1427,12 @@
  * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. 
  *
  * Some file systems don't allow all file names, and may
- * return an G_IO_ERROR_INVALID_FILENAME error.
- * If the file is a directory the G_IO_ERROR_IS_DIRECTORY error will be
+ * return an %G_IO_ERROR_INVALID_FILENAME error.
+ * If the file is a directory the %G_IO_ERROR_IS_DIRECTORY error will be
  * returned. Other errors are possible too, and depend on what kind of
  * filesystem the file is on.
  * 
- * Returns: a #GFileOutputStream.
+ * Returns: a #GFileOutputStream, or %NULL on error
  **/
 GFileOutputStream *
 g_file_append_to (GFile             *file,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]