~darkxst/ubuntu/saucy/gnome-shell/upstart_log

« back to all changes in this revision

Viewing changes to docs/reference/shell/html/ShellMountOperation.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-31 12:01:12 UTC
  • mfrom: (1.1.49) (19.1.36 experimental)
  • Revision ID: package-import@ubuntu.com-20130531120112-ew91khxf051x9i2r
Tags: 3.8.2-1ubuntu1
* Merge with Debian (LP: #1185869, #1185721). Remaining changes:
  - debian/control.in:
    + Build-depend on libsystemd-login-dev & libsystemd-daemon-dev
    + Depend on gdm instead of gdm3
    + Don't recommend gnome-session-fallback
  - debian/patches/40_change-pam-name-to-match-gdm.patch:
  - debian/patches/revert-suspend-break.patch:
    + Disabled, not needed on Ubuntu
  - debian/patches/ubuntu-lightdm-user-switching.patch:
    + Allow user switching when using LightDM. Thanks Gerhard Stein
      for rebasing against gnome-shell 3.8!
  - debian/patches/ubuntu_lock_on_suspend.patch
    + Respect Ubuntu's lock-on-suspend setting.
      Disabled until it can be rewritten.
  - debian/patches/git_relock_screen_after_crash.patch:
    + Add Upstream fix for unlocked session after crash (LP: #1064584)
* Note that the new GNOME Classic mode (which requires installing
  gnome-shell-extensions) won't work until gnome-session 3.8 is
  available in Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>ShellMountOperation</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Shell Reference Manual">
8
8
<link rel="up" href="ch06.html" title="Integration helpers and utilities">
9
9
<link rel="prev" href="shell-shell-util.html" title="shell-util">
10
 
<link rel="next" href="shell-shell-mobile-providers.html" title="shell-mobile-providers">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
10
<link rel="next" href="ShellNetworkAgent.html" title="ShellNetworkAgent">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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">
18
18
<td><a accesskey="u" href="ch06.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">Shell Reference Manual</th>
21
 
<td><a accesskey="n" href="shell-shell-mobile-providers.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="ShellNetworkAgent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
</tr>
23
23
<tr><td colspan="5" class="shortcuts">
24
24
<a href="#ShellMountOperation.synopsis" class="shortcut">Top</a>
43
43
<a name="ShellMountOperation.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">struct              <a class="link" href="ShellMountOperation.html#ShellMountOperation-struct" title="struct ShellMountOperation">ShellMountOperation</a>;
45
45
struct              <a class="link" href="ShellMountOperation.html#ShellMountOperationClass" title="struct ShellMountOperationClass">ShellMountOperationClass</a>;
46
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            <a class="link" href="ShellMountOperation.html#shell-mount-operation-get-show-processes-choices" title="shell_mount_operation_get_show_processes_choices ()">shell_mount_operation_get_show_processes_choices</a>
47
 
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);
48
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="ShellMountOperation.html#shell-mount-operation-get-show-processes-message" title="shell_mount_operation_get_show_processes_message ()">shell_mount_operation_get_show_processes_message</a>
49
 
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);
50
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *            <a class="link" href="ShellMountOperation.html#shell-mount-operation-get-show-processes-pids" title="shell_mount_operation_get_show_processes_pids ()">shell_mount_operation_get_show_processes_pids</a>
51
 
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);
52
 
<a href="http://library.gnome.org/devel/gio/unstable/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> *   <a class="link" href="ShellMountOperation.html#shell-mount-operation-new" title="shell_mount_operation_new ()">shell_mount_operation_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
 
46
<span class="returnvalue">GMountOperation</span> *   <a class="link" href="ShellMountOperation.html#shell-mount-operation-new" title="shell_mount_operation_new ()">shell_mount_operation_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
 
47
<span class="returnvalue">GArray</span> *            <a class="link" href="ShellMountOperation.html#shell-mount-operation-get-show-processes-pids" title="shell_mount_operation_get_show_processes_pids ()">shell_mount_operation_get_show_processes_pids</a>
 
48
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);
 
49
<span class="returnvalue">gchar</span> **            <a class="link" href="ShellMountOperation.html#shell-mount-operation-get-show-processes-choices" title="shell_mount_operation_get_show_processes_choices ()">shell_mount_operation_get_show_processes_choices</a>
 
50
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);
 
51
<span class="returnvalue">gchar</span> *             <a class="link" href="ShellMountOperation.html#shell-mount-operation-get-show-processes-message" title="shell_mount_operation_get_show_processes_message ()">shell_mount_operation_get_show_processes_message</a>
 
52
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);
53
53
</pre>
54
54
</div>
55
55
<div class="refsect1">
56
56
<a name="ShellMountOperation.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
58
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
 
   +----<a href="http://library.gnome.org/devel/gio/unstable/GMountOperation.html">GMountOperation</a>
 
58
  GObject
 
59
   +----GMountOperation
60
60
         +----ShellMountOperation
