summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-11-04 00:41:58 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-11-04 00:41:58 +0000
commite8de52f31ea41c664f47db10ae350552acf2edbe (patch)
treea50c0073b396c8bf7d84074eb16d208d3a8c030d
parent5ddd4874a6bf6599a194bbc29b4f2b637e069ebb (diff)
downloadglib-e8de52f31ea41c664f47db10ae350552acf2edbe.tar.gz
Improve G_WIN32_HAVE_WIDECHAR_API documentation.
2004-11-04 Tor Lillqvist <tml@iki.fi> * glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API documentation. * glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.
-rw-r--r--docs/reference/ChangeLog7
-rw-r--r--docs/reference/glib/tmpl/option.sgml3
-rw-r--r--docs/reference/glib/tmpl/windows.sgml5
3 files changed, 13 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 850d1ecf4..851f2fd0f 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-04 Tor Lillqvist <tml@iki.fi>
+
+ * glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API
+ documentation.
+
+ * glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.
+
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.5 ===
diff --git a/docs/reference/glib/tmpl/option.sgml b/docs/reference/glib/tmpl/option.sgml
index 2f8956845..06d01443c 100644
--- a/docs/reference/glib/tmpl/option.sgml
+++ b/docs/reference/glib/tmpl/option.sgml
@@ -264,7 +264,8 @@ Flags which modify individual options.
output.
@G_OPTION_FLAG_IN_MAIN: The option appears in the main section of the
<option>--help</option> output, even if it is defined in a group.
-
+@G_OPTION_FLAG_REVERSE: For options of the G_OPTION_ARG_NONE kind, this flag
+ indicates that the sense of the option is reversed.
<!-- ##### MACRO G_OPTION_REMAINING ##### -->
<para>
If a long option in the main group has this name, it is not treated as a
diff --git a/docs/reference/glib/tmpl/windows.sgml b/docs/reference/glib/tmpl/windows.sgml
index 47a84555c..9f799fdc0 100644
--- a/docs/reference/glib/tmpl/windows.sgml
+++ b/docs/reference/glib/tmpl/windows.sgml
@@ -104,7 +104,10 @@ On non-Windows platforms, expands to nothing.
<!-- ##### 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.
+if the code is running on a version of Windows where the wide
+character versions of the Win32 API functions, and the wide chaacter
+versions of the C library functions work. (They are always present in
+the DLLs, but don't work on Windows 9x and Me.)
</para>
<para>
On non-Windows platforms, it is not defined.