summaryrefslogtreecommitdiff
path: root/gtk/gtkimmodule.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-08-12 21:09:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-12 21:09:03 +0000
commite4ec4f371030a4db9407f49fb3bccff7b742d612 (patch)
tree22ebe2cdf98928f78e51c1b18560ded77089f970 /gtk/gtkimmodule.c
parent601976439f0794fa203aef427f20c5fa437ea5f8 (diff)
downloadgdk-pixbuf-e4ec4f371030a4db9407f49fb3bccff7b742d612.tar.gz
Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix
2004-08-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c: Underscore-prefix gtk_file_system_module_get_type(). * gtk/gtkfilechooserdefault.c: Underscore-prefix shortcuts_model_filter_get_type(). * gtk/gtkimmodule.c: Make gtk_im_module_get_type() static. * gtk/gtk.symbols: * gtk/gtkinternals.h: Remove the no longer exported get_type functions.
Diffstat (limited to 'gtk/gtkimmodule.c')
-rw-r--r--gtk/gtkimmodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c
index abe51381f..4c250cfd0 100644
--- a/gtk/gtkimmodule.c
+++ b/gtk/gtkimmodule.c
@@ -77,7 +77,7 @@ struct _GtkIMModuleClass
GTypeModuleClass parent_class;
};
-GType gtk_im_module_get_type (void);
+static GType gtk_im_module_get_type (void);
static gint n_loaded_contexts = 0;
static GHashTable *contexts_hash = NULL;
@@ -163,7 +163,7 @@ gtk_im_module_class_init (GtkIMModuleClass *class)
gobject_class->finalize = gtk_im_module_finalize;
}
-GType
+static GType
gtk_im_module_get_type (void)
{
static GType im_module_type = 0;