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 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>glibmm: Gio::SimplePermission Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">glibmm
 <span id="projectnumber">2.42.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceGio.html">Gio</a></li><li class="navelem"><a class="el" href="classGio_1_1SimplePermission.html">SimplePermission</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="#related">Related Functions</a> |
<a href="classGio_1_1SimplePermission-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Gio::SimplePermission Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>A <a class="el" href="classGio_1_1Permission.html" title="An object representing the permission to perform a certain action. ">Permission</a> that doesn't change value.
<a href="classGio_1_1SimplePermission.html#details">More...</a></p>
<p><code>#include <giomm/simplepermission.h></code></p>
<div class="dynheader">
Inheritance diagram for Gio::SimplePermission:</div>
<div class="dyncontent">
<div class="center"><img src="classGio_1_1SimplePermission__inherit__graph.png" border="0" usemap="#Gio_1_1SimplePermission_inherit__map" alt="Inheritance graph"/></div>
<map name="Gio_1_1SimplePermission_inherit__map" id="Gio_1_1SimplePermission_inherit__map">
<area shape="rect" id="node2" href="classGio_1_1Permission.html" title="An object representing the permission to perform a certain action. " alt="" coords="26,229,147,256"/><area shape="rect" id="node3" href="classGlib_1_1Object.html" title="Glib::Object" alt="" coords="39,155,133,181"/><area shape="rect" id="node4" href="classGlib_1_1ObjectBase.html" title="Glib::ObjectBase is a common base class for Objects and Interfaces. " alt="" coords="23,80,149,107"/><area shape="rect" id="node5" doxygen="/opt/gnome/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/structsigc_1_1trackable.html" title="sigc::trackable" alt="" coords="29,5,144,32"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a98f8c7ede1d503bf1aed7d08f2303e16"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#a98f8c7ede1d503bf1aed7d08f2303e16">~SimplePermission</a> ()</td></tr>
<tr class="separator:a98f8c7ede1d503bf1aed7d08f2303e16"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a930619561631b2af5554a21c860f15f7"><td class="memItemLeft" align="right" valign="top">GSimplePermission* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#a930619561631b2af5554a21c860f15f7">gobj</a> ()</td></tr>
<tr class="memdesc:a930619561631b2af5554a21c860f15f7"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a930619561631b2af5554a21c860f15f7">More...</a><br /></td></tr>
<tr class="separator:a930619561631b2af5554a21c860f15f7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a26b121e3c349f33ae4283462fe04b76f"><td class="memItemLeft" align="right" valign="top">const GSimplePermission* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#a26b121e3c349f33ae4283462fe04b76f">gobj</a> () const </td></tr>
<tr class="memdesc:a26b121e3c349f33ae4283462fe04b76f"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a26b121e3c349f33ae4283462fe04b76f">More...</a><br /></td></tr>
<tr class="separator:a26b121e3c349f33ae4283462fe04b76f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad74d63f44d31e62825e64cd2ffa894bf"><td class="memItemLeft" align="right" valign="top">GSimplePermission* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#ad74d63f44d31e62825e64cd2ffa894bf">gobj_copy</a> ()</td></tr>
<tr class="memdesc:ad74d63f44d31e62825e64cd2ffa894bf"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. <a href="#ad74d63f44d31e62825e64cd2ffa894bf">More...</a><br /></td></tr>
<tr class="separator:ad74d63f44d31e62825e64cd2ffa894bf"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classGio_1_1Permission"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classGio_1_1Permission')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classGio_1_1Permission.html">Gio::Permission</a></td></tr>
<tr class="memitem:aed4caa916dd23a64a4518dfd73172c2f inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#aed4caa916dd23a64a4518dfd73172c2f">~Permission</a> ()</td></tr>
<tr class="separator:aed4caa916dd23a64a4518dfd73172c2f inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72b22a9597f996acae104c45fc960fbe inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">GPermission* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a72b22a9597f996acae104c45fc960fbe">gobj</a> ()</td></tr>
<tr class="memdesc:a72b22a9597f996acae104c45fc960fbe inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a72b22a9597f996acae104c45fc960fbe">More...</a><br /></td></tr>
<tr class="separator:a72b22a9597f996acae104c45fc960fbe inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a44d5d50c2eb1ce82004c31da33187759 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">const GPermission* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a44d5d50c2eb1ce82004c31da33187759">gobj</a> () const </td></tr>
<tr class="memdesc:a44d5d50c2eb1ce82004c31da33187759 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a44d5d50c2eb1ce82004c31da33187759">More...</a><br /></td></tr>
<tr class="separator:a44d5d50c2eb1ce82004c31da33187759 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad239c70d1607f419e489687459d73ae3 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">GPermission* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#ad239c70d1607f419e489687459d73ae3">gobj_copy</a> ()</td></tr>
<tr class="memdesc:ad239c70d1607f419e489687459d73ae3 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. <a href="#ad239c70d1607f419e489687459d73ae3">More...</a><br /></td></tr>
<tr class="separator:ad239c70d1607f419e489687459d73ae3 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8e35502ce7f195aeb4b99ef03efc3d65 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a8e35502ce7f195aeb4b99ef03efc3d65">acquire</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="memdesc:a8e35502ce7f195aeb4b99ef03efc3d65 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Attempts to acquire the permission represented by <em>permission</em>. <a href="#a8e35502ce7f195aeb4b99ef03efc3d65">More...</a><br /></td></tr>
<tr class="separator:a8e35502ce7f195aeb4b99ef03efc3d65 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8da11eaad605de8d5fdf270b60d078ca inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a8da11eaad605de8d5fdf270b60d078ca">acquire</a> ()</td></tr>
<tr class="memdesc:a8da11eaad605de8d5fdf270b60d078ca inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="classGio_1_1Permission.html#a8da11eaad605de8d5fdf270b60d078ca" title="A acquire() convenience overload. ">acquire()</a> convenience overload. <a href="#a8da11eaad605de8d5fdf270b60d078ca">More...</a><br /></td></tr>
<tr class="separator:a8da11eaad605de8d5fdf270b60d078ca inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae9bc42624e44c068bfba8eea912d1be9 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#ae9bc42624e44c068bfba8eea912d1be9">acquire_async</a> (const <a class="el" href="namespaceGio.html#aecaa02709f9ab83fa2b36d2571665cbe">SlotAsyncReady</a>& slot, const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="memdesc:ae9bc42624e44c068bfba8eea912d1be9 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Attempts to acquire the permission represented by <em>permission</em>. <a href="#ae9bc42624e44c068bfba8eea912d1be9">More...</a><br /></td></tr>
<tr class="separator:ae9bc42624e44c068bfba8eea912d1be9 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af79bc628f37df342f95402fb2c0e329e inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#af79bc628f37df342f95402fb2c0e329e">acquire_async</a> (const <a class="el" href="namespaceGio.html#aecaa02709f9ab83fa2b36d2571665cbe">SlotAsyncReady</a>& slot)</td></tr>
<tr class="memdesc:af79bc628f37df342f95402fb2c0e329e inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="classGio_1_1Permission.html#ae9bc42624e44c068bfba8eea912d1be9" title="Attempts to acquire the permission represented by permission. ">acquire_async()</a> convenience overload. <a href="#af79bc628f37df342f95402fb2c0e329e">More...</a><br /></td></tr>
<tr class="separator:af79bc628f37df342f95402fb2c0e329e inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a54b25597c86a6547e1d97d2897fd5486 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a54b25597c86a6547e1d97d2897fd5486">acquire_finish</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1AsyncResult.html">AsyncResult</a> >& result)</td></tr>
<tr class="memdesc:a54b25597c86a6547e1d97d2897fd5486 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Collects the result of attempting to acquire the permission represented by <em>permission</em>. <a href="#a54b25597c86a6547e1d97d2897fd5486">More...</a><br /></td></tr>
<tr class="separator:a54b25597c86a6547e1d97d2897fd5486 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a96bed2605f66e5d41c7f431fa29577bc inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a96bed2605f66e5d41c7f431fa29577bc">release</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="memdesc:a96bed2605f66e5d41c7f431fa29577bc inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Attempts to release the permission represented by <em>permission</em>. <a href="#a96bed2605f66e5d41c7f431fa29577bc">More...</a><br /></td></tr>
<tr class="separator:a96bed2605f66e5d41c7f431fa29577bc inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a599d0f206642b07ccf333d5e5bab8341 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a599d0f206642b07ccf333d5e5bab8341">release</a> ()</td></tr>
<tr class="memdesc:a599d0f206642b07ccf333d5e5bab8341 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="classGio_1_1Permission.html#a599d0f206642b07ccf333d5e5bab8341" title="A release() convenience overload. ">release()</a> convenience overload. <a href="#a599d0f206642b07ccf333d5e5bab8341">More...</a><br /></td></tr>
<tr class="separator:a599d0f206642b07ccf333d5e5bab8341 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae24e9bdf0c514d677ff72b82ecec3bf6 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#ae24e9bdf0c514d677ff72b82ecec3bf6">release_async</a> (const <a class="el" href="namespaceGio.html#aecaa02709f9ab83fa2b36d2571665cbe">SlotAsyncReady</a>& slot, const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="memdesc:ae24e9bdf0c514d677ff72b82ecec3bf6 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Attempts to release the permission represented by <em>permission</em>. <a href="#ae24e9bdf0c514d677ff72b82ecec3bf6">More...</a><br /></td></tr>
<tr class="separator:ae24e9bdf0c514d677ff72b82ecec3bf6 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4e674297df5e6a98b870c2775f94194e inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a4e674297df5e6a98b870c2775f94194e">release_async</a> (const <a class="el" href="namespaceGio.html#aecaa02709f9ab83fa2b36d2571665cbe">SlotAsyncReady</a>& slot)</td></tr>
<tr class="memdesc:a4e674297df5e6a98b870c2775f94194e inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="classGio_1_1Permission.html#ae24e9bdf0c514d677ff72b82ecec3bf6" title="Attempts to release the permission represented by permission. ">release_async()</a> convenience overload. <a href="#a4e674297df5e6a98b870c2775f94194e">More...</a><br /></td></tr>
<tr class="separator:a4e674297df5e6a98b870c2775f94194e inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a41e1344df32fcd99dd5016a6cffa4d5a inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a41e1344df32fcd99dd5016a6cffa4d5a">release_finish</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1AsyncResult.html">AsyncResult</a> >& result)</td></tr>
<tr class="memdesc:a41e1344df32fcd99dd5016a6cffa4d5a inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Collects the result of attempting to release the permission represented by <em>permission</em>. <a href="#a41e1344df32fcd99dd5016a6cffa4d5a">More...</a><br /></td></tr>
<tr class="separator:a41e1344df32fcd99dd5016a6cffa4d5a inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3a1efc3f79f6e6a425f7cd63c53e69b4 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a3a1efc3f79f6e6a425f7cd63c53e69b4">get_allowed</a> () const </td></tr>
<tr class="memdesc:a3a1efc3f79f6e6a425f7cd63c53e69b4 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Gets the value of the 'allowed' property. <a href="#a3a1efc3f79f6e6a425f7cd63c53e69b4">More...</a><br /></td></tr>
<tr class="separator:a3a1efc3f79f6e6a425f7cd63c53e69b4 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae4fa3c8eefd372fd7d333dde2669b6ee inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#ae4fa3c8eefd372fd7d333dde2669b6ee">get_can_acquire</a> () const </td></tr>
<tr class="memdesc:ae4fa3c8eefd372fd7d333dde2669b6ee inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Gets the value of the 'can-acquire' property. <a href="#ae4fa3c8eefd372fd7d333dde2669b6ee">More...</a><br /></td></tr>
<tr class="separator:ae4fa3c8eefd372fd7d333dde2669b6ee inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a77f8a1fe9d245e2096b3ccd23ba33dc5 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a77f8a1fe9d245e2096b3ccd23ba33dc5">get_can_release</a> () const </td></tr>
<tr class="memdesc:a77f8a1fe9d245e2096b3ccd23ba33dc5 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Gets the value of the 'can-release' property. <a href="#a77f8a1fe9d245e2096b3ccd23ba33dc5">More...</a><br /></td></tr>
<tr class="separator:a77f8a1fe9d245e2096b3ccd23ba33dc5 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab5f57e795dab93ef7f2013b28ef72026 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak" />
< bool > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#ab5f57e795dab93ef7f2013b28ef72026">property_allowed</a> () const </td></tr>
<tr class="memdesc:ab5f57e795dab93ef7f2013b28ef72026 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">If the caller is allowed to perform the action. <a href="#ab5f57e795dab93ef7f2013b28ef72026">More...</a><br /></td></tr>
<tr class="separator:ab5f57e795dab93ef7f2013b28ef72026 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a49fcdb8614d748ec795afc6be78e9e94 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak" />
< bool > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a49fcdb8614d748ec795afc6be78e9e94">property_can_acquire</a> () const </td></tr>
<tr class="memdesc:a49fcdb8614d748ec795afc6be78e9e94 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">If calling g_permission_acquire() makes sense. <a href="#a49fcdb8614d748ec795afc6be78e9e94">More...</a><br /></td></tr>
<tr class="separator:a49fcdb8614d748ec795afc6be78e9e94 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab46d1c1f8ce5a035b219cf5dd8119eb2 inherit pub_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak" />
< bool > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#ab46d1c1f8ce5a035b219cf5dd8119eb2">property_can_release</a> () const </td></tr>
<tr class="memdesc:ab46d1c1f8ce5a035b219cf5dd8119eb2 inherit pub_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">If calling g_permission_release() makes sense. <a href="#ab46d1c1f8ce5a035b219cf5dd8119eb2">More...</a><br /></td></tr>
<tr class="separator:ab46d1c1f8ce5a035b219cf5dd8119eb2 inherit pub_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classGlib_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classGlib_1_1Object')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classGlib_1_1Object.html">Glib::Object</a></td></tr>
<tr class="memitem:a0e6581bcbcc6197cca07df24bb91c492 inherit pub_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top">void* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#a0e6581bcbcc6197cca07df24bb91c492">get_data</a> (const <a class="el" href="classGlib_1_1QueryQuark.html">QueryQuark</a>& key)</td></tr>
<tr class="separator:a0e6581bcbcc6197cca07df24bb91c492 inherit pub_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afff7a375a862f3f899daaa99710122fa inherit pub_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#afff7a375a862f3f899daaa99710122fa">set_data</a> (const <a class="el" href="classGlib_1_1Quark.html">Quark</a>& key, void* data)</td></tr>
<tr class="separator:afff7a375a862f3f899daaa99710122fa inherit pub_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1febe3bae2dd71756e98e523cd33c1b4 inherit pub_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#a1febe3bae2dd71756e98e523cd33c1b4">set_data</a> (const <a class="el" href="classGlib_1_1Quark.html">Quark</a>& key, void* data, <a class="el" href="classGlib_1_1Object.html#a1d8d9f3c19b59eda96c40beca8d520e0">DestroyNotify</a> notify)</td></tr>
<tr class="separator:a1febe3bae2dd71756e98e523cd33c1b4 inherit pub_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aada5b50844bda7ee02bed0ae2a715c00 inherit pub_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#aada5b50844bda7ee02bed0ae2a715c00">remove_data</a> (const <a class="el" href="classGlib_1_1QueryQuark.html">QueryQuark</a>& quark)</td></tr>
<tr class="separator:aada5b50844bda7ee02bed0ae2a715c00 inherit pub_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab454f71bd74403b0cc46d3cbbedd6b0e inherit pub_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top">void* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#ab454f71bd74403b0cc46d3cbbedd6b0e">steal_data</a> (const <a class="el" href="classGlib_1_1QueryQuark.html">QueryQuark</a>& quark)</td></tr>
<tr class="separator:ab454f71bd74403b0cc46d3cbbedd6b0e inherit pub_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classGlib_1_1ObjectBase"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classGlib_1_1ObjectBase')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td></tr>
<tr class="memitem:aab599d3eec4b4a9ddc95ccdc6100053d inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#aab599d3eec4b4a9ddc95ccdc6100053d">set_property_value</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>& property_name, const <a class="el" href="classGlib_1_1ValueBase.html">Glib::ValueBase</a>& value)</td></tr>
<tr class="memdesc:aab599d3eec4b4a9ddc95ccdc6100053d inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">You probably want to use a specific property_*() accessor method instead. <a href="#aab599d3eec4b4a9ddc95ccdc6100053d">More...</a><br /></td></tr>
<tr class="separator:aab599d3eec4b4a9ddc95ccdc6100053d inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e30750441b92f0246c9d4ece95fc8a0 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a5e30750441b92f0246c9d4ece95fc8a0">get_property_value</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>& property_name, <a class="el" href="classGlib_1_1ValueBase.html">Glib::ValueBase</a>& value) const </td></tr>
<tr class="memdesc:a5e30750441b92f0246c9d4ece95fc8a0 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">You probably want to use a specific property_*() accessor method instead. <a href="#a5e30750441b92f0246c9d4ece95fc8a0">More...</a><br /></td></tr>
<tr class="separator:a5e30750441b92f0246c9d4ece95fc8a0 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad37844f7ea2c0091a22d011e04c48820 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memTemplParams" colspan="2">template<class PropertyType > </td></tr>
<tr class="memitem:ad37844f7ea2c0091a22d011e04c48820 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#ad37844f7ea2c0091a22d011e04c48820">set_property</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>& property_name, const PropertyType& value)</td></tr>
<tr class="memdesc:ad37844f7ea2c0091a22d011e04c48820 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">You probably want to use a specific property_*() accessor method instead. <a href="#ad37844f7ea2c0091a22d011e04c48820">More...</a><br /></td></tr>
<tr class="separator:ad37844f7ea2c0091a22d011e04c48820 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f894c9c36ad391fdc85552af67a8530 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memTemplParams" colspan="2">template<class PropertyType > </td></tr>
<tr class="memitem:a5f894c9c36ad391fdc85552af67a8530 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a5f894c9c36ad391fdc85552af67a8530">get_property</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>& property_name, PropertyType& value) const </td></tr>
<tr class="memdesc:a5f894c9c36ad391fdc85552af67a8530 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">You probably want to use a specific property_*() accessor method instead. <a href="#a5f894c9c36ad391fdc85552af67a8530">More...</a><br /></td></tr>
<tr class="separator:a5f894c9c36ad391fdc85552af67a8530 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adc6c1e8f094275114d6e2c3ef3a33f98 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#adc6c1e8f094275114d6e2c3ef3a33f98">connect_property_changed</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>& property_name, const <a class="elRef" doxygen="/opt/gnome/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/classsigc_1_1slot.html">sigc::slot</a>< void >& slot)</td></tr>
<tr class="memdesc:adc6c1e8f094275114d6e2c3ef3a33f98 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">You can use the signal_changed() signal of the property proxy instead, but this is necessary when using the reduced API. <a href="#adc6c1e8f094275114d6e2c3ef3a33f98">More...</a><br /></td></tr>
<tr class="separator:adc6c1e8f094275114d6e2c3ef3a33f98 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a896d7773c00bd2dcd310c861282ee8d1 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="/opt/gnome/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/structsigc_1_1connection.html">sigc::connection</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a896d7773c00bd2dcd310c861282ee8d1">connect_property_changed_with_return</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>& property_name, const <a class="elRef" doxygen="/opt/gnome/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/classsigc_1_1slot.html">sigc::slot</a>< void >& slot)</td></tr>
<tr class="memdesc:a896d7773c00bd2dcd310c861282ee8d1 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">You can use the signal_changed() signal of the property proxy instead, but this is necessary when using the reduced API. <a href="#a896d7773c00bd2dcd310c861282ee8d1">More...</a><br /></td></tr>
<tr class="separator:a896d7773c00bd2dcd310c861282ee8d1 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6e9e13b75f116c20212d318204ce8ea3 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a6e9e13b75f116c20212d318204ce8ea3">freeze_notify</a> ()</td></tr>
<tr class="memdesc:a6e9e13b75f116c20212d318204ce8ea3 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">Increases the freeze count on object. <a href="#a6e9e13b75f116c20212d318204ce8ea3">More...</a><br /></td></tr>
<tr class="separator:a6e9e13b75f116c20212d318204ce8ea3 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1bd8ea7bd8c4084ade6b3c27dddf06a4 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a1bd8ea7bd8c4084ade6b3c27dddf06a4">thaw_notify</a> ()</td></tr>
<tr class="memdesc:a1bd8ea7bd8c4084ade6b3c27dddf06a4 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">Reverts the effect of a previous call to <a class="el" href="classGlib_1_1ObjectBase.html#a6e9e13b75f116c20212d318204ce8ea3" title="Increases the freeze count on object. ">freeze_notify()</a>. <a href="#a1bd8ea7bd8c4084ade6b3c27dddf06a4">More...</a><br /></td></tr>
<tr class="separator:a1bd8ea7bd8c4084ade6b3c27dddf06a4 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a896a8a5db20043ea82956e3ef4b9c4ae inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a896a8a5db20043ea82956e3ef4b9c4ae">reference</a> () const </td></tr>
<tr class="memdesc:a896a8a5db20043ea82956e3ef4b9c4ae inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">Increment the reference count for this object. <a href="#a896a8a5db20043ea82956e3ef4b9c4ae">More...</a><br /></td></tr>
<tr class="separator:a896a8a5db20043ea82956e3ef4b9c4ae inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3234b8ffb2a35b927e2978c8f3bfbfe3 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a3234b8ffb2a35b927e2978c8f3bfbfe3">unreference</a> () const </td></tr>
<tr class="memdesc:a3234b8ffb2a35b927e2978c8f3bfbfe3 inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">Decrement the reference count for this object. <a href="#a3234b8ffb2a35b927e2978c8f3bfbfe3">More...</a><br /></td></tr>
<tr class="separator:a3234b8ffb2a35b927e2978c8f3bfbfe3 inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4c6efc18be8cb9c56e58fc0bd20fafbe inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">GObject* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a4c6efc18be8cb9c56e58fc0bd20fafbe">gobj</a> ()</td></tr>
<tr class="memdesc:a4c6efc18be8cb9c56e58fc0bd20fafbe inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a4c6efc18be8cb9c56e58fc0bd20fafbe">More...</a><br /></td></tr>
<tr class="separator:a4c6efc18be8cb9c56e58fc0bd20fafbe inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a778a94181132976bbfb0519793f3b32e inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">const GObject* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a778a94181132976bbfb0519793f3b32e">gobj</a> () const </td></tr>
<tr class="memdesc:a778a94181132976bbfb0519793f3b32e inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a778a94181132976bbfb0519793f3b32e">More...</a><br /></td></tr>
<tr class="separator:a778a94181132976bbfb0519793f3b32e inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9b2a5eb93102f1849e5419016e22a15f inherit pub_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">GObject* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a9b2a5eb93102f1849e5419016e22a15f">gobj_copy</a> () const </td></tr>
<tr class="memdesc:a9b2a5eb93102f1849e5419016e22a15f inherit pub_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">Give a ref-ed copy to someone. Use for direct struct access. <a href="#a9b2a5eb93102f1849e5419016e22a15f">More...</a><br /></td></tr>
<tr class="separator:a9b2a5eb93102f1849e5419016e22a15f inherit pub_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:aedcb5578a1effa4b995ce34270a297af"><td class="memItemLeft" align="right" valign="top">static GType </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#aedcb5578a1effa4b995ce34270a297af">get_type</a> ()</td></tr>
<tr class="memdesc:aedcb5578a1effa4b995ce34270a297af"><td class="mdescLeft"> </td><td class="mdescRight">Get the GType for this class, for use with the underlying GObject type system. <a href="#aedcb5578a1effa4b995ce34270a297af">More...</a><br /></td></tr>
<tr class="separator:aedcb5578a1effa4b995ce34270a297af"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6c859f97ff152c1149af149b892885c6"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a><br class="typebreak" />
< <a class="el" href="classGio_1_1SimplePermission.html">SimplePermission</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#a6c859f97ff152c1149af149b892885c6">create</a> (bool allowed)</td></tr>
<tr class="separator:a6c859f97ff152c1149af149b892885c6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classGio_1_1Permission"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classGio_1_1Permission')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classGio_1_1Permission.html">Gio::Permission</a></td></tr>
<tr class="memitem:adaa1953c0d4e3d834298ea3167650af7 inherit pub_static_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">static GType </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#adaa1953c0d4e3d834298ea3167650af7">get_type</a> ()</td></tr>
<tr class="memdesc:adaa1953c0d4e3d834298ea3167650af7 inherit pub_static_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">Get the GType for this class, for use with the underlying GObject type system. <a href="#adaa1953c0d4e3d834298ea3167650af7">More...</a><br /></td></tr>
<tr class="separator:adaa1953c0d4e3d834298ea3167650af7 inherit pub_static_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:ab19fd348ec9ff7053c1c1a5fa7b4547a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#ab19fd348ec9ff7053c1c1a5fa7b4547a">SimplePermission</a> (bool allowed)</td></tr>
<tr class="separator:ab19fd348ec9ff7053c1c1a5fa7b4547a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_classGio_1_1Permission"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classGio_1_1Permission')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="classGio_1_1Permission.html">Gio::Permission</a></td></tr>
<tr class="memitem:a126fefae82951abd327a018c1d3d9a3f inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a126fefae82951abd327a018c1d3d9a3f">Permission</a> ()</td></tr>
<tr class="separator:a126fefae82951abd327a018c1d3d9a3f inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8da9eda76aa0f09898da4de266916838 inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a8da9eda76aa0f09898da4de266916838">acquire_vfunc</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="separator:a8da9eda76aa0f09898da4de266916838 inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec8dd7c14e5d2325447acfa049103ece inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#aec8dd7c14e5d2325447acfa049103ece">acquire_async_vfunc</a> (const <a class="el" href="namespaceGio.html#aecaa02709f9ab83fa2b36d2571665cbe">SlotAsyncReady</a>& slot, const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="separator:aec8dd7c14e5d2325447acfa049103ece inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a98e548265374c412ff6d1e444b924bd8 inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a98e548265374c412ff6d1e444b924bd8">acquire_finish_vfunc</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1AsyncResult.html">AsyncResult</a> >& result)</td></tr>
<tr class="separator:a98e548265374c412ff6d1e444b924bd8 inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7f5007d8988dcae7d76f7ac58d41b123 inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a7f5007d8988dcae7d76f7ac58d41b123">release_vfunc</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="separator:a7f5007d8988dcae7d76f7ac58d41b123 inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1d576f21fd34723fbdf149fd85cff9ac inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a1d576f21fd34723fbdf149fd85cff9ac">release_async_vfunc</a> (const <a class="el" href="namespaceGio.html#aecaa02709f9ab83fa2b36d2571665cbe">SlotAsyncReady</a>& slot, const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Cancellable.html">Cancellable</a> >& cancellable)</td></tr>
<tr class="separator:a1d576f21fd34723fbdf149fd85cff9ac inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a99cfd16c95626967c29db4351cafa73f inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a99cfd16c95626967c29db4351cafa73f">release_finish_vfunc</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1AsyncResult.html">AsyncResult</a> >& result)</td></tr>
<tr class="separator:a99cfd16c95626967c29db4351cafa73f inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4ee6a6cff3d2fcdb548235d0848e2a7e inherit pro_methods_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#a4ee6a6cff3d2fcdb548235d0848e2a7e">impl_update</a> (bool allowed, bool can_acquire, bool can_release)</td></tr>
<tr class="memdesc:a4ee6a6cff3d2fcdb548235d0848e2a7e inherit pro_methods_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">This function is called by the <a class="el" href="classGio_1_1Permission.html" title="An object representing the permission to perform a certain action. ">Permission</a> implementation to update the properties of the permission. <a href="#a4ee6a6cff3d2fcdb548235d0848e2a7e">More...</a><br /></td></tr>
<tr class="separator:a4ee6a6cff3d2fcdb548235d0848e2a7e inherit pro_methods_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_classGlib_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classGlib_1_1Object')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="classGlib_1_1Object.html">Glib::Object</a></td></tr>
<tr class="memitem:ad43f7c5ad0336e1eb3af622392a112eb inherit pro_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#ad43f7c5ad0336e1eb3af622392a112eb">Object</a> ()</td></tr>
<tr class="separator:ad43f7c5ad0336e1eb3af622392a112eb inherit pro_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6d72588496bd7ac03f72420021fb94a5 inherit pro_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#a6d72588496bd7ac03f72420021fb94a5">Object</a> (const Glib::ConstructParams& construct_params)</td></tr>
<tr class="separator:a6d72588496bd7ac03f72420021fb94a5 inherit pro_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6f490eeaeb71db673c36799a0f729be5 inherit pro_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#a6f490eeaeb71db673c36799a0f729be5">Object</a> (GObject* castitem)</td></tr>
<tr class="separator:a6f490eeaeb71db673c36799a0f729be5 inherit pro_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5ae4319439a3a03d8f803fb5a27f12df inherit pro_methods_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#a5ae4319439a3a03d8f803fb5a27f12df">~Object</a> ()</td></tr>
<tr class="separator:a5ae4319439a3a03d8f803fb5a27f12df inherit pro_methods_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_classGlib_1_1ObjectBase"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classGlib_1_1ObjectBase')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="classGlib_1_1ObjectBase.html">Glib::ObjectBase</a></td></tr>
<tr class="memitem:a27d3451d9ca28d6a2f00838d7c56d545 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a27d3451d9ca28d6a2f00838d7c56d545">ObjectBase</a> ()</td></tr>
<tr class="memdesc:a27d3451d9ca28d6a2f00838d7c56d545 inherit pro_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">This default constructor is called implicitly from the constructor of user-derived classes, even if, for instance, Gtk::Button calls a different <a class="el" href="classGlib_1_1ObjectBase.html" title="Glib::ObjectBase is a common base class for Objects and Interfaces. ">ObjectBase</a> constructor. <a href="#a27d3451d9ca28d6a2f00838d7c56d545">More...</a><br /></td></tr>
<tr class="separator:a27d3451d9ca28d6a2f00838d7c56d545 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad4ef18214894c6874579313ab21d1018 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#ad4ef18214894c6874579313ab21d1018">ObjectBase</a> (const char* custom_type_name)</td></tr>
<tr class="memdesc:ad4ef18214894c6874579313ab21d1018 inherit pro_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">A derived constructor always overrides this choice. <a href="#ad4ef18214894c6874579313ab21d1018">More...</a><br /></td></tr>
<tr class="separator:ad4ef18214894c6874579313ab21d1018 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3d59b4d85b0ee72a727e6b2e1b31a2ff inherit pro_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a3d59b4d85b0ee72a727e6b2e1b31a2ff">ObjectBase</a> (const <a class="elRef" doxygen="/opt/gnome/share/mm-common/doctags/libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00947.html">std::type_info</a>& custom_type_info)</td></tr>
<tr class="memdesc:a3d59b4d85b0ee72a727e6b2e1b31a2ff inherit pro_methods_classGlib_1_1ObjectBase"><td class="mdescLeft"> </td><td class="mdescRight">This constructor is a special feature to allow creation of derived types on the fly, without having to use g_object_new() manually. <a href="#a3d59b4d85b0ee72a727e6b2e1b31a2ff">More...</a><br /></td></tr>
<tr class="separator:a3d59b4d85b0ee72a727e6b2e1b31a2ff inherit pro_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a42ac047a06c36c2d9c75f7cffc537dc4 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a42ac047a06c36c2d9c75f7cffc537dc4">~ObjectBase</a> ()=0</td></tr>
<tr class="separator:a42ac047a06c36c2d9c75f7cffc537dc4 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3faafb14c4f0ca60fbf0f5f5c4d549d0 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1ObjectBase.html#a3faafb14c4f0ca60fbf0f5f5c4d549d0">initialize</a> (GObject* castitem)</td></tr>
<tr class="separator:a3faafb14c4f0ca60fbf0f5f5c4d549d0 inherit pro_methods_classGlib_1_1ObjectBase"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="related"></a>
Related Functions</h2></td></tr>
<tr><td class="ititle" colspan="2"><p>(Note that these are not member functions.) </p>
</td></tr>
<tr class="memitem:aed091eaffb81141c8e36875e178722e1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a><br class="typebreak" />
< <a class="el" href="classGio_1_1SimplePermission.html">Gio::SimplePermission</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1SimplePermission.html#aed091eaffb81141c8e36875e178722e1">wrap</a> (GSimplePermission* object, bool take_copy=false)</td></tr>
<tr class="memdesc:aed091eaffb81141c8e36875e178722e1"><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#aed091eaffb81141c8e36875e178722e1">More...</a><br /></td></tr>
<tr class="separator:aed091eaffb81141c8e36875e178722e1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header related_classGio_1_1Permission"><td colspan="2" onclick="javascript:toggleInherit('related_classGio_1_1Permission')"><img src="closed.png" alt="-"/> Related Functions inherited from <a class="el" href="classGio_1_1Permission.html">Gio::Permission</a></td></tr>
<tr class="memitem:ac9e29ddf119ded94357bab5be6247ecb inherit related_classGio_1_1Permission"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1Permission.html">Gio::Permission</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1Permission.html#ac9e29ddf119ded94357bab5be6247ecb">wrap</a> (GPermission* object, bool take_copy=false)</td></tr>
<tr class="memdesc:ac9e29ddf119ded94357bab5be6247ecb inherit related_classGio_1_1Permission"><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#ac9e29ddf119ded94357bab5be6247ecb">More...</a><br /></td></tr>
<tr class="separator:ac9e29ddf119ded94357bab5be6247ecb inherit related_classGio_1_1Permission"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header related_classGlib_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('related_classGlib_1_1Object')"><img src="closed.png" alt="-"/> Related Functions inherited from <a class="el" href="classGlib_1_1Object.html">Glib::Object</a></td></tr>
<tr class="memitem:ae4dea9a8dc611d6e4400a5b6a3cb4e7f inherit related_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGlib_1_1Object.html">Glib::Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#ae4dea9a8dc611d6e4400a5b6a3cb4e7f">wrap</a> (GObject* object, bool take_copy=false)</td></tr>
<tr class="separator:ae4dea9a8dc611d6e4400a5b6a3cb4e7f inherit related_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_classGlib_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classGlib_1_1Object')"><img src="closed.png" alt="-"/> Public Types inherited from <a class="el" href="classGlib_1_1Object.html">Glib::Object</a></td></tr>
<tr class="memitem:a1d8d9f3c19b59eda96c40beca8d520e0 inherit pub_types_classGlib_1_1Object"><td class="memItemLeft" align="right" valign="top">typedef void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Object.html#a1d8d9f3c19b59eda96c40beca8d520e0">DestroyNotify</a> )(gpointer data)</td></tr>
<tr class="separator:a1d8d9f3c19b59eda96c40beca8d520e0 inherit pub_types_classGlib_1_1Object"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A <a class="el" href="classGio_1_1Permission.html" title="An object representing the permission to perform a certain action. ">Permission</a> that doesn't change value. </p>
<p><a class="el" href="classGio_1_1SimplePermission.html" title="A Permission that doesn't change value. ">SimplePermission</a> is a trivial implementation of <a class="el" href="classGio_1_1Permission.html" title="An object representing the permission to perform a certain action. ">Permission</a> that represents a permission that is either always or never allowed. The value is given at construction and doesn't change.</p>
<p>Calling <a class="el" href="classGio_1_1Permission.html#a8da11eaad605de8d5fdf270b60d078ca" title="A acquire() convenience overload. ">Permission::acquire()</a> or <a class="el" href="classGio_1_1Permission.html#a599d0f206642b07ccf333d5e5bab8341" title="A release() convenience overload. ">Permission::release()</a> will result in errors. </p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a98f8c7ede1d503bf1aed7d08f2303e16"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual Gio::SimplePermission::~SimplePermission </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ab19fd348ec9ff7053c1c1a5fa7b4547a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Gio::SimplePermission::SimplePermission </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>allowed</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">explicit</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a6c859f97ff152c1149af149b892885c6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGio_1_1SimplePermission.html">SimplePermission</a>> Gio::SimplePermission::create </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>allowed</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="aedcb5578a1effa4b995ce34270a297af"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static GType Gio::SimplePermission::get_type </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the GType for this class, for use with the underlying GObject type system. </p>
</div>
</div>
<a class="anchor" id="a930619561631b2af5554a21c860f15f7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">GSimplePermission* Gio::SimplePermission::gobj </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Provides access to the underlying C GObject. </p>
</div>
</div>
<a class="anchor" id="a26b121e3c349f33ae4283462fe04b76f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const GSimplePermission* Gio::SimplePermission::gobj </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Provides access to the underlying C GObject. </p>
</div>
</div>
<a class="anchor" id="ad74d63f44d31e62825e64cd2ffa894bf"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GSimplePermission* Gio::SimplePermission::gobj_copy </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. </p>
</div>
</div>
<h2 class="groupheader">Friends And Related Function Documentation</h2>
<a class="anchor" id="aed091eaffb81141c8e36875e178722e1"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGio_1_1SimplePermission.html">Gio::SimplePermission</a> > wrap </td>
<td>(</td>
<td class="paramtype">GSimplePermission * </td>
<td class="paramname"><em>object</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"><em>take_copy</em> = <code>false</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">related</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A <a class="el" href="namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The C instance. </td></tr>
<tr><td class="paramname">take_copy</td><td>False if the result should take ownership of the C instance. True if it should take a new copy or ref. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A C++ instance that wraps this C instance. </dd></dl>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Sep 22 2014 21:38:32 for glibmm by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>
|