~ubuntu-branches/ubuntu/maverick/glib2.0/maverick

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GMount.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-17 16:13:18 UTC
  • mfrom: (1.54.1 upstream) (3.4.24 experimental)
  • Revision ID: james.westby@ubuntu.com-20100817161318-34xg2wch15l3wrsq
Tags: 2.25.14-1ubuntu1
Resync on Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="volume_mon.html" title="Volumes and Drives">
9
9
<link rel="prev" href="GVolume.html" title="GVolume">
10
10
<link rel="next" href="GDrive.html" title="GDrive">
11
 
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
32
32
                  <a href="#GMount.signals" class="shortcut">Signals</a>
33
33
</td></tr>
34
34
</table>
35
 
<div class="refentry">
 
35
<div class="refentry" title="GMount">
36
36
<a name="GMount"></a><div class="titlepage"></div>
37
37
<div class="refnamediv"><table width="100%"><tr>
38
38
<td valign="top">
41
41
</td>
42
42
<td valign="top" align="right"></td>
43
43
</tr></table></div>
44
 
<div class="refsynopsisdiv">
 
44
<div class="refsynopsisdiv" title="Synopsis">
45
45
<a name="GMount.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">
47
47
#include &lt;gio/gio.h
122
122
<span class="returnvalue">void</span>                <a class="link" href="GMount.html#g-mount-unshadow" title="g_mount_unshadow ()">g_mount_unshadow</a>                    (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
123
123
</pre>
124
124
</div>
125
 
<div class="refsect1">
 
125
<div class="refsect1" title="Object Hierarchy">
126
126
<a name="GMount.object-hierarchy"></a><h2>Object Hierarchy</h2>
127
127
<pre class="synopsis">
128
128
  GInterface
129
129
   +----GMount
130
130
</pre>
131
131
</div>
132
 
<div class="refsect1">
 
132
<div class="refsect1" title="Prerequisites">
133
133
<a name="GMount.prerequisites"></a><h2>Prerequisites</h2>
134
134
<p>
135
135
GMount requires
136
136
 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
137
137
</div>
138
 
<div class="refsect1">
 
138
<div class="refsect1" title="Signals">
139
139
<a name="GMount.signals"></a><h2>Signals</h2>
140
140
<pre class="synopsis">
141
141
  "<a class="link" href="GMount.html#GMount-changed" title='The "changed" signal'>changed</a>"                                        : Run Last
143
143
  "<a class="link" href="GMount.html#GMount-unmounted" title='The "unmounted" signal'>unmounted</a>"                                      : Run Last
144
144
</pre>
145
145
</div>
146
 
<div class="refsect1">
 
146
<div class="refsect1" title="Description">
147
147
<a name="GMount.description"></a><h2>Description</h2>
148
148
<p>
149
149
The <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> interface represents user-visible mounts. Note, when 
150
 
porting from GnomeVFS, <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is the moral equivalent of <span class="type">GnomeVFSVolume</span>.
 
150
porting from GnomeVFS, <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is the moral equivalent of <a href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0-gnome-vfs-volume.html#GnomeVFSVolume"><span class="type">GnomeVFSVolume</span></a>.
151
151
</p>
152
152
<p>
153
153
<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is a "mounted" filesystem that you can access. Mounted is in
169
169
is called, then it will be filled with any error information.
170
170
</p>
171
171
</div>
172
 
<div class="refsect1">
 
172
<div class="refsect1" title="Details">
173
173
<a name="GMount.details"></a><h2>Details</h2>
174
 
<div class="refsect2">
 
174
<div class="refsect2" title="GMount">
175
175
<a name="GMount-struct"></a><h3>GMount</h3>
176
176
<pre class="programlisting">typedef struct _GMount GMount;</pre>
177
177
<p>
179
179
</p>
180
180
</div>
181
181
<hr>
182
 
<div class="refsect2">
 
182
<div class="refsect2" title="GMountIface">
183
183
<a name="GMountIface"></a><h3>GMountIface</h3>
184
184
<pre class="programlisting">typedef struct {
185
185
  GTypeInterface g_iface;
408
408
</table></div>
409
409
</div>
410
410
<hr>
411
 
<div class="refsect2">
 
411
<div class="refsect2" title="g_mount_get_name ()">
412
412
<a name="g-mount-get-name"></a><h3>g_mount_get_name ()</h3>
413
413
<pre class="programlisting"><span class="returnvalue">char</span> *              g_mount_get_name                    (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
414
414
<p>
433
433
</table></div>
434
434
</div>
435
435
<hr>
436
 
<div class="refsect2">
 
436
<div class="refsect2" title="g_mount_get_uuid ()">
437
437
<a name="g-mount-get-uuid"></a><h3>g_mount_get_uuid ()</h3>
438
438
<pre class="programlisting"><span class="returnvalue">char</span> *              g_mount_get_uuid                    (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
439
439
<p>
461
461
</table></div>
462
462
</div>
463
463
<hr>
464
 
<div class="refsect2">
 
464
<div class="refsect2" title="g_mount_get_icon ()">
465
465
<a name="g-mount-get-icon"></a><h3>g_mount_get_icon ()</h3>
466
466
<pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> *             g_mount_get_icon                    (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
467
467
<p>
486
486
</table></div>
487
487
</div>
488
488
<hr>
489
 
<div class="refsect2">
 
489
<div class="refsect2" title="g_mount_get_drive ()">
490
490
<a name="g-mount-get-drive"></a><h3>g_mount_get_drive ()</h3>
491
491
<pre class="programlisting"><a class="link" href="GDrive.html" title="GDrive"><span class="returnvalue">GDrive</span></a> *            g_mount_get_drive                   (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
492
492
<p>
515
515
</table></div>
516
516
</div>
517
517
<hr>
518
 
<div class="refsect2">
 
518
<div class="refsect2" title="g_mount_get_root ()">
519
519
<a name="g-mount-get-root"></a><h3>g_mount_get_root ()</h3>
520
520
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *             g_mount_get_root                    (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
521
521
<p>
540
540
</table></div>
541
541
</div>
542
542
<hr>
543
 
<div class="refsect2">
 
543
<div class="refsect2" title="g_mount_get_volume ()">
544
544
<a name="g-mount-get-volume"></a><h3>g_mount_get_volume ()</h3>
545
545
<pre class="programlisting"><a class="link" href="GVolume.html" title="GVolume"><span class="returnvalue">GVolume</span></a> *           g_mount_get_volume                  (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
546
546
<p>
565
565
</table></div>
566
566
</div>
567
567
<hr>
568
 
<div class="refsect2">
 
568
<div class="refsect2" title="g_mount_get_default_location ()">
569
569
<a name="g-mount-get-default-location"></a><h3>g_mount_get_default_location ()</h3>
570
570
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *             g_mount_get_default_location        (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
571
571
<p>
592
592
</table></div>
593
593
</div>
594
594
<hr>
595
 
<div class="refsect2">
 
595
<div class="refsect2" title="g_mount_can_unmount ()">
596
596
<a name="g-mount-can-unmount"></a><h3>g_mount_can_unmount ()</h3>
597
597
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_can_unmount                 (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
598
598
<p>
615
615
</table></div>
616
616
</div>
617
617
<hr>
618
 
<div class="refsect2">
 
618
<div class="refsect2" title="enum GMountMountFlags">
619
619
<a name="GMountMountFlags"></a><h3>enum GMountMountFlags</h3>
620
620
<pre class="programlisting">typedef enum {
621
621
  G_MOUNT_MOUNT_NONE = 0
634
634
</table></div>
635
635
</div>
636
636
<hr>
637
 
<div class="refsect2">
 
637
<div class="refsect2" title="enum GMountUnmountFlags">
638
638
<a name="GMountUnmountFlags"></a><h3>enum GMountUnmountFlags</h3>
639
639
<pre class="programlisting">typedef enum {
640
640
  G_MOUNT_UNMOUNT_NONE  = 0,
662
662
</table></div>
663
663
</div>
664
664
<hr>
665
 
<div class="refsect2">
 
665
<div class="refsect2" title="g_mount_unmount ()">
666
666
<a name="g-mount-unmount"></a><h3>g_mount_unmount ()</h3>
667
667
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_unmount                     (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
668
668
                                                         <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
669
669
                                                         <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
670
670
                                                         <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
671
671
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
672
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
672
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
673
673
<h3 class="title">Warning</h3>
674
674
<p><code class="literal">g_mount_unmount</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-unmount-with-operation" title="g_mount_unmount_with_operation ()"><code class="function">g_mount_unmount_with_operation()</code></a> instead.</p>
675
675
</div>
710
710
</table></div>
711
711
</div>
712
712
<hr>
713
 
<div class="refsect2">
 
713
<div class="refsect2" title="g_mount_unmount_finish ()">
714
714
<a name="g-mount-unmount-finish"></a><h3>g_mount_unmount_finish ()</h3>
715
715
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_unmount_finish              (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
716
716
                                                         <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
717
717
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
718
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
718
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
719
719
<h3 class="title">Warning</h3>
720
720
<p><code class="literal">g_mount_unmount_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-unmount-with-operation-finish" title="g_mount_unmount_with_operation_finish ()"><code class="function">g_mount_unmount_with_operation_finish()</code></a> instead.</p>
721
721
</div>
752
752
</table></div>
753
753
</div>
754
754
<hr>
755
 
<div class="refsect2">
 
755
<div class="refsect2" title="g_mount_unmount_with_operation ()">
756
756
<a name="g-mount-unmount-with-operation"></a><h3>g_mount_unmount_with_operation ()</h3>
757
757
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_unmount_with_operation      (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
758
758
                                                         <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
803
803
<p class="since">Since 2.22</p>
804
804
</div>
805
805
<hr>
806
 
<div class="refsect2">
 
806
<div class="refsect2" title="g_mount_unmount_with_operation_finish ()">
807
807
<a name="g-mount-unmount-with-operation-finish"></a><h3>g_mount_unmount_with_operation_finish ()</h3>
808
808
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_unmount_with_operation_finish
809
809
                                                        (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
843
843
<p class="since">Since 2.22</p>
844
844
</div>
845
845
<hr>
846
 
<div class="refsect2">
 
846
<div class="refsect2" title="g_mount_remount ()">
847
847
<a name="g-mount-remount"></a><h3>g_mount_remount ()</h3>
848
848
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_remount                     (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
849
849
                                                         <em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags" title="enum GMountMountFlags"><span class="type">GMountMountFlags</span></a> flags</code></em>,
900
900
</table></div>
901
901
</div>
902
902
<hr>
903
 
<div class="refsect2">
 
903
<div class="refsect2" title="g_mount_remount_finish ()">
904
904
<a name="g-mount-remount-finish"></a><h3>g_mount_remount_finish ()</h3>
905
905
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_remount_finish              (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
906
906
                                                         <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
937
937
</table></div>
938
938
</div>
939
939
<hr>
940
 
<div class="refsect2">
 
940
<div class="refsect2" title="g_mount_can_eject ()">
941
941
<a name="g-mount-can-eject"></a><h3>g_mount_can_eject ()</h3>
942
942
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_can_eject                   (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
943
943
<p>
960
960
</table></div>
961
961
</div>
962
962
<hr>
963
 
<div class="refsect2">
 
963
<div class="refsect2" title="g_mount_eject ()">
964
964
<a name="g-mount-eject"></a><h3>g_mount_eject ()</h3>
965
965
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_eject                       (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
966
966
                                                         <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
967
967
                                                         <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
968
968
                                                         <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
969
969
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
970
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
970
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
971
971
<h3 class="title">Warning</h3>
972
972
<p><code class="literal">g_mount_eject</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-eject-with-operation" title="g_mount_eject_with_operation ()"><code class="function">g_mount_eject_with_operation()</code></a> instead.</p>
973
973
</div>
1008
1008
</table></div>
1009
1009
</div>
1010
1010
<hr>
1011
 
<div class="refsect2">
 
1011
<div class="refsect2" title="g_mount_eject_finish ()">
1012
1012
<a name="g-mount-eject-finish"></a><h3>g_mount_eject_finish ()</h3>
1013
1013
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_eject_finish                (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1014
1014
                                                         <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1015
1015
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1016
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
1016
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1017
1017
<h3 class="title">Warning</h3>
1018
1018
<p><code class="literal">g_mount_eject_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-eject-with-operation-finish" title="g_mount_eject_with_operation_finish ()"><code class="function">g_mount_eject_with_operation_finish()</code></a> instead.</p>
1019
1019
</div>
1050
1050
</table></div>
1051
1051
</div>
1052
1052
<hr>
1053
 
<div class="refsect2">
 
1053
<div class="refsect2" title="g_mount_eject_with_operation ()">
1054
1054
<a name="g-mount-eject-with-operation"></a><h3>g_mount_eject_with_operation ()</h3>
1055
1055
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_eject_with_operation        (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1056
1056
                                                         <em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags" title="enum GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
1101
1101
<p class="since">Since 2.22</p>
1102
1102
</div>
1103
1103
<hr>
1104
 
<div class="refsect2">
 
1104
<div class="refsect2" title="g_mount_eject_with_operation_finish ()">
1105
1105
<a name="g-mount-eject-with-operation-finish"></a><h3>g_mount_eject_with_operation_finish ()</h3>
1106
1106
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_eject_with_operation_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1107
1107
                                                         <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1140
1140
<p class="since">Since 2.22</p>
1141
1141
</div>
1142
1142
<hr>
1143
 
<div class="refsect2">
 
1143
<div class="refsect2" title="g_mount_guess_content_type ()">
1144
1144
<a name="g-mount-guess-content-type"></a><h3>g_mount_guess_content_type ()</h3>
1145
1145
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_guess_content_type          (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1146
1146
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
1194
1194
<p class="since">Since 2.18</p>
1195
1195
</div>
1196
1196
<hr>
1197
 
<div class="refsect2">
 
1197
<div class="refsect2" title="g_mount_guess_content_type_finish ()">
1198
1198
<a name="g-mount-guess-content-type-finish"></a><h3>g_mount_guess_content_type_finish ()</h3>
1199
1199
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            g_mount_guess_content_type_finish   (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1200
1200
                                                         <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
1237
1237
<p class="since">Since 2.18</p>
1238
1238
</div>
1239
1239
<hr>
1240
 
<div class="refsect2">
 
1240
<div class="refsect2" title="g_mount_guess_content_type_sync ()">
1241
1241
<a name="g-mount-guess-content-type-sync"></a><h3>g_mount_guess_content_type_sync ()</h3>
1242
1242
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            g_mount_guess_content_type_sync     (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
1243
1243
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
1291
1291
<p class="since">Since 2.18</p>
1292
1292
</div>
1293
1293
<hr>
1294
 
<div class="refsect2">
 
1294
<div class="refsect2" title="g_mount_is_shadowed ()">
1295
1295
<a name="g-mount-is-shadowed"></a><h3>g_mount_is_shadowed ()</h3>
1296
1296
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_mount_is_shadowed                 (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
1297
1297
<p>
1341
1341
<p class="since">Since 2.20</p>
1342
1342
</div>
1343
1343
<hr>
1344
 
<div class="refsect2">
 
1344
<div class="refsect2" title="g_mount_shadow ()">
1345
1345
<a name="g-mount-shadow"></a><h3>g_mount_shadow ()</h3>
1346
1346
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_shadow                      (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
1347
1347
<p>
1361
1361
<p class="since">Since 2.20</p>
1362
1362
</div>
1363
1363
<hr>
1364
 
<div class="refsect2">
 
1364
<div class="refsect2" title="g_mount_unshadow ()">
1365
1365
<a name="g-mount-unshadow"></a><h3>g_mount_unshadow ()</h3>
1366
1366
<pre class="programlisting"><span class="returnvalue">void</span>                g_mount_unshadow                    (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
1367
1367
<p>
1381
1381
<p class="since">Since 2.20</p>
1382
1382
</div>
1383
1383
</div>
1384
 
<div class="refsect1">
 
1384
<div class="refsect1" title="Signal Details">
1385
1385
<a name="GMount.signal-details"></a><h2>Signal Details</h2>
1386
 
<div class="refsect2">
 
1386
<div class="refsect2" title='The "changed" signal'>
1387
1387
<a name="GMount-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
1388
1388
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>  *mount,
1389
1389
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)      : Run Last</pre>
1406
1406
</table></div>
1407
1407
</div>
1408
1408
<hr>
1409
 
<div class="refsect2">
 
1409
<div class="refsect2" title='The "pre-unmount" signal'>
1410
1410
<a name="GMount-pre-unmount"></a><h3>The <code class="literal">"pre-unmount"</code> signal</h3>
1411
1411
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>  *mount,
1412
1412
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)      : Run Last</pre>
1431
1431
<p class="since">Since 2.22</p>
1432
1432
</div>
1433
1433
<hr>
1434
 
<div class="refsect2">
 
1434
<div class="refsect2" title='The "unmounted" signal'>
1435
1435
<a name="GMount-unmounted"></a><h3>The <code class="literal">"unmounted"</code> signal</h3>
1436
1436
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>  *mount,
1437
1437
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)      : Run Last</pre>
1460
1460
</div>
1461
1461
<div class="footer">
1462
1462
<hr>
1463
 
          Generated by GTK-Doc V1.15.1</div>
 
1463
          Generated by GTK-Doc V1.15</div>
1464
1464
</body>
1465
1465
</html>
 
 
b'\\ No newline at end of file'