mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Small doc updates
This commit is contained in:
parent
f881779a8c
commit
fada30c956
@ -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>
|
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Add native atomic operations
|
* glib/gatomic.c: Add native atomic operations
|
||||||
|
@ -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>
|
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Add native atomic operations
|
* glib/gatomic.c: Add native atomic operations
|
||||||
|
@ -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>
|
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Add native atomic operations
|
* glib/gatomic.c: Add native atomic operations
|
||||||
|
@ -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>
|
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c: Add native atomic operations
|
* glib/gatomic.c: Add native atomic operations
|
||||||
|
@ -6,7 +6,9 @@ UNIX emulation on Windows.
|
|||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<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>
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
@ -1798,6 +1798,8 @@ g_get_tmp_dir (void)
|
|||||||
* name can be determined, a default fixed string "unknown" is
|
* name can be determined, a default fixed string "unknown" is
|
||||||
* returned.
|
* returned.
|
||||||
*
|
*
|
||||||
|
* Returns: the host name of the machine.
|
||||||
|
*
|
||||||
* Since: 2.8
|
* Since: 2.8
|
||||||
*/
|
*/
|
||||||
const gchar *
|
const gchar *
|
||||||
|
Loading…
Reference in New Issue
Block a user