New upstream version 3.24.14

This commit is contained in:
Simon McVittie
2020-02-29 14:17:40 +00:00
543 changed files with 330694 additions and 808714 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="SelectorWidgets.html" title="Selector Widgets and Dialogs">
<link rel="prev" href="GtkFileChooserDialog.html" title="GtkFileChooserDialog">
<link rel="next" href="GtkFileFilter.html" title="GtkFileFilter">
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -39,8 +39,8 @@
<a name="GtkFileChooserWidget.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
<col width="150px" class="functions_proto_type">
<col class="functions_proto_name">
</colgroup>
<tbody><tr>
<td class="function_type">
@ -79,9 +79,9 @@
<a name="GtkFileChooserWidget.signals"></a><h2>Signals</h2>
<div class="informaltable"><table class="informaltable" border="0">
<colgroup>
<col width="150px" class="signals_return">
<col width="300px" class="signals_name">
<col width="200px" class="signals_flags">
<col width="150px" class="signal_proto_type">
<col width="300px" class="signal_proto_name">
<col width="200px" class="signal_proto_flags">
</colgroup>
<tbody>
<tr>
@ -151,17 +151,17 @@
<a name="GtkFileChooserWidget.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
<col width="150px" class="other_proto_type">
<col class="other_proto_name">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="GtkFileChooserWidget.html#GtkFileChooserWidget-struct" title="struct GtkFileChooserWidget">GtkFileChooserWidget</a></td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkFileChooserWidget.html#GtkFileChooserWidget-struct">GtkFileChooserWidget</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="GtkFileChooserWidget.html#GtkFileChooserWidgetClass" title="struct GtkFileChooserWidgetClass">GtkFileChooserWidgetClass</a></td>
<td class="function_name">GtkFileChooserWidgetClass</td>
</tr>
</tbody>
</table></div>
@ -203,7 +203,7 @@ widget.</p>
<div class="refsect2">
<a name="gtk-file-chooser-widget-new"></a><h3>gtk_file_chooser_widget_new ()</h3>
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
gtk_file_chooser_widget_new (<em class="parameter"><code><a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);</pre>
gtk_file_chooser_widget_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkFileChooser.html#GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);</pre>
<p>Creates a new <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget"><span class="type">GtkFileChooserWidget</span></a>. This is a file chooser widget that can
be embedded in custom windows, and it is the same widget that is used by
<a class="link" href="GtkFileChooserDialog.html" title="GtkFileChooserDialog"><span class="type">GtkFileChooserDialog</span></a>.</p>
@ -230,37 +230,12 @@ be embedded in custom windows, and it is the same widget that is used by
</div>
</div>
<div class="refsect1">
<a name="GtkFileChooserWidget.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkFileChooserWidget-struct"></a><h3>struct GtkFileChooserWidget</h3>
<pre class="programlisting">struct GtkFileChooserWidget;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GtkFileChooserWidgetClass"></a><h3>struct GtkFileChooserWidgetClass</h3>
<pre class="programlisting">struct GtkFileChooserWidgetClass {
GtkBoxClass parent_class;
};
</pre>
<div class="refsect3">
<a name="GtkFileChooserWidgetClass.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody></tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="GtkFileChooserWidget.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkFileChooserWidget--search-mode"></a><h3>The <code class="literal">“search-mode”</code> property</h3>
<pre class="programlisting"> “search-mode” <span class="type">gboolean</span></pre>
<p>Search mode.</p>
<p>Owner: GtkFileChooserWidget</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
</div>
@ -269,6 +244,7 @@ be embedded in custom windows, and it is the same widget that is used by
<a name="GtkFileChooserWidget--subtitle"></a><h3>The <code class="literal">“subtitle”</code> property</h3>
<pre class="programlisting"> “subtitle” <span class="type">gchar</span> *</pre>
<p>Subtitle.</p>
<p>Owner: GtkFileChooserWidget</p>
<p>Flags: Read</p>
<p>Default value: ""</p>
</div>
@ -280,7 +256,7 @@ be embedded in custom windows, and it is the same widget that is used by
<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">gpointer</span> user_data)</pre>
<p>The ::desktop-folder signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::desktop-folder signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser show the user's Desktop
folder in the file list.</p>
@ -315,7 +291,7 @@ folder in the file list.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::down-folder signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::down-folder signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser go to a child of the current folder
in the file hierarchy. The subfolder that will be used is displayed in the
@ -353,7 +329,7 @@ chooser to switch to the "baz" subfolder.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::home-folder signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::home-folder signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser show the user's home
folder in the file list.</p>
@ -389,7 +365,7 @@ folder in the file list.</p>
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">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>
<p>The ::location-popup signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser show a "Location" prompt which
the user can use to manually type the name of the file he wishes to select.</p>
@ -436,7 +412,7 @@ itself for access to home directories.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::location-popup-on-paste signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::location-popup-on-paste signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser show a "Location" prompt when the user
pastes into a <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget"><span class="type">GtkFileChooserWidget</span></a>.</p>
@ -471,7 +447,7 @@ pastes into a <a class="link" href="GtkFileChooserWidget.html" title="GtkFileCho
<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">gpointer</span> user_data)</pre>
<p>The ::location-toggle-popup signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::location-toggle-popup signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to toggle the visibility of a "Location" prompt which the user
can use to manually type the name of the file he wishes to select.</p>
@ -506,7 +482,7 @@ can use to manually type the name of the file he wishes to select.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::places-shortcut signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::places-shortcut signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to move the focus to the places sidebar.</p>
<p>The default binding for this signal is <code class="literal">Alt + P</code>.</p>
@ -541,7 +517,7 @@ which gets emitted when the user asks for it.</p>
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">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>
<p>The ::quick-bookmark signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser switch to the bookmark specified
in the <em class="parameter"><code>bookmark_index</code></em>
@ -587,7 +563,7 @@ bookmark at index 10.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::recent-shortcut signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::recent-shortcut signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser show the Recent location.</p>
<p>The default binding for this signal is <code class="literal">Alt + R</code>.</p>
@ -621,7 +597,7 @@ which gets emitted when the user asks for it.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::search-shortcut signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::search-shortcut signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser show the search entry.</p>
<p>The default binding for this signal is <code class="literal">Alt + S</code>.</p>
@ -655,7 +631,7 @@ which gets emitted when the user asks for it.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::show-hidden signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::show-hidden signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser display hidden files.</p>
<p>The default binding for this signal is <code class="literal">Control + H</code>.</p>
@ -689,7 +665,7 @@ which gets emitted when the user asks for it.</p>
<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">gpointer</span> user_data)</pre>
<p>The ::up-folder signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
<p>The ::up-folder signal is a keybinding signal
which gets emitted when the user asks for it.</p>
<p>This is used to make the file chooser go to the parent of the current folder
in the file hierarchy.</p>
@ -725,6 +701,6 @@ in the file hierarchy.</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.29</div>
<hr>Generated by GTK-Doc V1.32.1</div>
</body>
</html>