~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty

« back to all changes in this revision

Viewing changes to docs/reference/shell/html/shell-ShellWindowTracker.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-31 21:29:20 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20130731212920-mz92zheiqgq2ggd1
Tags: 3.8.4-0ubuntu1
* New upstream release.
* debian/patches/git-dont-crash-for-unstaged-widgets.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch02.html" title="Application tracking">
9
9
<link rel="prev" href="shell-ShellAppUsage.html" title="ShellAppUsage">
10
10
<link rel="next" href="ch03.html" title="Search">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (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">
39
39
</tr></table></div>
40
40
<div class="refsynopsisdiv">
41
41
<a name="shell-ShellWindowTracker.synopsis"></a><h2>Synopsis</h2>
42
 
<a name="ShellStartupSequence"></a><pre class="synopsis">struct              <a class="link" href="shell-ShellWindowTracker.html#ShellWindowTrackerClass" title="struct ShellWindowTrackerClass">ShellWindowTrackerClass</a>;
 
42
<a name="ShellStartupSequence"></a><pre class="synopsis">                    <a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence-struct" title="ShellStartupSequence">ShellStartupSequence</a>;
 
43
struct              <a class="link" href="shell-ShellWindowTracker.html#ShellWindowTrackerClass" title="struct ShellWindowTrackerClass">ShellWindowTrackerClass</a>;
 
44
<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-create-icon" title="shell_startup_sequence_create_icon ()">shell_startup_sequence_create_icon</a>  (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>,
 
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> size</code></em>);
 
46
<span class="returnvalue">ShellApp</span> *          <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-app" title="shell_startup_sequence_get_app ()">shell_startup_sequence_get_app</a>      (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
 
47
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-completed" title="shell_startup_sequence_get_completed ()">shell_startup_sequence_get_completed</a>
 
48
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
 
49
const <span class="returnvalue">char</span> *        <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-id" title="shell_startup_sequence_get_id ()">shell_startup_sequence_get_id</a>       (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
 
50
const <span class="returnvalue">char</span> *        <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-name" title="shell_startup_sequence_get_name ()">shell_startup_sequence_get_name</a>     (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
 
51
<span class="returnvalue">int</span>                 <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-workspace" title="shell_startup_sequence_get_workspace ()">shell_startup_sequence_get_workspace</a>
 
52
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
 
53
<span class="returnvalue">ShellApp</span> *          <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-get-app-from-pid" title="shell_window_tracker_get_app_from_pid ()">shell_window_tracker_get_app_from_pid</a>
 
54
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>,
 
55
                                                         <em class="parameter"><code><span class="type">int</span> pid</code></em>);
43
56
<span class="returnvalue">ShellWindowTracker</span> * <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-get-default" title="shell_window_tracker_get_default ()">shell_window_tracker_get_default</a>   (<em class="parameter"><code><span class="type">void</span></code></em>);
 
57
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-get-startup-sequences" title="shell_window_tracker_get_startup_sequences ()">shell_window_tracker_get_startup_sequences</a>
 
58
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>);
44
59
<span class="returnvalue">ShellApp</span> *          <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-get-window-app" title="shell_window_tracker_get_window_app ()">shell_window_tracker_get_window_app</a> (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>,
45
60
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/meta/MetaWindow.html"><span class="type">MetaWindow</span></a> *metawin</code></em>);
46
 
<span class="returnvalue">ShellApp</span> *          <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-get-app-from-pid" title="shell_window_tracker_get_app_from_pid ()">shell_window_tracker_get_app_from_pid</a>
47
 
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>,
48
 
                                                         <em class="parameter"><code><span class="type">int</span> pid</code></em>);
49
 
<span class="returnvalue">gboolean</span>            <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-is-window-interesting" title="shell_window_tracker_is_window_interesting ()">shell_window_tracker_is_window_interesting</a>
 
