Improve G_WIN32_HAVE_WIDECHAR_API documentation.
authorTor Lillqvist <tml@iki.fi>
Thu, 4 Nov 2004 00:41:58 +0000 (00:41 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 4 Nov 2004 00:41:58 +0000 (00:41 +0000)
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.

docs/reference/ChangeLog
docs/reference/glib/tmpl/option.sgml
docs/reference/glib/tmpl/windows.sgml

index 850d1ec..851f2fd 100644 (file)
@@ -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 ===
index 2f89568..06d0144 100644 (file)
@@ -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 
index 47a8455..9f799fd 100644 (file)
@@ -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.