From: Matthias Clasen Date: Wed, 28 Jul 2004 15:39:01 +0000 (+0000) Subject: Clarify docs for g_get_real_name(). (#143552, Danek Duvall) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e032d5e2220064122b0a7f1e8d87bb122a45eb95;p=dana%2Fcg-glib.git Clarify docs for g_get_real_name(). (#143552, Danek Duvall) 2004-07-28 Matthias Clasen * glib/tmpl/misc_utils.sgml: Clarify docs for g_get_real_name(). (#143552, Danek Duvall) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 157ee391..70783a09 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-07-28 Matthias Clasen + + * glib/tmpl/misc_utils.sgml: Clarify docs for + g_get_real_name(). (#143552, Danek Duvall) + Fri Jul 23 10:38:24 2004 Matthias Clasen * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262, diff --git a/docs/reference/glib/tmpl/misc_utils.sgml b/docs/reference/glib/tmpl/misc_utils.sgml index 426c5fe3..f74fb14c 100644 --- a/docs/reference/glib/tmpl/misc_utils.sgml +++ b/docs/reference/glib/tmpl/misc_utils.sgml @@ -92,7 +92,8 @@ Gets the user name of the current user. Gets the real name of the user. This usually comes from the user's entry in the passwd file. The encoding of the returned string is system -defined. +defined. If the real user name cannot be determined, the string "Unknown" is +returned. @Returns: the user's real name.