New upstream version 3.24.22
This commit is contained in:
@ -136,7 +136,7 @@
|
||||
<tbody>
|
||||
<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="GtkAppChooserButton.html#GtkAppChooserButton--heading" title="The “heading” property">heading</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -591,7 +591,7 @@ is activated from the dropdown menu.</p></td>
|
||||
<a name="GtkAppChooserButton.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkAppChooserButton--heading"></a><h3>The <code class="literal">“heading”</code> property</h3>
|
||||
<pre class="programlisting"> “heading” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “heading” <span class="type">char</span> *</pre>
|
||||
<p>The text to show at the top of the dialog that can be
|
||||
opened from the button. The string may contain Pango markup.</p>
|
||||
<p>Owner: GtkAppChooserButton</p>
|
||||
@ -628,7 +628,7 @@ a <a class="link" href="GtkAppChooserDialog.html" title="GtkAppChooserDialog"><s
|
||||
<a name="GtkAppChooserButton-custom-item-activated"></a><h3>The <code class="literal">“custom-item-activated”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self,
|
||||
<span class="type">gchar</span> *item_name,
|
||||
<span class="type">char</span> *item_name,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Emitted when a custom item, previously added with
|
||||
<a class="link" href="GtkAppChooserButton.html#gtk-app-chooser-button-append-custom-item" title="gtk_app_chooser_button_append_custom_item ()"><code class="function">gtk_app_chooser_button_append_custom_item()</code></a>, is activated from the
|
||||
|
||||
Reference in New Issue
Block a user