summaryrefslogtreecommitdiff
path: root/gwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gwin32.h')
-rw-r--r--gwin32.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gwin32.h b/gwin32.h
index faa81c76a..b30ab1587 100644
--- a/gwin32.h
+++ b/gwin32.h
@@ -110,7 +110,12 @@ gchar * g_win32_getlocale (void);
*/
gchar * g_win32_error_message (gint error);
-gchar * g_win32_get_package_installation_directory (gchar *package);
+gchar * g_win32_get_package_installation_directory (gchar *package,
+ gchar *dll_name);
+
+gchar * g_win32_get_package_installation_subdirectory (gchar *package,
+ gchar *dll_name,
+ gchar *subdir);
G_END_DECLS