summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-10-31 17:41:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-31 17:41:29 +0000
commit0032a3c1b6cac3298dee062443617fc0e8cb5952 (patch)
treecc6ef5288e3cd5d56a640e3c58649e16921fb9c6 /docs
parent8ff42a540e10c99532a82ba4b6b93f203cdf8da8 (diff)
downloadglib-0032a3c1b6cac3298dee062443617fc0e8cb5952.tar.gz
Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.
2004-10-31 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/windows.sgml: Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API. * glib/glib-sections.txt: Add g_lstat * glib/running.sgml: Document G_WIN32_PRETEND_WIN9X. 200
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog9
-rw-r--r--docs/reference/glib/glib-sections.txt1
-rw-r--r--docs/reference/glib/running.sgml11
-rw-r--r--docs/reference/glib/tmpl/windows.sgml18
4 files changed, 33 insertions, 6 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index fa8c45bd1..6b52be4e4 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,12 @@
+2004-10-31 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/tmpl/windows.sgml: Document G_WIN32_IS_NT_BASED,
+ G_WIN32_HAVE_WIDECHAR_API.
+
+ * glib/glib-sections.txt: Add g_lstat
+
+ * glib/running.sgml: Document G_WIN32_PRETEND_WIN9X.
+
2004-10-29 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/option.sgml: Add an example.
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index ef611d2ba..996ea5a8c 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -991,6 +991,7 @@ g_open
g_rename
g_mkdir
g_stat
+g_lstat
g_unlink
g_remove
g_fopen
diff --git a/docs/reference/glib/running.sgml b/docs/reference/glib/running.sgml
index f86fdf92c..8cd4d58ef 100644
--- a/docs/reference/glib/running.sgml
+++ b/docs/reference/glib/running.sgml
@@ -97,6 +97,17 @@ variables like <envar>LANG</envar>, <envar>PATH</envar> or <envar>HOME</envar>.
</para>
</formalpara>
+<formalpara>
+ <title><envar>G_WIN32_PRETEND_WIN9X</envar></title>
+
+ <para>
+ Setting this variable to any value forces g_win32_get_windows_version()
+ to return a version code for Windows 9x. This is mainly an internal
+ debugging aid for GTK+ and GLib developers, to be able to check the
+ code paths for Windows 9x.
+ </para>
+</formalpara>
+
</refsect2>
<refsect2>
diff --git a/docs/reference/glib/tmpl/windows.sgml b/docs/reference/glib/tmpl/windows.sgml
index f544519f1..07310efb3 100644
--- a/docs/reference/glib/tmpl/windows.sgml
+++ b/docs/reference/glib/tmpl/windows.sgml
@@ -99,22 +99,28 @@ On non-Windows platforms, expands to nothing.
will be stored. If this is used, you must also include
<filename>windows.h</filename>. If you need a more complex DLL entry
point function, you cannot use this.
-<!-- # Unused Parameters # -->
-@static:
-@dll_name:
<!-- ##### MACRO G_WIN32_HAVE_WIDECHAR_API ##### -->
<para>
-
+On Windows, this macro defines an expression which evaluates to %TRUE
+if functions like _wopen(), _wrename(), etc., are available.
+</para>
+<para>
+On non-Windows platforms, it is not defined.
</para>
-
+@Since: 2.6
<!-- ##### MACRO G_WIN32_IS_NT_BASED ##### -->
<para>
-
+On Windows, this macro defines an expression which evaluates to %TRUE
+if the code is running on an NT-based Windows operating system.
+</para>
+<para>
+On non-Windows platforms, it is not defined.
</para>
+@Since: 2.6