Clarify docs for g_get_real_name(). (#143552, Danek Duvall)

2004-07-28  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/misc_utils.sgml: Clarify docs for
	g_get_real_name().  (#143552, Danek Duvall)
This commit is contained in:
Matthias Clasen
2004-07-28 15:39:01 +00:00
committed by Matthias Clasen
parent 47bd02855f
commit e032d5e222
2 changed files with 7 additions and 1 deletions

View 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> Fri Jul 23 10:38:24 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262, * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262,

View File

@@ -92,7 +92,8 @@ Gets the user name of the current user.
<para> <para>
Gets the real name of the user. This usually comes from the user's entry in the 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 <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> </para>
@Returns: the user's real name. @Returns: the user's real name.