summaryrefslogtreecommitdiff
path: root/gtk/queryimmodules.c
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2002-02-27 16:37:04 +0000
committerHans Breuer <hans@src.gnome.org>2002-02-27 16:37:04 +0000
commitbc94033dd3c2c5826557593d6d066f4d82da3eae (patch)
treeace4dc873e402132ee41e2ffb0569621a6bc6de0 /gtk/queryimmodules.c
parent20eda0e6f12aba1b291efc33b6f23c6b32759b22 (diff)
downloadgtk+-bc94033dd3c2c5826557593d6d066f4d82da3eae.tar.gz
new file
2002-02-27 Hans Breuer <hans@breuer.org> * demos/gtk-demo/makefile.msc.in : new file * gdk-pixbuf/gtk-pixbuf.rc.in : new file to include version resource * gdk-pixbuf/makefile.msc : create and use gdk-pixbuf.res * gdk/win32/gdkkeys-win32.c : handle undefined LANG_URDU, (gdk_keyval_name) : fix endless looping * gtk/gtkfilesel.c : translate_win32_path() static * gtk/queryimmodules : print_escaped(), query_module() static * gtk/makefile.msc.in : added gtkkeyhash, build gtk-win32.res * gtk/stock-icons/makefile.msc : regenerated from directory listing (almost all filenames changed)
Diffstat (limited to 'gtk/queryimmodules.c')
-rw-r--r--gtk/queryimmodules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/queryimmodules.c b/gtk/queryimmodules.c
index 45ca335ba6..defdb8faf3 100644
--- a/gtk/queryimmodules.c
+++ b/gtk/queryimmodules.c
@@ -41,7 +41,7 @@
#include "gtk/gtkrc.h"
#include "gtk/gtkimmodule.h"
-void
+static void
print_escaped (const char *str)
{
char *tmp = g_strescape (str, NULL);
@@ -49,7 +49,7 @@ print_escaped (const char *str)
g_free (tmp);
}
-gboolean
+static gboolean
query_module (const char *dir, const char *name)
{
void (*list) (const GtkIMContextInfo ***contexts,