From e4ec4f371030a4db9407f49fb3bccff7b742d612 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Aug 2004 21:09:03 +0000 Subject: Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix 2004-08-12 Matthias Clasen * 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. --- gtk/gtkimmodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkimmodule.c') diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index abe51381f4..4c250cfd00 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; -- cgit v1.2.1