Imported Upstream version 2.4.1
This commit is contained in:
@ -69,25 +69,25 @@ enum <a class="link" href="GimpController.html#GimpControllerEven
|
||||
union <a class="link" href="GimpController.html#GimpControllerEvent">GimpControllerEvent</a>;
|
||||
<a class="link" href="GimpController.html#GimpController-struct">GimpController</a>;
|
||||
<a class="link" href="GimpController.html" title="GimpController">GimpController</a>* <a class="link" href="GimpController.html#gimp-controller-new">gimp_controller_new</a> (<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
>GType</a> controller_type);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> <a class="link" href="GimpController.html#gimp-controller-get-n-events">gimp_controller_get_n_events</a> (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller);
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="GimpController.html#gimp-controller-get-event-name">gimp_controller_get_event_name</a> (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> event_id);
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="GimpController.html#gimp-controller-get-event-blurb">gimp_controller_get_event_blurb</a> (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> event_id);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="GimpController.html#gimp-controller-event">gimp_controller_event</a> (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
const <a class="link" href="GimpController.html#GimpControllerEvent">GimpControllerEvent</a> *event);
|
||||
|
||||
@ -98,7 +98,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
<pre class="synopsis">
|
||||
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
+----GimpController
|
||||
</pre>
|
||||
@ -108,7 +108,7 @@ href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
<p>
|
||||
GimpController implements
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
|
||||
href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface"
|
||||
>GimpConfigInterface</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
@ -116,10 +116,10 @@ href="/usr/share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html#GimpCo
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a class="link" href="GimpController.html#GimpController--name">name</a>" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct
|
||||
"<a class="link" href="GimpController.html#GimpController--state">state</a>" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct
|
||||
</pre>
|
||||
</div>
|
||||
@ -224,7 +224,7 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<a name="id2664327"></a><h3>
|
||||
<a name="gimp-controller-new"></a>gimp_controller_new ()</h3>
|
||||
<a class="indexterm" name="id2664340"></a><pre class="programlisting"><a class="link" href="GimpController.html" title="GimpController">GimpController</a>* gimp_controller_new (<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
|
||||
href="../gobject/gobject-Type-Information.html#GType"
|
||||
>GType</a> controller_type);</pre>
|
||||
<p>
|
||||
|
||||
@ -252,7 +252,7 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
|
||||
<a name="id2664396"></a><h3>
|
||||
<a name="gimp-controller-get-n-events"></a>gimp_controller_get_n_events ()</h3>
|
||||
<a class="indexterm" name="id2664407"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> gimp_controller_get_n_events (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller);</pre>
|
||||
<p>
|
||||
|
||||
@ -280,10 +280,10 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
<a name="id2664464"></a><h3>
|
||||
<a name="gimp-controller-get-event-name"></a>gimp_controller_get_event_name ()</h3>
|
||||
<a class="indexterm" name="id2665822"></a><pre class="programlisting">const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_controller_get_event_name (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> event_id);</pre>
|
||||
<p>
|
||||
|
||||
@ -316,10 +316,10 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
<a name="id2665901"></a><h3>
|
||||
<a name="gimp-controller-get-event-blurb"></a>gimp_controller_get_event_blurb ()</h3>
|
||||
<a class="indexterm" name="id2665912"></a><pre class="programlisting">const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_controller_get_event_blurb (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> event_id);</pre>
|
||||
<p>
|
||||
|
||||
@ -352,7 +352,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
<a name="id2665991"></a><h3>
|
||||
<a name="gimp-controller-event"></a>gimp_controller_event ()</h3>
|
||||
<a class="indexterm" name="id2666002"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_controller_event (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *controller,
|
||||
const <a class="link" href="GimpController.html#GimpControllerEvent">GimpControllerEvent</a> *event);</pre>
|
||||
<p>
|
||||
@ -388,7 +388,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
<a name="id2666093"></a><h3>
|
||||
<a name="GimpController--name"></a>The <code class="literal">"name"</code> property</h3>
|
||||
<a class="indexterm" name="id2666107"></a><pre class="programlisting"> "name" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct</pre>
|
||||
<p></p>
|
||||
<p>Default value: "Unnamed Controller"</p>
|
||||
@ -398,7 +398,7 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types
|
||||
<a name="id2666130"></a><h3>
|
||||
<a name="GimpController--state"></a>The <code class="literal">"state"</code> property</h3>
|
||||
<a class="indexterm" name="id2666144"></a><pre class="programlisting"> "state" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read / Write / Construct</pre>
|
||||
<p></p>
|
||||
<p>Default value: "Unknown"</p>
|
||||
@ -410,13 +410,13 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types
|
||||
<a name="id2669030"></a><h3>
|
||||
<a name="GimpController-event"></a>The <code class="literal">"event"</code> signal</h3>
|
||||
<a class="indexterm" name="id2669042"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> user_function (<a class="link" href="GimpController.html" title="GimpController">GimpController</a> *gimpcontroller,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> arg1,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data) : Run Last</pre>
|
||||
<p>
|
||||
|
||||
|
Reference in New Issue
Block a user