Add doc comments. (g_win32_get_package_installation_directory): Add one
authorTor Lillqvist <tml@iki.fi>
Wed, 17 Jan 2001 21:37:32 +0000 (21:37 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 17 Jan 2001 21:37:32 +0000 (21:37 +0000)
commit69dbd6eb03a0abe5d0f889c670a467e74e256ef7
tree42e19cb11c2963abe86650d005a1fc4ffd561a4b
parentff51072d5054060dd1b4550b6fe56f4a2cbfc9bf
Add doc comments. (g_win32_get_package_installation_directory): Add one

2001-01-17  Tor Lillqvist  <tml@iki.fi>

* gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
comments.
(g_win32_get_package_installation_directory): Add one parameter,
the name of a DLL in the package. Add possibility to use that to
deduce the installation directory if not entered into the
Registry. Make the return value dynamically allocated.
(g_win32_get_package_installation_subdirectory): New convenience
function.

* gutils.c (GLIB_LOCALE_DIR)
* gwin32.h: Adapt accordingly.

* testglib.c (main): Adapt tests accordingly.
18 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.def
glib/glib.def
glib/gutils.c
glib/gwin32.c
glib/gwin32.h
gutils.c
gwin32.c
gwin32.h
testglib.c
tests/testglib.c