Small doc updates
authorRoss Burton <rburton@src.gnome.org>
Wed, 3 Aug 2005 20:24:18 +0000 (20:24 +0000)
committerRoss Burton <rburton@src.gnome.org>
Wed, 3 Aug 2005 20:24:18 +0000 (20:24 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
docs/reference/glib/tmpl/windows.sgml
glib/gutils.c

index 4638d54..32ade8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * 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  <mclasen@redhat.com>
 
        * glib/gatomic.c: Add native atomic operations
index 4638d54..32ade8b 100644 (file)
@@ -1,3 +1,12 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * 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  <mclasen@redhat.com>
 
        * glib/gatomic.c: Add native atomic operations
index 4638d54..32ade8b 100644 (file)
@@ -1,3 +1,12 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * 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  <mclasen@redhat.com>
 
        * glib/gatomic.c: Add native atomic operations
index 4638d54..32ade8b 100644 (file)
@@ -1,3 +1,12 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * 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  <mclasen@redhat.com>
 
        * glib/gatomic.c: Add native atomic operations
index f2e59e8..318f5f5 100644 (file)
@@ -6,7 +6,9 @@ UNIX emulation on Windows.
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+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.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index e59f280..5e03a35 100644 (file)
@@ -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 *