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

@ -254,7 +254,7 @@ configuration should assign keyvals to all keys.</p>
<a name="GtkCellRendererAccel-accel-cleared"></a><h3>The <code class="literal">“accel-cleared”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRendererAccel"><span class="type">GtkCellRendererAccel</span></a> *accel,
<span class="type">gchar</span> *path_string,
<span class="type">char</span> *path_string,
<span class="type">gpointer</span> user_data)</pre>
<p>Gets emitted when the user has removed the accelerator.</p>
<div class="refsect3">
@ -292,7 +292,7 @@ user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRe
<a name="GtkCellRendererAccel-accel-edited"></a><h3>The <code class="literal">“accel-edited”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRendererAccel"><span class="type">GtkCellRendererAccel</span></a> *accel,
<span class="type">gchar</span> *path_string,
<span class="type">char</span> *path_string,
<span class="type">guint</span> accel_key,
<a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods,
<span class="type">guint</span> hardware_keycode,