61
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-is-window-interesting" title="shell_window_tracker_is_window_interesting ()">shell_window_tracker_is_window_interesting</a>
50
62
                                                        (<em class="parameter"><code><a href="http://developer.gnome.org/meta/MetaWindow.html"><span class="type">MetaWindow</span></a> *window</code></em>);
51
 
<span class="returnvalue">GSList</span> *            <a class="link" href="shell-ShellWindowTracker.html#shell-window-tracker-get-startup-sequences" title="shell_window_tracker_get_startup_sequences ()">shell_window_tracker_get_startup_sequences</a>
52
 
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>);
53
 
const <span class="returnvalue">char</span> *        <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-id" title="shell_startup_sequence_get_id ()">shell_startup_sequence_get_id</a>       (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
54
 
<span class="returnvalue">ShellApp</span> *          <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-app" title="shell_startup_sequence_get_app ()">shell_startup_sequence_get_app</a>      (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
55
 
const <span class="returnvalue">char</span> *        <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-name" title="shell_startup_sequence_get_name ()">shell_startup_sequence_get_name</a>     (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
56
 
<span class="returnvalue">gboolean</span>            <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-completed" title="shell_startup_sequence_get_completed ()">shell_startup_sequence_get_completed</a>
57
 
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
58
 
<span class="returnvalue">int</span>                 <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-get-workspace" title="shell_startup_sequence_get_workspace ()">shell_startup_sequence_get_workspace</a>
59
 
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);
60
 
<span class="returnvalue">ClutterActor</span> *      <a class="link" href="shell-ShellWindowTracker.html#shell-startup-sequence-create-icon" title="shell_startup_sequence_create_icon ()">shell_startup_sequence_create_icon</a>  (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>,
61
 
                                                         <em class="parameter"><code><span class="type">guint</span> size</code></em>);
62
 
                    <a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence-struct" title="ShellStartupSequence">ShellStartupSequence</a>;
63
63
</pre>
64
64
</div>
65
65
<div class="refsect1">
81
81
<div class="refsect1">
82
82
<a name="shell-ShellWindowTracker.details"></a><h2>Details</h2>
83
83
<div class="refsect2">
 
84
<a name="ShellStartupSequence-struct"></a><h3>ShellStartupSequence</h3>
 
85
<pre class="programlisting">typedef struct _ShellStartupSequence ShellStartupSequence;</pre>
 
86
</div>
 
87
<hr>
 
