New upstream version 3.24.24
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="gtkbase.html" title="Part III. GTK+ Core Reference">
|
||||
<link rel="prev" href="gtk3-Testing.html" title="Testing">
|
||||
<link rel="next" href="theming.html" title="Part IV. Theming in GTK+">
|
||||
<meta name="generator" content="GTK-Doc V1.99 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -83,7 +83,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">GdkScreen</span> *
|
||||
<a href="../html/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="gtk3-Filesystem-utilities.html#gtk-mount-operation-get-screen" title="gtk_mount_operation_get_screen ()">gtk_mount_operation_get_screen</a> <span class="c_punctuation">()</span>
|
||||
@ -130,7 +130,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">GdkScreen</span> *</td>
|
||||
<a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="gtk3-Filesystem-utilities.html#GtkMountOperation--screen" title="The “screen” property">screen</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -181,7 +181,7 @@ GIO functions for mounting volumes such as
|
||||
passwords, questions or show processes blocking unmount.</p>
|
||||
<p>gtk_show_uri_on_window() is a convenient way to launch applications for URIs.</p>
|
||||
<p>Another object that is worth mentioning in this context is
|
||||
<a href="https://developer.gnome.org/gdk4/gdk4-Application-launching.html#GdkAppLaunchContext-struct"><span class="type">GdkAppLaunchContext</span></a>, which provides visual feedback when lauching
|
||||
<a href="../html/gdk3-Application-launching.html#GdkAppLaunchContext-struct"><span class="type">GdkAppLaunchContext</span></a>, which provides visual feedback when lauching
|
||||
applications.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -307,7 +307,7 @@ gtk_mount_operation_get_parent (<em class="parameter"><code><a class="link" href
|
||||
<a name="gtk-mount-operation-set-screen"></a><h3>gtk_mount_operation_set_screen ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_mount_operation_set_screen (<em class="parameter"><code><a class="link" href="gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
||||
<p>Sets the screen to show windows of the <a class="link" href="gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> on.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-mount-operation-set-screen.parameters"></a><h4>Parameters</h4>
|
||||
@ -325,7 +325,7 @@ gtk_mount_operation_set_screen (<em class="parameter"><code><a class="link" href
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>screen</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GdkScreen</span></p></td>
|
||||
<td class="parameter_description"><p>a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -336,7 +336,7 @@ gtk_mount_operation_set_screen (<em class="parameter"><code><a class="link" href
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-mount-operation-get-screen"></a><h3>gtk_mount_operation_get_screen ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">GdkScreen</span> *
|
||||
<pre class="programlisting"><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
|
||||
gtk_mount_operation_get_screen (<em class="parameter"><code><a class="link" href="gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);</pre>
|
||||
<p>Gets the screen on which windows of the <a class="link" href="gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a>
|
||||
will be shown.</p>
|
||||
@ -367,11 +367,14 @@ are shown. </p>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-show-uri"></a><h3>gtk_show_uri ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_show_uri (<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>,
|
||||
gtk_show_uri (<em class="parameter"><code><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint32</span> timestamp</code></em>,
|
||||
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
||||
<div class="warning"><p><code class="literal">gtk_show_uri</code> is deprecated and should not be used in newly-written code.</p></div>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_show_uri</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-uri-on-window" title="gtk_show_uri_on_window ()"><code class="function">gtk_show_uri_on_window()</code></a> instead.</p>
|
||||
</div>
|
||||
<p>A convenience function for launching the default application
|
||||
to show the uri. Like <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-uri-on-window" title="gtk_show_uri_on_window ()"><code class="function">gtk_show_uri_on_window()</code></a>, but takes a screen
|
||||
as transient parent instead of a window.</p>
|
||||
@ -437,7 +440,7 @@ Typical examples are</p>
|
||||
</ul></div>
|
||||
<p>Ideally the timestamp is taken from the event triggering
|
||||
the <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a> call. If timestamp is not known you can take
|
||||
<a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GDK-CURRENT-TIME:CAPS"><code class="literal">GDK_CURRENT_TIME</code></a>.</p>
|
||||
<a href="../html/gdk3-Events.html#GDK-CURRENT-TIME:CAPS"><code class="literal">GDK_CURRENT_TIME</code></a>.</p>
|
||||
<p>This is the recommended call to be used as it passes information
|
||||
necessary for sandbox helpers to parent their dialogs properly.</p>
|
||||
<div class="refsect3">
|
||||
@ -527,7 +530,7 @@ necessary for sandbox helpers to parent their dialogs properly.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkMountOperation--screen"></a><h3>The <code class="literal">“screen”</code> property</h3>
|
||||
<pre class="programlisting"> “screen” <span class="type">GdkScreen</span> *</pre>
|
||||
<pre class="programlisting"> “screen” <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</pre>
|
||||
<p>The screen where this window will be displayed.</p>
|
||||
<p>Owner: GtkMountOperation</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -535,6 +538,6 @@ necessary for sandbox helpers to parent their dialogs properly.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.99</div>
|
||||
<hr>Generated by GTK-Doc V1.33.0</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user