61
61
</pre>
62
62
</div>
63
63
<div class="refsect1">
64
64
<a name="ShellMountOperation.signals"></a><h2>Signals</h2>
65
65
<pre class="synopsis">
66
 
  "<a class="link" href="ShellMountOperation.html#ShellMountOperation-show-processes-2" title='The "show-processes-2" signal'>show-processes-2</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
66
  "<a class="link" href="ShellMountOperation.html#ShellMountOperation-show-processes-2" title='The "show-processes-2" signal'>show-processes-2</a>"                               : <code class="literal">Run Last</code>
67
67
</pre>
68
68
</div>
69
69
<div class="refsect1">
85
85
</div>
86
86
<hr>
87
87
<div class="refsect2">
 
88
<a name="shell-mount-operation-new"></a><h3>shell_mount_operation_new ()</h3>
 
89
<pre class="programlisting"><span class="returnvalue">GMountOperation</span> *   shell_mount_operation_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
90
</div>
 
91
<hr>
 
92
<div class="refsect2">
 
93
<a name="shell-mount-operation-get-show-processes-pids"></a><h3>shell_mount_operation_get_show_processes_pids ()</h3>
 
94
<pre class="programlisting"><span class="returnvalue">GArray</span> *            shell_mount_operation_get_show_processes_pids
 
95
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);</pre>
 
96
<div class="variablelist"><table border="0" class="variablelist">
 
97
<colgroup>
 
98
<col align="left" valign="top">
 
99
<col>
 
100
</colgroup>
 
101
<tbody>
 
102
<tr>
 
103
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
104
<td>a <a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a>
 
105
</td>
 
106
</tr>
 
107
<tr>
 
108
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
109
<td>a <span class="type">GArray</span>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GPid]</span>
 
110
</td>
 
111
</tr>
 
112
</tbody>
 
113
</table></div>
 
114
</div>
 
115
<hr>
 
116
<div class="refsect2">
88
117
<a name="shell-mount-operation-get-show-processes-choices"></a><h3>shell_mount_operation_get_show_processes_choices ()</h3>
89
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            shell_mount_operation_get_show_processes_choices
 
118
<pre class="programlisting"><span class="returnvalue">gchar</span> **            shell_mount_operation_get_show_processes_choices
90
119
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);</pre>
91
120
<div class="variablelist"><table border="0" class="variablelist">
92
121
<colgroup>
110
139
<hr>
111
140
<div class="refsect2">
112
141
<a name="shell-mount-operation-get-show-processes-message"></a><h3>shell_mount_operation_get_show_processes_message ()</h3>
113
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             shell_mount_operation_get_show_processes_message
 
142
<pre class="programlisting"><span class="returnvalue">gchar</span> *             shell_mount_operation_get_show_processes_message
114
143
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);</pre>
115
144
<div class="variablelist"><table border="0" class="variablelist">
116
145
<colgroup>
131
160
</tbody>
132
161
</table></div>
133
162
</div>
134
 
<hr>
135
 
<div class="refsect2">
136
 
<a name="shell-mount-operation-get-show-processes-pids"></a><h3>shell_mount_operation_get_show_processes_pids ()</h3>
137
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *            shell_mount_operation_get_show_processes_pids
138
 
                                                        (<em class="parameter"><code><a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *self</code></em>);</pre>
139
 
<div class="variablelist"><table border="0" class="variablelist">
140
 
<colgroup>
141
 
<col align="left" valign="top">
142
 
<col>
143
 
</colgroup>
144
 
<tbody>
145
 
<tr>
146
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
147
 
<td>a <a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a>
148
 
</td>
149
 
</tr>
150
 
<tr>
151
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
152
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GPid]</span>
153
 
</td>
154
 
</tr>
155
 
</tbody>
156
 
</table></div>
157
 
</div>
158
 
<hr>
159
 
<div class="refsect2">
160
 
<a name="shell-mount-operation-new"></a><h3>shell_mount_operation_new ()</h3>
161
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> *   shell_mount_operation_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
162
 
</div>
163
163
</div>
164
164
<div class="refsect1">
165
165
<a name="ShellMountOperation.signal-details"></a><h2>Signal Details</h2>
166
166
<div class="refsect2">
167
167
<a name="ShellMountOperation-show-processes-2"></a><h3>The <code class="literal">"show-processes-2"</code> signal</h3>
168
168
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ShellMountOperation.html" title="ShellMountOperation"><span class="type">ShellMountOperation</span></a> *shellmountoperation,
169
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>             user_data)                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
169
                                                        <span class="type">gpointer</span>             user_data)                : <code class="literal">Run Last</code></pre>
170
170
</div>
171
171
</div>
172
172
</div>
173
173
<div class="footer">
174
174
<hr>
175
 
          Generated by GTK-Doc V1.18</div>
 
175
          Generated by GTK-Doc V1.18.1</div>
176
176
</body>
177
177
</html>
 
 
b'\\ No newline at end of file'