/usr/share/gtk-doc/html/libmatewnck/MatewnckApplication.html is in libmatewnck-doc 1.6.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MatewnckApplication</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Libmatewnck Reference Manual">
<link rel="up" href="core.html" title="Part II. Libmatewnck Core Window Management Support">
<link rel="prev" href="MatewnckClassGroup.html" title="MatewnckClassGroup">
<link rel="next" href="MatewnckWorkspace.html" title="MatewnckWorkspace">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="MatewnckClassGroup.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="core.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Libmatewnck Reference Manual</th>
<td><a accesskey="n" href="MatewnckWorkspace.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#MatewnckApplication.synopsis" class="shortcut">Top</a>
|
<a href="#MatewnckApplication.description" class="shortcut">Description</a>
|
<a href="#MatewnckApplication.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#MatewnckApplication.signals" class="shortcut">Signals</a>
</td></tr>
</table>
<div class="refentry">
<a name="MatewnckApplication"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="MatewnckApplication.top_of_page"></a>MatewnckApplication</span></h2>
<p>MatewnckApplication — an object representing a group of windows of the same
application.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="MatewnckApplication.stability-level"></a><h2>Stability Level</h2>
Unstable, unless otherwise indicated
</div>
<div class="refsynopsisdiv">
<a name="MatewnckApplication.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include <libmatewnck/libmatewnck.h>
<a class="link" href="MatewnckApplication.html#MatewnckApplication-struct" title="MatewnckApplication">MatewnckApplication</a>;
<a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="returnvalue">MatewnckApplication</span></a> * <a class="link" href="MatewnckApplication.html#matewnck-application-get" title="matewnck_application_get ()">matewnck_application_get</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> xwindow</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a> <a class="link" href="MatewnckApplication.html#matewnck-application-get-xid" title="matewnck_application_get_xid ()">matewnck_application_get_xid</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
const <span class="returnvalue">char</span> * <a class="link" href="MatewnckApplication.html#matewnck-application-get-name" title="matewnck_application_get_name ()">matewnck_application_get_name</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
const <span class="returnvalue">char</span> * <a class="link" href="MatewnckApplication.html#matewnck-application-get-icon-name" title="matewnck_application_get_icon_name ()">matewnck_application_get_icon_name</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
<span class="returnvalue">int</span> <a class="link" href="MatewnckApplication.html#matewnck-application-get-pid" title="matewnck_application_get_pid ()">matewnck_application_get_pid</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="MatewnckApplication.html#matewnck-application-get-icon-is-fallback" title="matewnck_application_get_icon_is_fallback ()">matewnck_application_get_icon_is_fallback</a>
(<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
<span class="returnvalue">GdkPixbuf</span> * <a class="link" href="MatewnckApplication.html#matewnck-application-get-icon" title="matewnck_application_get_icon ()">matewnck_application_get_icon</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
<span class="returnvalue">GdkPixbuf</span> * <a class="link" href="MatewnckApplication.html#matewnck-application-get-mini-icon" title="matewnck_application_get_mini_icon ()">matewnck_application_get_mini_icon</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
const <span class="returnvalue">char</span> * <a class="link" href="MatewnckApplication.html#matewnck-application-get-startup-id" title="matewnck_application_get_startup_id ()">matewnck_application_get_startup_id</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="MatewnckApplication.html#matewnck-application-get-windows" title="matewnck_application_get_windows ()">matewnck_application_get_windows</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
<span class="returnvalue">int</span> <a class="link" href="MatewnckApplication.html#matewnck-application-get-n-windows" title="matewnck_application_get_n_windows ()">matewnck_application_get_n_windows</a> (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="MatewnckApplication.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----MatewnckApplication
</pre>
</div>
<div class="refsect1">
<a name="MatewnckApplication.signals"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="MatewnckApplication.html#MatewnckApplication-icon-changed" title='The "icon-changed" signal'>icon-changed</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
"<a class="link" href="MatewnckApplication.html#MatewnckApplication-name-changed" title='The "name-changed" signal'>name-changed</a>" : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
</pre>
</div>
<div class="refsect1">
<a name="MatewnckApplication.description"></a><h2>Description</h2>
<p>
The <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> is a group of <a class="link" href="MatewnckWindow.html" title="MatewnckWindow"><span class="type">MatewnckWindow</span></a> that are all in the same
application. It can be used to represent windows by applications, group
windows by applications or to manipulate all windows of a particular
application.
</p>
<p>
A <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> is identified by the group leader of the <a class="link" href="MatewnckWindow.html" title="MatewnckWindow"><span class="type">MatewnckWindow</span></a>
belonging to it, and new <a class="link" href="MatewnckWindow.html" title="MatewnckWindow"><span class="type">MatewnckWindow</span></a> are added to a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> if and
only if they have the group leader of the <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.
</p>
<p>
The <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> objects are always owned by libmatewnck and must not be
referenced or unreferenced.
</p>
</div>
<div class="refsect1">
<a name="MatewnckApplication.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="MatewnckApplication-struct"></a><h3>MatewnckApplication</h3>
<pre class="programlisting">typedef struct _MatewnckApplication MatewnckApplication;</pre>
<p>
The <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> struct contains only private fields and should not be
directly accessed.
</p>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get"></a><h3>matewnck_application_get ()</h3>
<pre class="programlisting"><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="returnvalue">MatewnckApplication</span></a> * matewnck_application_get (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> xwindow</code></em>);</pre>
<p>
Gets the <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> corresponding to the group leader with <em class="parameter"><code>xwindow</code></em>
as X window ID.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>xwindow</code></em> :</span></p></td>
<td>the X window ID of a group leader.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> corresponding to
<em class="parameter"><code>xwindow</code></em>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there no such <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> could be found. The
returned <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> is owned by libmatewnck and must not be referenced or
unreferenced. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-xid"></a><h3>matewnck_application_get_xid ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a> matewnck_application_get_xid (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the X window ID of the group leader window for <em class="parameter"><code>app</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the X window ID of the group leader window for <em class="parameter"><code>app</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-name"></a><h3>matewnck_application_get_name ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> * matewnck_application_get_name (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the name of <em class="parameter"><code>app</code></em>. Since there is no way to properly find this name,
various suboptimal heuristics are used to find it. GTK+ should probably have
a function to allow applications to set the _NET_WM_NAME property on the
group leader as the application name, and the <a class="ulink" href="http://standards.freedesktop.org/wm-spec/wm-spec-latest.html" target="_top">EWMH</a>
should say that this is where the application name goes.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the name of <em class="parameter"><code>app</code></em>, or a fallback name if no name is available.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-icon-name"></a><h3>matewnck_application_get_icon_name ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> * matewnck_application_get_icon_name (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the icon name of <em class="parameter"><code>app</code></em> (to be used when <em class="parameter"><code>app</code></em> is minimized). Since
there is no way to properly find this name, various suboptimal heuristics
are used to find it.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the icon name of <em class="parameter"><code>app</code></em>, or a fallback icon name if no icon name
is available.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-pid"></a><h3>matewnck_application_get_pid ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span> matewnck_application_get_pid (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the process ID of <em class="parameter"><code>app</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the process ID of <em class="parameter"><code>app</code></em>, or 0 if none is available.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-icon-is-fallback"></a><h3>matewnck_application_get_icon_is_fallback ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> matewnck_application_get_icon_is_fallback
(<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets whether a default fallback icon is used for <em class="parameter"><code>app</code></em> (because none
was set on <em class="parameter"><code>app</code></em>).
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon for <em class="parameter"><code>app</code></em> is a fallback, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-icon"></a><h3>matewnck_application_get_icon ()</h3>
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> * matewnck_application_get_icon (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the icon to be used for <em class="parameter"><code>app</code></em>. If no icon is set for <em class="parameter"><code>app</code></em>, a
suboptimal heuristic is used to find an appropriate icon. If no icon was
found, a fallback icon is used.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the icon for <em class="parameter"><code>app</code></em>. The caller should reference the returned
<code class="classname">GdkPixbuf</code> if it needs to keep the icon around.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-mini-icon"></a><h3>matewnck_application_get_mini_icon ()</h3>
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> * matewnck_application_get_mini_icon (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the mini-icon to be used for <em class="parameter"><code>app</code></em>. If no mini-icon is set for <em class="parameter"><code>app</code></em>,
a suboptimal heuristic is used to find an appropriate icon. If no mini-icon
was found, a fallback mini-icon is used.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the mini-icon for <em class="parameter"><code>app</code></em>. The caller should reference the
returned <code class="classname">GdkPixbuf</code> if it needs to keep the mini-icon
around.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-startup-id"></a><h3>matewnck_application_get_startup_id ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> * matewnck_application_get_startup_id (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the startup sequence ID used for startup notification of <em class="parameter"><code>app</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the startup sequence ID used for startup notification of <em class="parameter"><code>app</code></em>,
or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is available.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.2</p>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-windows"></a><h3>matewnck_application_get_windows ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * matewnck_application_get_windows (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the list of <a class="link" href="MatewnckWindow.html" title="MatewnckWindow"><span class="type">MatewnckWindow</span></a> belonging to <em class="parameter"><code>app</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the list of
<a class="link" href="MatewnckWindow.html" title="MatewnckWindow"><span class="type">MatewnckWindow</span></a> belonging to <em class="parameter"><code>app</code></em>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the application contains no
window. The list should not be modified nor freed, as it is owned by <em class="parameter"><code>app</code></em>. <span class="annotation">[<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> MatewnckWindow][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="matewnck-application-get-n-windows"></a><h3>matewnck_application_get_n_windows ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span> matewnck_application_get_n_windows (<em class="parameter"><code><a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app</code></em>);</pre>
<p>
Gets the number of <a class="link" href="MatewnckWindow.html" title="MatewnckWindow"><span class="type">MatewnckWindow</span></a> belonging to <em class="parameter"><code>app</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>a <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the number of <a class="link" href="MatewnckWindow.html" title="MatewnckWindow"><span class="type">MatewnckWindow</span></a> belonging to <em class="parameter"><code>app</code></em>.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
<a name="MatewnckApplication.signal-details"></a><h2>Signal Details</h2>
<div class="refsect2">
<a name="MatewnckApplication-icon-changed"></a><h3>The <code class="literal">"icon-changed"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app,
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
Emitted when the icon of <em class="parameter"><code>app</code></em> changes.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>the <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> which emitted the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="MatewnckApplication-name-changed"></a><h3>The <code class="literal">"name-changed"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> *app,
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
Emitted when the name of <em class="parameter"><code>app</code></em> changes.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>app</code></em> :</span></p></td>
<td>the <a class="link" href="MatewnckApplication.html" title="MatewnckApplication"><span class="type">MatewnckApplication</span></a> which emitted the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
<a name="MatewnckApplication.see-also"></a><h2>See Also</h2>
matewnck_window_get_application()
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.19</div>
</body>
</html>
|