diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-30 22:56:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-30 22:56:05 +0000 |
commit | d925a72d34a2cf1eb3427abf928f2ca257504c9b (patch) | |
tree | b775c0cf70ea95b9bfa750c932b8f1cf94e76d5c /gtk/gtkimcontextsimple.c | |
parent | c7401decdb4910d84bcb56c41040c0dca0c477c3 (diff) | |
download | gtk+-d925a72d34a2cf1eb3427abf928f2ca257504c9b.tar.gz |
Additions.
* gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkscale.sgml,
gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkimcontextsimple.sgml: Additions.
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r-- | gtk/gtkimcontextsimple.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index e9a69d7e03..6c545e715c 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -1277,17 +1277,17 @@ gtk_im_context_simple_get_preedit_string (GtkIMContext *context, * @context_simple: A #GtkIMContextSimple * @data: the table * @max_seq_len: Maximum length of a sequence in the table - * (cannot be greater than 7) + * (cannot be greater than #GTK_MAX_COMPOSE_LEN) * @n_seqs: number of sequences in the table * - * Add an additional table to search to the input context. - * Each row of the table consists of max_seq_len key symbols - * followed by two guint16 interpreted as the high and low - * words of a gunicode value. Tables are searched starting + * Adds an additional table to search to the input context. + * Each row of the table consists of @max_seq_len key symbols + * followed by two #guint16 interpreted as the high and low + * words of a #gunicode value. Tables are searched starting * from the last added. * * The table must be sorted in dictionary order on the - * by numeric value of the key symbol fields. (Values beyond + * numeric value of the key symbol fields. (Values beyond * the length of the sequence should be zero.) **/ void |