New upstream version 3.24.22

This commit is contained in:
Simon McVittie
2020-08-12 10:52:42 +01:00
680 changed files with 105720 additions and 105508 deletions

View File

@ -152,8 +152,8 @@ for the given <em class="parameter"><code>widget</code></em>
<a name="GtkEventControllerMotion-enter"></a><h3>The <code class="literal">“enter”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkEventControllerMotion.html" title="GtkEventControllerMotion"><span class="type">GtkEventControllerMotion</span></a> *controller,
<span class="type">gdouble</span> x,
<span class="type">gdouble</span> y,
<span class="type">double</span> x,
<span class="type">double</span> y,
<span class="type">gpointer</span> user_data)</pre>
<p>Signals that the pointer has entered the widget.</p>
<div class="refsect3">
@ -226,8 +226,8 @@ user_function (<a class="link" href="GtkEventControllerMotion.html" title="GtkEv
<a name="GtkEventControllerMotion-motion"></a><h3>The <code class="literal">“motion”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkEventControllerMotion.html" title="GtkEventControllerMotion"><span class="type">GtkEventControllerMotion</span></a> *controller,
<span class="type">gdouble</span> x,
<span class="type">gdouble</span> y,
<span class="type">double</span> x,
<span class="type">double</span> y,
<span class="type">gpointer</span> user_data)</pre>
<p>Emitted when the pointer moves inside the widget.</p>
<div class="refsect3">