New upstream version 3.22.28

This commit is contained in:
Jeremy Bicha
2018-02-15 04:41:25 -05:00
652 changed files with 498643 additions and 49781 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="ApplicationChoosing.html" title="Choosing from installed applications">
<link rel="prev" href="GtkAppChooser.html" title="GtkAppChooser">
<link rel="next" href="GtkAppChooserDialog.html" title="GtkAppChooserDialog">
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -77,7 +77,7 @@
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="GtkAppChooserButton.html#gtk-app-chooser-button-get-show-default-item" title="gtk_app_chooser_button_get_show_default_item ()">gtk_app_chooser_button_get_show_default_item</a> <span class="c_punctuation">()</span>
@ -93,7 +93,7 @@
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="GtkAppChooserButton.html#gtk-app-chooser-button-get-show-dialog-item" title="gtk_app_chooser_button_get_show_dialog_item ()">gtk_app_chooser_button_get_show_dialog_item</a> <span class="c_punctuation">()</span>
@ -108,7 +108,7 @@
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<td class="function_type">const <span class="returnvalue">gchar</span> *
</td>
<td class="function_name">
<a class="link" href="GtkAppChooserButton.html#gtk-app-chooser-button-get-heading" title="gtk_app_chooser_button_get_heading ()">gtk_app_chooser_button_get_heading</a> <span class="c_punctuation">()</span>
@ -136,17 +136,17 @@
<tbody>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</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>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-default-item" title="The “show-default-item” property">show-default-item</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-dialog-item" title="The “show-dialog-item” property">show-dialog-item</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
@ -164,7 +164,7 @@
<tbody><tr>
<td class="signal_type"><span class="returnvalue">void</span></td>
<td class="signal_name"><a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton-custom-item-activated" title="The “custom-item-activated” signal">custom-item-activated</a></td>
<td class="signal_flags"><a href="../gobject/gobject-Signals.html#G-SIGNAL-DETAILED:CAPS">Has Details</a></td>
<td class="signal_flags">Has Details</td>
</tr></tbody>
</table></div>
</div>
@ -189,8 +189,8 @@
</div>
<div class="refsect1">
<a name="GtkAppChooserButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> <a href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
<pre class="screen"> GObject
<span class="lineart">╰──</span> GInitiallyUnowned
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@ -206,7 +206,7 @@ GtkAppChooserButton implements
</div>
<div class="refsect1">
<a name="GtkAppChooserButton.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;gtk/gtk.h&gt;
<pre class="synopsis">#include &lt;gtk/gtkunixprint.h&gt;
</pre>
</div>
<div class="refsect1">
@ -215,7 +215,7 @@ GtkAppChooserButton implements
an application. It implements the <a class="link" href="GtkAppChooser.html" title="GtkAppChooser"><span class="type">GtkAppChooser</span></a> interface.</p>
<p>Initially, a <a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> selects the first application
in its list, which will either be the most-recently used application
or, if <a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-default-item" title="The “show-default-item” property"><span class="type">“show-default-item”</span></a> is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the
or, if <a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-default-item" title="The “show-default-item” property"><span class="type">“show-default-item”</span></a> is <code class="literal">TRUE</code>, the
default application.</p>
<p>The list of applications shown in a <a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> includes
the recommended applications for the given content type. When
@ -235,7 +235,7 @@ emitted when they are selected.</p>
<div class="refsect2">
<a name="gtk-app-chooser-button-new"></a><h3>gtk_app_chooser_button_new ()</h3>
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
gtk_app_chooser_button_new (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *content_type</code></em>);</pre>
gtk_app_chooser_button_new (<em class="parameter"><code>const <span class="type">gchar</span> *content_type</code></em>);</pre>
<p>Creates a new <a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> for applications
that can handle content of the given type.</p>
<div class="refsect3">
@ -265,9 +265,9 @@ that can handle content of the given type.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_app_chooser_button_append_custom_item
(<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
<em class="parameter"><code><a href="../gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>,
<em class="parameter"><code><span class="type">GIcon</span> *icon</code></em>);</pre>
<p>Appends a custom item to the list of applications that is shown
in the popup; the item name must be unique per-widget.
Clients can use the provided name as a detail for the
@ -339,7 +339,7 @@ in the popup.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_app_chooser_button_set_active_custom_item
(<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
<p>Selects 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>.</p>
<p>Use <a class="link" href="GtkAppChooser.html#gtk-app-chooser-refresh" title="gtk_app_chooser_refresh ()"><code class="function">gtk_app_chooser_refresh()</code></a> to bring the selection
@ -371,7 +371,7 @@ to its initial state.</p>
<hr>
<div class="refsect2">
<a name="gtk-app-chooser-button-get-show-default-item"></a><h3>gtk_app_chooser_button_get_show_default_item ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gtk_app_chooser_button_get_show_default_item
(<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>);</pre>
<p>Returns the current value of the <a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-default-item" title="The “show-default-item” property"><span class="type">“show-default-item”</span></a>
@ -403,7 +403,7 @@ property.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_app_chooser_button_set_show_default_item
(<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);</pre>
<p>Sets whether the dropdown menu of this button should show the
default application for the given content type at top.</p>
<div class="refsect3">
@ -433,7 +433,7 @@ default application for the given content type at top.</p>
<hr>
<div class="refsect2">
<a name="gtk-app-chooser-button-get-show-dialog-item"></a><h3>gtk_app_chooser_button_get_show_dialog_item ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gtk_app_chooser_button_get_show_dialog_item
(<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>);</pre>
<p>Returns the current value of the <a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-dialog-item" title="The “show-dialog-item” property"><span class="type">“show-dialog-item”</span></a>
@ -465,7 +465,7 @@ property.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_app_chooser_button_set_show_dialog_item
(<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);</pre>
<p>Sets whether the dropdown menu of this button should show an
entry to trigger a <a class="link" href="GtkAppChooserDialog.html" title="GtkAppChooserDialog"><span class="type">GtkAppChooserDialog</span></a>.</p>
<div class="refsect3">
@ -495,7 +495,7 @@ entry to trigger a <a class="link" href="GtkAppChooserDialog.html" title="GtkApp
<hr>
<div class="refsect2">
<a name="gtk-app-chooser-button-get-heading"></a><h3>gtk_app_chooser_button_get_heading ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
gtk_app_chooser_button_get_heading (<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>);</pre>
<p>Returns the text to display at the top of the dialog.</p>
<div class="refsect3">
@ -515,8 +515,8 @@ gtk_app_chooser_button_get_heading (<em class="parameter"><code><a class="link"
</div>
<div class="refsect3">
<a name="gtk-app-chooser-button-get-heading.returns"></a><h4>Returns</h4>
<p> the text to display at the top of the dialog,
or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, in which case a default text is displayed. </p>
<p>the text to display at the top of the dialog,
or <code class="literal">NULL</code>, in which case a default text is displayed. </p>
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
</div>
</div>
@ -525,7 +525,7 @@ or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">N
<a name="gtk-app-chooser-button-set-heading"></a><h3>gtk_app_chooser_button_set_heading ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_app_chooser_button_set_heading (<em class="parameter"><code><a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a> *self</code></em>,
<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *heading</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *heading</code></em>);</pre>
<p>Sets the text to display at the top of the dialog.
If the heading is not set, the dialog displays a default text.</p>
<div class="refsect3">
@ -592,7 +592,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” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “heading” <span class="type">gchar</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>Flags: Read / Write</p>
@ -601,7 +601,7 @@ opened from the button. The string may contain Pango markup.</p>
<hr>
<div class="refsect2">
<a name="GtkAppChooserButton--show-default-item"></a><h3>The <code class="literal">“show-default-item”</code> property</h3>
<pre class="programlisting"> “show-default-item” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<pre class="programlisting"> “show-default-item” <span class="type">gboolean</span></pre>
<p>The <a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-default-item" title="The “show-default-item” property"><span class="type">“show-default-item”</span></a> property determines
whether the dropdown menu should show the default application
on top for the provided content type.</p>
@ -612,7 +612,7 @@ on top for the provided content type.</p>
<hr>
<div class="refsect2">
<a name="GtkAppChooserButton--show-dialog-item"></a><h3>The <code class="literal">“show-dialog-item”</code> property</h3>
<pre class="programlisting"> “show-dialog-item” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<pre class="programlisting"> “show-dialog-item” <span class="type">gboolean</span></pre>
<p>The <a class="link" href="GtkAppChooserButton.html#GtkAppChooserButton--show-dialog-item" title="The “show-dialog-item” property"><span class="type">“show-dialog-item”</span></a> property determines
whether the dropdown menu should show an item that triggers
a <a class="link" href="GtkAppChooserDialog.html" title="GtkAppChooserDialog"><span class="type">GtkAppChooserDialog</span></a> when clicked.</p>
@ -626,8 +626,8 @@ 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,
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *item_name,
<a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
<span class="type">gchar</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
dropdown menu.</p>
@ -658,11 +658,11 @@ dropdown menu.</p>
</tbody>
</table></div>
</div>
<p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-DETAILED:CAPS">Has Details</a></p>
<p>Flags: Has Details</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25.1</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>