New upstream version 3.23.0
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Filesystem utilities: GTK+ 3 Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
||||
<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.27 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -165,7 +165,7 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="gtk3-Filesystem-utilities.includes"></a><h2>Includes</h2>
|
||||
<pre class="synopsis">#include <gtk/gtkunixprint.h>
|
||||
<pre class="synopsis">#include <gtk/gtk.h>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -201,7 +201,7 @@ gtk_mount_operation_new (<em class="parameter"><code><a class="link" href="GtkWi
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>parent</p></td>
|
||||
<td class="parameter_description"><p>transient parent of the window, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> transient parent of the window, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -265,7 +265,7 @@ gtk_mount_operation_set_parent (<em class="parameter"><code><a class="link" href
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>parent</p></td>
|
||||
<td class="parameter_description"><p>transient parent of the window, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> transient parent of the window, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -296,7 +296,7 @@ gtk_mount_operation_get_parent (<em class="parameter"><code><a class="link" href
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-mount-operation-get-parent.returns"></a><h4>Returns</h4>
|
||||
<p>the transient parent for windows shown by <em class="parameter"><code>op</code></em>
|
||||
<p> the transient parent for windows shown by <em class="parameter"><code>op</code></em>
|
||||
. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
@ -357,7 +357,7 @@ will be shown.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-mount-operation-get-screen.returns"></a><h4>Returns</h4>
|
||||
<p>the screen on which windows of <em class="parameter"><code>op</code></em>
|
||||
<p> the screen on which windows of <em class="parameter"><code>op</code></em>
|
||||
are shown. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
@ -389,7 +389,7 @@ sandboxed applications for example.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>screen</p></td>
|
||||
<td class="parameter_description"><p>screen to show the uri on
|
||||
<td class="parameter_description"><p> screen to show the uri on
|
||||
or <code class="literal">NULL</code> for the default screen. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
@ -451,7 +451,7 @@ necessary for sandbox helpers to parent their dialogs properly.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>parent</p></td>
|
||||
<td class="parameter_description"><p>parent window. </p></td>
|
||||
<td class="parameter_description"><p> parent window. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -532,6 +532,6 @@ necessary for sandbox helpers to parent their dialogs properly.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
<hr>Generated by GTK-Doc V1.25</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user