New upstream version 3.24.0
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">GAppInfo</span> *
|
||||
<a href="https://developer.gnome.org/gio/unstable/GAppInfo.html#GAppInfo-struct"><span class="returnvalue">GAppInfo</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkAppChooser.html#gtk-app-chooser-get-app-info" title="gtk_app_chooser_get_app_info ()">gtk_app_chooser_get_app_info</a> <span class="c_punctuation">()</span>
|
||||
@ -53,7 +53,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gchar</span> *
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkAppChooser.html#gtk-app-chooser-get-content-type" title="gtk_app_chooser_get_content_type ()">gtk_app_chooser_get_content_type</a> <span class="c_punctuation">()</span>
|
||||
@ -80,7 +80,7 @@
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkAppChooser.html#GtkAppChooser--content-type" title="The “content-type” property">content-type</a></td>
|
||||
<td class="property_flags">Read / Write / Construct Only</td>
|
||||
</tr></tbody>
|
||||
@ -101,7 +101,7 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkAppChooser.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> GInterface
|
||||
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
||||
<span class="lineart">╰──</span> GtkAppChooser
|
||||
</pre>
|
||||
</div>
|
||||
@ -128,7 +128,7 @@ GtkAppChooser is implemented by
|
||||
allow the user to choose an application (typically for the purpose of
|
||||
opening a file). The main objects that implement this interface are
|
||||
<a class="link" href="GtkAppChooserWidget.html" title="GtkAppChooserWidget"><span class="type">GtkAppChooserWidget</span></a>, <a class="link" href="GtkAppChooserDialog.html" title="GtkAppChooserDialog"><span class="type">GtkAppChooserDialog</span></a> and <a class="link" href="GtkAppChooserButton.html" title="GtkAppChooserButton"><span class="type">GtkAppChooserButton</span></a>.</p>
|
||||
<p>Applications are represented by GIO <span class="type">GAppInfo</span> objects here.
|
||||
<p>Applications are represented by GIO <a href="https://developer.gnome.org/gio/unstable/GAppInfo.html#GAppInfo-struct"><span class="type">GAppInfo</span></a> objects here.
|
||||
GIO has a concept of recommended and fallback applications for a
|
||||
given content type. Recommended applications are those that claim
|
||||
to handle the content type itself, while fallback also includes
|
||||
@ -144,7 +144,7 @@ use <a class="link" href="GtkAppChooser.html#gtk-app-chooser-get-app-info" title
|
||||
<a name="GtkAppChooser.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-app-chooser-get-app-info"></a><h3>gtk_app_chooser_get_app_info ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">GAppInfo</span> *
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gio/unstable/GAppInfo.html#GAppInfo-struct"><span class="returnvalue">GAppInfo</span></a> *
|
||||
gtk_app_chooser_get_app_info (<em class="parameter"><code><a class="link" href="GtkAppChooser.html" title="GtkAppChooser"><span class="type">GtkAppChooser</span></a> *self</code></em>);</pre>
|
||||
<p>Returns the currently selected application.</p>
|
||||
<div class="refsect3">
|
||||
@ -164,8 +164,8 @@ gtk_app_chooser_get_app_info (<em class="parameter"><code><a class="link" href="
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-app-chooser-get-app-info.returns"></a><h4>Returns</h4>
|
||||
<p>a <span class="type">GAppInfo</span> for the currently selected
|
||||
application, or <code class="literal">NULL</code> if none is selected. Free with <code class="function">g_object_unref()</code>. </p>
|
||||
<p>a <a href="https://developer.gnome.org/gio/unstable/GAppInfo.html#GAppInfo-struct"><span class="type">GAppInfo</span></a> for the currently selected
|
||||
application, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is selected. Free with <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </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>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
@ -173,7 +173,7 @@ application, or <code class="literal">NULL</code> if none is selected. Free with
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-app-chooser-get-content-type"></a><h3>gtk_app_chooser_get_content_type ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
||||
gtk_app_chooser_get_content_type (<em class="parameter"><code><a class="link" href="GtkAppChooser.html" title="GtkAppChooser"><span class="type">GtkAppChooser</span></a> *self</code></em>);</pre>
|
||||
<p>Returns the current value of the <a class="link" href="GtkAppChooser.html#GtkAppChooser--content-type" title="The “content-type” property"><span class="type">“content-type”</span></a> property.</p>
|
||||
<div class="refsect3">
|
||||
@ -194,7 +194,7 @@ gtk_app_chooser_get_content_type (<em class="parameter"><code><a class="link" hr
|
||||
<div class="refsect3">
|
||||
<a name="gtk-app-chooser-get-content-type.returns"></a><h4>Returns</h4>
|
||||
<p> the content type of <em class="parameter"><code>self</code></em>
|
||||
. Free with <code class="function">g_free()</code></p>
|
||||
. Free with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a></p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
</div>
|
||||
@ -233,7 +233,7 @@ gtk_app_chooser_refresh (<em class="parameter"><code><a class="link" href="GtkAp
|
||||
<a name="GtkAppChooser.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkAppChooser--content-type"></a><h3>The <code class="literal">“content-type”</code> property</h3>
|
||||
<pre class="programlisting"> “content-type” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “content-type” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
||||
<p>The content type of the <a class="link" href="GtkAppChooser.html" title="GtkAppChooser"><span class="type">GtkAppChooser</span></a> object.</p>
|
||||
<p>See GContentType
|
||||
for more information about content types.</p>
|
||||
@ -243,7 +243,7 @@ for more information about content types.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkAppChooser.see-also"></a><h2>See Also</h2>
|
||||
<p><span class="type">GAppInfo</span></p>
|
||||
<p><a href="https://developer.gnome.org/gio/unstable/GAppInfo.html#GAppInfo-struct"><span class="type">GAppInfo</span></a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
||||
Reference in New Issue
Block a user