New upstream version 3.24.5
This commit is contained in:
@ -80,7 +80,7 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkIMContextSimple.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> GObject
|
||||
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkIMContext.html" title="GtkIMContext">GtkIMContext</a>
|
||||
<span class="lineart">╰──</span> GtkIMContextSimple
|
||||
</pre>
|
||||
@ -122,13 +122,13 @@ gtk_im_context_simple_new (<em class="parameter"><code><span class="type">void</
|
||||
<a name="gtk-im-context-simple-add-table"></a><h3>gtk_im_context_simple_add_table ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_im_context_simple_add_table (<em class="parameter"><code><a class="link" href="GtkIMContextSimple.html" title="GtkIMContextSimple"><span class="type">GtkIMContextSimple</span></a> *context_simple</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint16</span> *data</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> max_seq_len</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> n_seqs</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> *data</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_seq_len</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_seqs</code></em>);</pre>
|
||||
<p>Adds an additional table to search to the input context.
|
||||
Each row of the table consists of <em class="parameter"><code>max_seq_len</code></em>
|
||||
key symbols
|
||||
followed by two <span class="type">guint16</span> interpreted as the high and low
|
||||
followed by two <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> interpreted as the high and low
|
||||
words of a <span class="type">gunicode</span> value. Tables are searched starting
|
||||
from the last added.</p>
|
||||
<p>The table must be sorted in dictionary order on the
|
||||
|
Reference in New Issue
Block a user