Clarify docs for g_get_real_name(). (#143552, Danek Duvall)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Jul 2004 15:39:01 +0000 (15:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Jul 2004 15:39:01 +0000 (15:39 +0000)
2004-07-28  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/misc_utils.sgml: Clarify docs for
g_get_real_name().  (#143552, Danek Duvall)

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

index 157ee39126de90650485b266b3693d3c3d2207db..70783a098fd3b793a706a33a91dfda8307ed03d0 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/misc_utils.sgml: Clarify docs for 
+       g_get_real_name().  (#143552, Danek Duvall)
+
 Fri Jul 23 10:38:24 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE.  (#148262, 
index 426c5fe3daf3c6929228a5904b8531a2c7d425d1..f74fb14c0887e0e7c0791e414048d973d7e5c5ec 100644 (file)
@@ -92,7 +92,8 @@ Gets the user name of the current user.
 <para>
 Gets the real name of the user. This usually comes from the user's entry in the
 <filename>passwd</filename> file. The encoding of the returned string is system
-defined.
+defined. If the real user name cannot be determined, the string "Unknown" is 
+returned.
 </para>
 
 @Returns: the user's real name.