88
<div class="refsect2">
84
89
<a name="ShellWindowTrackerClass"></a><h3>struct ShellWindowTrackerClass</h3>
85
90
<pre class="programlisting">struct ShellWindowTrackerClass {
86
91
  GObjectClass parent_class;
89
94
</div>
90
95
<hr>
91
96
<div class="refsect2">
 
97
<a name="shell-startup-sequence-create-icon"></a><h3>shell_startup_sequence_create_icon ()</h3>
 
98
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      shell_startup_sequence_create_icon  (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>,
 
99
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> size</code></em>);</pre>
 
100
<div class="variablelist"><table border="0" class="variablelist">
 
101
<colgroup>
 
102
<col align="left" valign="top">
 
103
<col>
 
104
</colgroup>
 
105
<tbody>
 
106
<tr>
 
107
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
 
108
<td>Size in pixels of icon</td>
 
109
</tr>
 
110
<tr>
 
111
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
112
<td>A new <a href="/usr/share/gtk-doc/html/clutter/ClutterTexture.html"><span class="type">ClutterTexture</span></a> containing an icon for the sequence. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
113
</td>
 
114
</tr>
 
115
</tbody>
 
116
</table></div>
 
117
</div>
 
118
<hr>
 
119
<div class="refsect2">
 
120
<a name="shell-startup-sequence-get-app"></a><h3>shell_startup_sequence_get_app ()</h3>
 
121
<pre class="programlisting"><span class="returnvalue">ShellApp</span> *          shell_startup_sequence_get_app      (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
 
122
<div class="variablelist"><table border="0" class="variablelist">
 
123
<colgroup>
 
124
<col align="left" valign="top">
 
125
<col>
 
126
</colgroup>
 
127
<tbody>
 
128
<tr>
 
129
<td><p><span class="term"><em class="parameter"><code>sequence</code></em> :</span></p></td>
 
130
<td>A <a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a>
 
131
</td>
 
132
</tr>
 
133
<tr>
 
134
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
135
<td>The application being launched, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if unknown. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
136
</td>
 
137
</tr>
 
138
</tbody>
 
139
</table></div>
 
140
</div>
 
141
<hr>
 
142
<div class="refsect2">
 
143
<a name="shell-startup-sequence-get-completed"></a><h3>shell_startup_sequence_get_completed ()</h3>
 
144
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            shell_startup_sequence_get_completed
 
145
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
 
146
</div>
 
147
<hr>
 
148
<div class="refsect2">
 
149
<a name="shell-startup-sequence-get-id"></a><h3>shell_startup_sequence_get_id ()</h3>
 
150
<pre class="programlisting">const <span class="returnvalue">char</span> *        shell_startup_sequence_get_id       (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
 
151
</div>
 
152
<hr>
 
153
<div class="refsect2">
 
154
<a name="shell-startup-sequence-get-name"></a><h3>shell_startup_sequence_get_name ()</h3>
 
155
<pre class="programlisting">const <span class="returnvalue">char</span> *        shell_startup_sequence_get_name     (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
 
156
</div>
 
157
<hr>
 
158
<div class="refsect2">
 
159
<a name="shell-startup-sequence-get-workspace"></a><h3>shell_startup_sequence_get_workspace ()</h3>
 
160
<pre class="programlisting"><span class="returnvalue">int</span>                 shell_startup_sequence_get_workspace
 
161
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
 
162
</div>
 
163
<hr>
 
164
<div class="refsect2">
 
165
<a name="shell-window-tracker-get-app-from-pid"></a><h3>shell_window_tracker_get_app_from_pid ()</h3>
 
166
<pre class="programlisting"><span class="returnvalue">ShellApp</span> *          shell_window_tracker_get_app_from_pid
 
167
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>,
 
168
                                                         <em class="parameter"><code><span class="type">int</span> pid</code></em>);</pre>
 
169
<p>
 
170
Look up the application corresponding to a process.
 
171
</p>
 
172
<div class="variablelist"><table border="0" class="variablelist">
 
173
<colgroup>
 
174
<col align="left" valign="top">
 
175
<col>
 
176
</colgroup>
 
177
<tbody>
 
178
<tr>
 
179
<td><p><span class="term"><em class="parameter"><code>tracker</code></em> :</span></p></td>
 
180
<td>A <a class="link" href="ShellAppSystem.html" title="ShellAppSystem"><span class="type">ShellAppSystem</span></a>
 
181
</td>
 
182
</tr>
 
183
<tr>
 
184
<td><p><span class="term"><em class="parameter"><code>pid</code></em> :</span></p></td>
 
185
<td>A Unix process identifier</td>
 
186
</tr>
 
187
<tr>
 
188
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
189
<td>A <span class="type">ShellApp</span>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
190
</td>
 
191
</tr>
 
192
</tbody>
 
193
</table></div>
 
194
</div>
 
195
<hr>
 
196
<div class="refsect2">
92
197
<a name="shell-window-tracker-get-default"></a><h3>shell_window_tracker_get_default ()</h3>
93
198
<pre class="programlisting"><span class="returnvalue">ShellWindowTracker</span> * shell_window_tracker_get_default   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
94
199
<div class="variablelist"><table border="0" class="variablelist">
105
210
</div>
106
211
<hr>
107
212
<div class="refsect2">
 
213
<a name="shell-window-tracker-get-startup-sequences"></a><h3>shell_window_tracker_get_startup_sequences ()</h3>
 
214
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            shell_window_tracker_get_startup_sequences
 
215
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>);</pre>
 
216
<div class="variablelist"><table border="0" class="variablelist">
 
217
<colgroup>
 
218
<col align="left" valign="top">
 
219
<col>
 
220
</colgroup>
 
221
<tbody><tr>
 
222
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
223
<td>Currently active startup sequences. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> ShellStartupSequence]</span>
 
224
</td>
 
225
</tr></tbody>
 
226
</table></div>
 
227
</div>
 
228
<hr>
 
229
<div class="refsect2">
108
230
<a name="shell-window-tracker-get-window-app"></a><h3>shell_window_tracker_get_window_app ()</h3>
109
231
<pre class="programlisting"><span class="returnvalue">ShellApp</span> *          shell_window_tracker_get_window_app (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>,
110
232
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/meta/MetaWindow.html"><span class="type">MetaWindow</span></a> *metawin</code></em>);</pre>
133
255
</div>
134
256
<hr>
135
257
<div class="refsect2">
136
 
<a name="shell-window-tracker-get-app-from-pid"></a><h3>shell_window_tracker_get_app_from_pid ()</h3>
137
 
<pre class="programlisting"><span class="returnvalue">ShellApp</span> *          shell_window_tracker_get_app_from_pid
138
 
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>,
139
 
                                                         <em class="parameter"><code><span class="type">int</span> pid</code></em>);</pre>
140
 
<p>
141
 
Look up the application corresponding to a process.
142
 
</p>
143
 
<div class="variablelist"><table border="0" class="variablelist">
144
 
<colgroup>
145
 
<col align="left" valign="top">
146
 
<col>
147
 
</colgroup>
148
 
<tbody>
149
 
<tr>
150
 
<td><p><span class="term"><em class="parameter"><code>tracker</code></em> :</span></p></td>
151
 
<td>A <a class="link" href="ShellAppSystem.html" title="ShellAppSystem"><span class="type">ShellAppSystem</span></a>
152
 
</td>
153
 
</tr>
154
 
<tr>
155
 
<td><p><span class="term"><em class="parameter"><code>pid</code></em> :</span></p></td>
156
 
<td>A Unix process identifier</td>
157
 
</tr>
158
 
<tr>
159
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
160
 
<td>A <span class="type">ShellApp</span>, or <code class="literal">NULL</code> if none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
161
 
</td>
162
 
</tr>
163
 
</tbody>
164
 
</table></div>
165
 
</div>
166
 
<hr>
167
 
<div class="refsect2">
168
258
<a name="shell-window-tracker-is-window-interesting"></a><h3>shell_window_tracker_is_window_interesting ()</h3>
169
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            shell_window_tracker_is_window_interesting
 
259
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            shell_window_tracker_is_window_interesting
170
260
                                                        (<em class="parameter"><code><a href="http://developer.gnome.org/meta/MetaWindow.html"><span class="type">MetaWindow</span></a> *window</code></em>);</pre>
171
261
<p>
172
262
The ShellWindowTracker associates certain kinds of windows with
188
278
<tbody><tr>
189
279
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
190
280
<td>
191
 
<code class="literal">TRUE</code> iff a window is "interesting"</td>
192
 
</tr></tbody>
193
 
</table></div>
194
 
</div>
195
 
<hr>
196
 
<div class="refsect2">
197
 
<a name="shell-window-tracker-get-startup-sequences"></a><h3>shell_window_tracker_get_startup_sequences ()</h3>
198
 
<pre class="programlisting"><span class="returnvalue">GSList</span> *            shell_window_tracker_get_startup_sequences
199
 
                                                        (<em class="parameter"><code><span class="type">ShellWindowTracker</span> *tracker</code></em>);</pre>
200
 
<div class="variablelist"><table border="0" class="variablelist">
201
 
<colgroup>
202
 
<col align="left" valign="top">
203
 
<col>
204
 
</colgroup>
205
 
<tbody><tr>
206
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
207
 
<td>Currently active startup sequences. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> ShellStartupSequence]</span>
208
 
