~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="permissions.html" title="Permissions">
9
9
<link rel="prev" href="GPermission.html" title="GPermission">
10
10
<link rel="next" href="application.html" title="Application support">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
40
40
<div class="refsynopsisdiv">
41
41
<a name="GSimplePermission.synopsis"></a><h2>Synopsis</h2>
42
42
<pre class="synopsis">                    <a class="link" href="GSimplePermission.html#GSimplePermission-struct" title="GSimplePermission">GSimplePermission</a>;
43
 
<a class="link" href="GPermission.html" title="GPermission"><span class="returnvalue">GPermission</span></a> *       <a class="link" href="GSimplePermission.html#g-simple-permission-new" title="g_simple_permission_new ()">g_simple_permission_new</a>             (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allowed</code></em>);
 
43
<a class="link" href="GPermission.html" title="GPermission"><span class="returnvalue">GPermission</span></a> *       <a class="link" href="GSimplePermission.html#g-simple-permission-new" title="g_simple_permission_new ()">g_simple_permission_new</a>             (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allowed</code></em>);
44
44
</pre>
45
45
</div>
46
46
<div class="refsect1">
47
47
<a name="GSimplePermission.object-hierarchy"></a><h2>Object Hierarchy</h2>
48
48
<pre class="synopsis">
49
 
  <a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
49
  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
50
50
   +----<a class="link" href="GPermission.html" title="GPermission">GPermission</a>
51
51
         +----GSimplePermission
52
52
</pre>
75
75
<hr>
76
76
<div class="refsect2">
77
77
<a name="g-simple-permission-new"></a><h3>g_simple_permission_new ()</h3>
78
 
<pre class="programlisting"><a class="link" href="GPermission.html" title="GPermission"><span class="returnvalue">GPermission</span></a> *       g_simple_permission_new             (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allowed</code></em>);</pre>
 
78
<pre class="programlisting"><a class="link" href="GPermission.html" title="GPermission"><span class="returnvalue">GPermission</span></a> *       g_simple_permission_new             (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allowed</code></em>);</pre>
79
79
<p>
80
80
Creates a new <a class="link" href="GPermission.html" title="GPermission"><span class="type">GPermission</span></a> instance that represents an action that is
81
81
either always or never allowed.
89
89
<tr>
90
90
<td><p><span class="term"><em class="parameter"><code>allowed</code></em> :</span></p></td>
91
91
<td>
92
 
<a href="./../glib/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the action is allowed</td>
 
92
<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the action is allowed</td>
93
93
</tr>
94
94
<tr>
95
95
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
104
104
</div>
105
105
<div class="footer">
106
106
<hr>
107
 
          Generated by GTK-Doc V1.18</div>
 
107
          Generated by GTK-Doc V1.18.1</div>
108
108
</body>
109
109
</html>
 
 
b'\\ No newline at end of file'