From a255d9cd01ecfee761cf03e746a864ab6e735e51 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 19 Feb 2002 05:33:34 +0000 Subject: Add routines _gtk_find_module(), _gtk_get_module_path() to look up a Mon Feb 18 23:16:16 2002 Owen Taylor * gtk/gtkmain.[ch]: Add routines _gtk_find_module(), _gtk_get_module_path() to look up a module of an arbitrary type in a standard fashion. (#68474) * gtk/gtkrc.c: Make module_path keyword warn and do nothing. Remove the im_module_path keyword. * gtk/gtkrc.c (gtk_rc_get_im_module_path): Fix to return the standard path instead of one determined from im_module_path and GTK_IM_MODULE_PATH. * gtk+-2.0.pc.in: Add gtk_host to go along with gtk_binary_version. --- gtk/gtkmain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/gtkmain.h') diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h index 97b24b98ae..1f010d4943 100644 --- a/gtk/gtkmain.h +++ b/gtk/gtkmain.h @@ -204,6 +204,9 @@ gboolean _gtk_boolean_handled_accumulator (GSignalInvocationHint *ihint, const GValue *handler_return, gpointer dummy); +gchar * _gtk_find_module (const gchar *name, + const gchar *type); +gchar **_gtk_get_module_path (const gchar *type); #ifdef __cplusplus } -- cgit v1.2.1