</td>
209
 
</tr></tbody>
210
 
</table></div>
211
 
</div>
212
 
<hr>
213
 
<div class="refsect2">
214
 
<a name="shell-startup-sequence-get-id"></a><h3>shell_startup_sequence_get_id ()</h3>
215
 
<pre class="programlisting">const <span class="returnvalue">char</span> *        shell_startup_sequence_get_id       (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
216
 
</div>
217
 
<hr>
218
 
<div class="refsect2">
219
 
<a name="shell-startup-sequence-get-app"></a><h3>shell_startup_sequence_get_app ()</h3>
220
 
<pre class="programlisting"><span class="returnvalue">ShellApp</span> *          shell_startup_sequence_get_app      (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
221
 
<div class="variablelist"><table border="0" class="variablelist">
222
 
<colgroup>
223
 
<col align="left" valign="top">
224
 
<col>
225
 
</colgroup>
226
 
<tbody>
227
 
<tr>
228
 
<td><p><span class="term"><em class="parameter"><code>sequence</code></em> :</span></p></td>
229
 
<td>A <a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a>
230
 
</td>
231
 
</tr>
232
 
<tr>
233
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
234
 
<td>The application being launched, or <code class="literal">NULL</code> if unknown. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
235
 
</td>
236
 
</tr>
237
 
</tbody>
238
 
</table></div>
239
 
</div>
240
 
<hr>
241
 
<div class="refsect2">
242
 
<a name="shell-startup-sequence-get-name"></a><h3>shell_startup_sequence_get_name ()</h3>
243
 
<pre class="programlisting">const <span class="returnvalue">char</span> *        shell_startup_sequence_get_name     (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
244
 
</div>
245
 
<hr>
246
 
<div class="refsect2">
247
 
<a name="shell-startup-sequence-get-completed"></a><h3>shell_startup_sequence_get_completed ()</h3>
248
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            shell_startup_sequence_get_completed
249
 
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
250
 
</div>
251
 
<hr>
252
 
<div class="refsect2">
253
 
<a name="shell-startup-sequence-get-workspace"></a><h3>shell_startup_sequence_get_workspace ()</h3>
254
 
<pre class="programlisting"><span class="returnvalue">int</span>                 shell_startup_sequence_get_workspace
255
 
                                                        (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>);</pre>
256
 
</div>
257
 
<hr>
258
 
<div class="refsect2">
259
 
<a name="shell-startup-sequence-create-icon"></a><h3>shell_startup_sequence_create_icon ()</h3>
260
 
<pre class="programlisting"><span class="returnvalue">ClutterActor</span> *      shell_startup_sequence_create_icon  (<em class="parameter"><code><a class="link" href="shell-ShellWindowTracker.html#ShellStartupSequence"><span class="type">ShellStartupSequence</span></a> *sequence</code></em>,
261
 
                                                         <em class="parameter"><code><span class="type">guint</span> size</code></em>);</pre>
262
 
<div class="variablelist"><table border="0" class="variablelist">
263
 
<colgroup>
264
 
<col align="left" valign="top">
265
 
<col>
266
 
</colgroup>
267
 
<tbody>
268
 
<tr>
269
 
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
270
 
<td>Size in pixels of icon</td>
271
 
</tr>
272
 
<tr>
273
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
274
 
<td>A new <span class="type">ClutterTexture</span> containing an icon for the sequence. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
275
 
</td>
276
 
</tr>
277
 
</tbody>
278
 
</table></div>
279
 
</div>
280
 
<hr>
281
 
<div class="refsect2">
282
 
<a name="ShellStartupSequence-struct"></a><h3>ShellStartupSequence</h3>
283
 
<pre class="programlisting">typedef struct _ShellStartupSequence ShellStartupSequence;</pre>
 
281
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> iff a window is "interesting"</td>
 
282
</tr></tbody>
 
283
</table></div>
284
284
</div>
285
285
</div>
286
286
</div>
287
287
<div class="footer">
288
288
<hr>
289
 
          Generated by GTK-Doc V1.18.1</div>
 
289
          Generated by GTK-Doc V1.19</div>
290
290
</body>
291
291
</html>
 
 
b'\\ No newline at end of file'