diff options
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r-- | gtk/gtkimcontextsimple.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 9b73f8445e..27e8980b85 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -30,6 +30,13 @@ #include "gtkintl.h" +/** + * SECTION:gtkimcontextsimple + * @Short_description: An input method context supporting table-based input methods + * @Title: GtkIMContextSimple + */ + + typedef struct _GtkComposeTable GtkComposeTable; typedef struct _GtkComposeTableCompact GtkComposeTableCompact; |