New upstream version 3.24.11
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="gtkbase.html" title="Part III. GTK+ Core Reference">
|
||||
<link rel="prev" href="gtk3-Keyboard-Accelerators.html" title="Accelerator Groups">
|
||||
<link rel="next" href="gtk3-Clipboards.html" title="Clipboards">
|
||||
<meta name="generator" content="GTK-Doc V1.30.1 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -267,7 +267,7 @@ the <a class="link" href="gtk3-Accelerator-Maps.html#GtkAccelMap-changed" title=
|
||||
<span class="c_punctuation">(</span>*GtkAccelMapForeach<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *accel_path</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkModifierType</span> accel_mods</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> changed</code></em>);</pre>
|
||||
<div class="refsect3">
|
||||
<a name="GtkAccelMapForeach.parameters"></a><h4>Parameters</h4>
|
||||
@ -315,7 +315,7 @@ during runtime and would need to be saved during an accelerator dump)</p></td>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_accel_map_add_entry (<em class="parameter"><code>const <span class="type">gchar</span> *accel_path</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">GdkModifierType</span> accel_mods</code></em>);</pre>
|
||||
<p>Registers a new accelerator with the global accelerator map.
|
||||
This function should only be called once per <em class="parameter"><code>accel_path</code></em>
|
||||
|
||||
@ -403,7 +403,7 @@ is known, <code class="literal">FALSE</code> otherwise</p>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_accel_map_change_entry (<em class="parameter"><code>const <span class="type">gchar</span> *accel_path</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkModifierType</span> accel_mods</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> replace</code></em>);</pre>
|
||||
<p>Changes the <em class="parameter"><code>accel_key</code></em>
|
||||
and <em class="parameter"><code>accel_mods</code></em>
|
||||
@ -775,7 +775,7 @@ Refer to <a class="link" href="gtk3-Accelerator-Maps.html#gtk-accel-map-lock-pat
|
||||
user_function (<a class="link" href="gtk3-Accelerator-Maps.html#GtkAccelMap"><span class="type">GtkAccelMap</span></a> *object,
|
||||
<span class="type">gchar</span> *accel_path,
|
||||
<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">GdkModifierType</span> accel_mods,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Notifies of a change in the global accelerator map.
|
||||
The path is also used as the detail for the signal,
|
||||
@ -828,6 +828,6 @@ changed::<code class="literal">accel_path</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.30.1</div>
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user