Document the encoding of g_get_real_name().
authorMatthias Clasen <maclas@gmx.de>
Sun, 21 Dec 2003 00:01:03 +0000 (00:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 21 Dec 2003 00:01:03 +0000 (00:01 +0000)
Sun Dec 21 01:01:34 2003  Matthias Clasen  <maclas@gmx.de>

* glib/tmpl/misc_utils.sgml: Document the encoding of
g_get_real_name().

docs/reference/ChangeLog
docs/reference/glib/tmpl/misc_utils.sgml

index e01ae7a..a197d76 100644 (file)
@@ -1,3 +1,8 @@
+Sun Dec 21 01:01:34 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/tmpl/misc_utils.sgml: Document the encoding of 
+       g_get_real_name().
+
 Fri Dec 19 21:40:00 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gobject/tmpl/signals.sgml: Rewording.
index 262d971..13a4367 100644 (file)
@@ -91,7 +91,8 @@ Gets the user name of the current user.
 <!-- ##### FUNCTION g_get_real_name ##### -->
 <para>
 Gets the real name of the user. This usually comes from the user's entry in the
-<filename>passwd</filename> file.
+<filename>passwd</filename> file. The encoding of the returned string is system
+defined.
 </para>
 
 @Returns: the user's real name.