Document the encoding of g_get_real_name().

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().
This commit is contained in:
Matthias Clasen 2003-12-21 00:01:03 +00:00 committed by Matthias Clasen
parent 3dc62ef020
commit 421f6d3b18
2 changed files with 7 additions and 1 deletions

View 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.

View 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.