New upstream version 3.24.22
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkFileChooserWidget.html#GtkFileChooserWidget--subtitle" title="The “subtitle” property">subtitle</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -268,7 +268,7 @@ be embedded in custom windows, and it is the same widget that is used by
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkFileChooserWidget--subtitle"></a><h3>The <code class="literal">“subtitle”</code> property</h3>
|
||||
<pre class="programlisting"> “subtitle” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “subtitle” <span class="type">char</span> *</pre>
|
||||
<p>Subtitle.</p>
|
||||
<p>Owner: GtkFileChooserWidget</p>
|
||||
<p>Flags: Read</p>
|
||||
@ -389,7 +389,7 @@ folder in the file list.</p>
|
||||
<a name="GtkFileChooserWidget-location-popup"></a><h3>The <code class="literal">“location-popup”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget"><span class="type">GtkFileChooserWidget</span></a> *widget,
|
||||
<span class="type">gchar</span> *path,
|
||||
<span class="type">char</span> *path,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>The ::location-popup signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
||||
which gets emitted when the user asks for it.</p>
|
||||
@ -541,7 +541,7 @@ which gets emitted when the user asks for it.</p>
|
||||
<a name="GtkFileChooserWidget-quick-bookmark"></a><h3>The <code class="literal">“quick-bookmark”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget"><span class="type">GtkFileChooserWidget</span></a> *widget,
|
||||
<span class="type">gint</span> bookmark_index,
|
||||
<span class="type">int</span> bookmark_index,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>The ::quick-bookmark signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
||||
which gets emitted when the user asks for it.</p>
|
||||
|
||||
Reference in New Issue
Block a user