From: Ross Burton Date: Wed, 3 Aug 2005 20:24:18 +0000 (+0000) Subject: Small doc updates X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=fada30c956fc81f603be761bb3cd693fad725e68;p=dana%2Fcg-glib.git Small doc updates --- diff --git a/ChangeLog b/ChangeLog index 4638d549..32ade8bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-08-03 Ross Burton + + * docs/reference/glib/tmpl/windows.sgml: + Add a long description, pointing people at Cygwin for a complete + Unix library. + + * glib/gutils.c: + Document return value of g_get_host_name(). + 2005-08-03 Matthias Clasen * glib/gatomic.c: Add native atomic operations diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4638d549..32ade8bb 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +2005-08-03 Ross Burton + + * docs/reference/glib/tmpl/windows.sgml: + Add a long description, pointing people at Cygwin for a complete + Unix library. + + * glib/gutils.c: + Document return value of g_get_host_name(). + 2005-08-03 Matthias Clasen * glib/gatomic.c: Add native atomic operations diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 4638d549..32ade8bb 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,12 @@ +2005-08-03 Ross Burton + + * docs/reference/glib/tmpl/windows.sgml: + Add a long description, pointing people at Cygwin for a complete + Unix library. + + * glib/gutils.c: + Document return value of g_get_host_name(). + 2005-08-03 Matthias Clasen * glib/gatomic.c: Add native atomic operations diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4638d549..32ade8bb 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +2005-08-03 Ross Burton + + * docs/reference/glib/tmpl/windows.sgml: + Add a long description, pointing people at Cygwin for a complete + Unix library. + + * glib/gutils.c: + Document return value of g_get_host_name(). + 2005-08-03 Matthias Clasen * glib/gatomic.c: Add native atomic operations diff --git a/docs/reference/glib/tmpl/windows.sgml b/docs/reference/glib/tmpl/windows.sgml index f2e59e83..318f5f53 100644 --- a/docs/reference/glib/tmpl/windows.sgml +++ b/docs/reference/glib/tmpl/windows.sgml @@ -6,7 +6,9 @@ UNIX emulation on Windows. - +These functions provide some level of UNIX emulation on the Windows platform. +If your application really needs the POSIX APIs, we suggest you try the Cygwin +project. diff --git a/glib/gutils.c b/glib/gutils.c index e59f280a..5e03a358 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -1798,6 +1798,8 @@ g_get_tmp_dir (void) * name can be determined, a default fixed string "unknown" is * returned. * + * Returns: the host name of the machine. + * * Since: 2.8 */ const gchar *