diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-26 13:07:38 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-26 13:07:38 +0000 |
commit | 49bd7edac0b1e709d79e865e093ca161b5d92efe (patch) | |
tree | b201b7c0dfc8e6e45349c7b7965116d2972183db /gtk | |
parent | 27dbd9a425d5b5a9bb34648acf6dd6ca0d8dea90 (diff) | |
download | gtk+-49bd7edac0b1e709d79e865e093ca161b5d92efe.tar.gz |
fix indentation.
2008-05-26 Michael Natterer <mitch@imendio.com>
* gtk/gtkimmodule.h: fix indentation.
svn path=/trunk/; revision=20177
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkimmodule.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gtk/gtkimmodule.h b/gtk/gtkimmodule.h index a6e3a2d361..353d532928 100644 --- a/gtk/gtkimmodule.h +++ b/gtk/gtkimmodule.h @@ -20,14 +20,13 @@ #ifndef __GTK_IM_MODULE_H__ #define __GTK_IM_MODULE_H__ - #include <gtk/gtkimcontext.h> G_BEGIN_DECLS typedef struct _GtkIMContextInfo GtkIMContextInfo; -struct _GtkIMContextInfo +struct _GtkIMContextInfo { const gchar *context_id; const gchar *context_name; @@ -49,13 +48,11 @@ const gchar * _gtk_im_module_get_default_context_id (GdkWindow * /* void im_module_list (const GtkIMContextInfo ***contexts, guint *n_contexts); -void im_module_init (GtkModule *module); +void im_module_init (GtkModule *module); void im_module_exit (void); -GtkIMContext *im_module_create (const gchar *context_id); +GtkIMContext *im_module_create (const gchar *context_id); */ - G_END_DECLS - #endif /* __GTK_IM_MODULE_H__ */ |