gtk+ r20177 - in trunk: . gtk
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20177 - in trunk: . gtk
- Date: Mon, 26 May 2008 13:07:38 +0000 (UTC)
Author: mitch
Date: Mon May 26 13:07:38 2008
New Revision: 20177
URL: http://svn.gnome.org/viewvc/gtk+?rev=20177&view=rev
Log:
2008-05-26 Michael Natterer <mitch imendio com>
* gtk/gtkimmodule.h: fix indentation.
Modified:
trunk/ChangeLog
trunk/gtk/gtkimmodule.h
Modified: trunk/gtk/gtkimmodule.h
==============================================================================
--- trunk/gtk/gtkimmodule.h (original)
+++ trunk/gtk/gtkimmodule.h Mon May 26 13:07:38 2008
@@ -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 @@
/*
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__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]