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.h | |
parent | 3a752e03a8d79c80f112f115c2be1f700444abac (diff) | |
download | gtk+-a47e5483b6dc1cd75c5c313db6f72af00aefe4b3.tar.gz |
gtkimcontextsimple: move documentation to inline comments
Diffstat (limited to 'gtk/gtkimcontextsimple.h')
-rw-r--r-- | gtk/gtkimcontextsimple.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk/gtkimcontextsimple.h b/gtk/gtkimcontextsimple.h index a215110c51..828983c8da 100644 --- a/gtk/gtkimcontextsimple.h +++ b/gtk/gtkimcontextsimple.h @@ -29,6 +29,12 @@ G_BEGIN_DECLS +/** + * GTK_MAX_COMPOSE_LEN: + * + * The maximum length of sequences in compose tables. + */ +#define GTK_MAX_COMPOSE_LEN 7 #define GTK_TYPE_IM_CONTEXT_SIMPLE (gtk_im_context_simple_get_type ()) #define GTK_IM_CONTEXT_SIMPLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IM_CONTEXT_SIMPLE, GtkIMContextSimple)) @@ -42,8 +48,6 @@ typedef struct _GtkIMContextSimple GtkIMContextSimple; typedef struct _GtkIMContextSimplePrivate GtkIMContextSimplePrivate; typedef struct _GtkIMContextSimpleClass GtkIMContextSimpleClass; -#define GTK_MAX_COMPOSE_LEN 7 - struct _GtkIMContextSimple { GtkIMContext object; |