[glib] docs: Fix g_key_file_load_from_file error parameter



commit 708d4178ceb34586a630afc4597008cf5e9f3a12
Author: David King <amigadave amigadave com>
Date:   Sun Feb 19 15:16:59 2012 +0000

    docs: Fix g_key_file_load_from_file error parameter

 glib/gkeyfile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c
index 5f3610c..62ad387 100644
--- a/glib/gkeyfile.c
+++ b/glib/gkeyfile.c
@@ -818,7 +818,7 @@ g_key_file_load_from_fd (GKeyFile       *key_file,
  * @error: return location for a #GError, or %NULL
  *
  * Loads a key file into an empty #GKeyFile structure.
- * If the file could not be loaded then %error is set to 
+ * If the file could not be loaded then @error is set to
  * either a #GFileError or #GKeyFileError.
  *
  * Return value: %TRUE if a key file could be loaded, %FALSE otherwise



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