From: Matthias Clasen Date: Sun, 21 Dec 2003 00:01:03 +0000 (+0000) Subject: Document the encoding of g_get_real_name(). X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=421f6d3b18e4178ffc5234542007af3948a1d320;p=dana%2Fcg-glib.git Document the encoding of g_get_real_name(). Sun Dec 21 01:01:34 2003 Matthias Clasen * glib/tmpl/misc_utils.sgml: Document the encoding of g_get_real_name(). --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e01ae7aa..a197d764 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 21 01:01:34 2003 Matthias Clasen + + * glib/tmpl/misc_utils.sgml: Document the encoding of + g_get_real_name(). + Fri Dec 19 21:40:00 2003 Matthias Clasen * gobject/tmpl/signals.sgml: Rewording. diff --git a/docs/reference/glib/tmpl/misc_utils.sgml b/docs/reference/glib/tmpl/misc_utils.sgml index 262d9710..13a43674 100644 --- a/docs/reference/glib/tmpl/misc_utils.sgml +++ b/docs/reference/glib/tmpl/misc_utils.sgml @@ -91,7 +91,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. +passwd file. The encoding of the returned string is system +defined. @Returns: the user's real name.