diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-09-01 19:29:02 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-09-01 20:37:39 +0200 |
commit | a47e5483b6dc1cd75c5c313db6f72af00aefe4b3 (patch) | |
tree | 8c5071c0201765ce61c9dac42b935fbb706da5f3 /gtk/gtkimcontextsimple.c | |
parent | 3a752e03a8d79c80f112f115c2be1f700444abac (diff) | |
download | gtk+-a47e5483b6dc1cd75c5c313db6f72af00aefe4b3.tar.gz |
gtkimcontextsimple: move documentation to inline comments
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; |