Documentation update.

* glib/gwin32.c: Documentation update.
This commit is contained in:
Matthias Clasen 2001-10-04 22:23:03 +00:00
parent 3af43e9b09
commit e0e9ddd68c
9 changed files with 40 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -1,3 +1,7 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
2001-10-04 Havoc Pennington <hp@redhat.com>
* glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset

View File

@ -666,7 +666,7 @@ get_package_directory_from_module (gchar *module_name)
* itself. If that DLL isn't loaded, the function proceeds as if
* @dll_name was %NULL.
*
* If both @package and @dll_name are NULL, the directory from where
* If both @package and @dll_name are %NULL, the directory from where
* the main executable of the process was loaded is uses instead in
* the same way as above.
*
@ -746,14 +746,17 @@ g_win32_get_package_installation_directory (gchar *package,
/**
* g_win32_get_package_installation_subdirectory:
* @package: An identifier for a software package, or %NULL
* @dll_name: The name of a DLL that a package provides, or %NULL
* @package: An identifier for a software package, or %NULL.
* @dll_name: The name of a DLL that a package provides, or %NULL.
* @subdir: A subdirectory of the package installation directory.
*
* Returns: a newly-allocated string containg the path of the
* Returns a newly-allocated string containing the path of the
* subdirectory @subdir in the return value from calling
* g_win32_get_package_installation_directory() with the @package and
* @dll_name parameters. The return value should be freed with
* @dll_name parameters.
*
* Returns: a string containing the complete path to @subdir inside the
* installation directory of @package. The return value should be freed with
* g_free() when no longer needed.
**/