This file is indexed.

/usr/share/gtk-doc/html/liboobs/OobsSession.html is in liboobs-1-dev 3.0.0-1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OobsSession</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Liboobs (System configuration management) Reference Manual">
<link rel="up" href="ch01.html" title="Common API">
<link rel="prev" href="ch01.html" title="Common API">
<link rel="next" href="OobsObject.html" title="OobsObject">
<meta name="generator" content="GTK-Doc V1.18 (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="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.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">Liboobs (System configuration management) Reference Manual</th>
<td><a accesskey="n" href="OobsObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#OobsSession.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#OobsSession.description" class="shortcut">Description</a>
                   | 
                  <a href="#OobsSession.object-hierarchy" class="shortcut">Object Hierarchy</a>
                   | 
                  <a href="#OobsSession.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry">
<a name="OobsSession"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="OobsSession.top_of_page"></a>OobsSession</span></h2>
<p>OobsSession — Manager of the connection to the backends</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="OobsSession.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct              <a class="link" href="OobsSession.html#OobsPlatform" title="struct OobsPlatform">OobsPlatform</a>;
struct              <a class="link" href="OobsSession.html#OobsSession-struct" title="struct OobsSession">OobsSession</a>;
struct              <a class="link" href="OobsSession.html#OobsSessionClass" title="struct OobsSessionClass">OobsSessionClass</a>;
<span class="returnvalue">OobsResult</span>          <a class="link" href="OobsSession.html#oobs-session-commit" title="oobs_session_commit ()">oobs_session_commit</a>                 (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>);
<a class="link" href="OobsSession.html" title="OobsSession"><span class="returnvalue">OobsSession</span></a> *       <a class="link" href="OobsSession.html#oobs-session-get" title="oobs_session_get ()">oobs_session_get</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="OobsSession.html#oobs-session-get-authentication-action" title="oobs_session_get_authentication_action ()">oobs_session_get_authentication_action</a>
                                                        (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</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="OobsSession.html#oobs-session-get-connected" title="oobs_session_get_connected ()">oobs_session_get_connected</a>          (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>);
<span class="returnvalue">OobsResult</span>          <a class="link" href="OobsSession.html#oobs-session-get-platform" title="oobs_session_get_platform ()">oobs_session_get_platform</a>           (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **platform</code></em>);
<span class="returnvalue">OobsResult</span>          <a class="link" href="OobsSession.html#oobs-session-get-supported-platforms" title="oobs_session_get_supported_platforms ()">oobs_session_get_supported_platforms</a>
                                                        (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **platforms</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="OobsSession.html#oobs-session-process-requests" title="oobs_session_process_requests ()">oobs_session_process_requests</a>       (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>);
<span class="returnvalue">OobsResult</span>          <a class="link" href="OobsSession.html#oobs-session-set-platform" title="oobs_session_set_platform ()">oobs_session_set_platform</a>           (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>,
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *platform</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="OobsSession.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>
   +----OobsSession
</pre>
</div>
<div class="refsect1">
<a name="OobsSession.properties"></a><h2>Properties</h2>
<pre class="synopsis">
  "<a class="link" href="OobsSession.html#OobsSession--platform" title='The "platform" property'>platform</a>"                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
</pre>
</div>
<div class="refsect1">
<a name="OobsSession.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="OobsSession.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="OobsPlatform"></a><h3>struct OobsPlatform</h3>
<pre class="programlisting">struct OobsPlatform {
  const gchar *id;
  const gchar *name;
  const gchar *version;
  const gchar *codename;
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="OobsSession-struct"></a><h3>struct OobsSession</h3>
<pre class="programlisting">struct OobsSession;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="OobsSessionClass"></a><h3>struct OobsSessionClass</h3>
<pre class="programlisting">struct OobsSessionClass {
  GObjectClass parent_class;

  void (*_oobs_padding1) (void);
  void (*_oobs_padding2) (void);
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-commit"></a><h3>oobs_session_commit ()</h3>
<pre class="programlisting"><span class="returnvalue">OobsResult</span>          oobs_session_commit                 (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>);</pre>
<p>
Commits inmediately all the changes to the configuration
objects that have been requested through this <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a>.
Note that it will stop if it finds any error.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>an <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>An <span class="type">OobsResult</span> representing the error.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-get"></a><h3>oobs_session_get ()</h3>
<pre class="programlisting"><a class="link" href="OobsSession.html" title="OobsSession"><span class="returnvalue">OobsSession</span></a> *       oobs_session_get                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Returns the <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> singleton, which represents
the session with the system tools backends.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the singleton <span class="type">OobSession</span> object.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-get-authentication-action"></a><h3>oobs_session_get_authentication_action ()</h3>
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       oobs_session_get_authentication_action
                                                        (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>);</pre>
<p>
Returns the PolicyKit action the user has to be authenticated to in order to
commit changes to configuration objects in this session. If the user has not
the required permissions, any attempt to commit will return <span class="type">OOBS_RESULT_ACCESS_DENIED</span>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>An <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>string defining the PolicyKit action
required to modify objects in the session.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-get-connected"></a><h3>oobs_session_get_connected ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            oobs_session_get_connected          (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>);</pre>
<p>
Returns whether the connection with the backends is established.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>An <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</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"><span class="type">TRUE</span></a> if there's connection with the backends.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-get-platform"></a><h3>oobs_session_get_platform ()</h3>
<pre class="programlisting"><span class="returnvalue">OobsResult</span>          oobs_session_get_platform           (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **platform</code></em>);</pre>
<p>
Retrieves the platform your system has been identified with, or
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> in case your platform is not recognized or other error happens.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>An <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>platform</code></em> :</span></p></td>
<td>location to store the current platform, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>. This
string is of internal use, and must not be freed or modified.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>An <span class="type">OobsResult</span> representing the error.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-get-supported-platforms"></a><h3>oobs_session_get_supported_platforms ()</h3>
<pre class="programlisting"><span class="returnvalue">OobsResult</span>          oobs_session_get_supported_platforms
                                                        (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>,
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **platforms</code></em>);</pre>
<p>
Retrieves the list of supported platforms, this is only necessary when
 + <a class="link" href="OobsSession.html#oobs-session-get-platform" title="oobs_session_get_platform ()"><code class="function">oobs_session_get_platform()</code></a> has returned <span class="type">OOBS_RESULT_NO_PLATFORM</span>. To
specify a platform, you must use <a class="link" href="OobsSession.html#oobs-session-set-platform" title="oobs_session_set_platform ()"><code class="function">oobs_session_set_platform()</code></a>, being
the platform string in that function the platform-&gt;id value inside
the <a class="link" href="OobsSession.html#OobsPlatform" title="struct OobsPlatform"><span class="type">OobsPlatform</span></a> struct.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>An <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>platforms</code></em> :</span></p></td>
<td>return location for the list of platforms. It's a
<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="OobsSession.html#OobsPlatform" title="struct OobsPlatform"><span class="type">OobsPlatform</span></a> structs. You must free
this list with <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>An <span class="type">OobsResult</span> representing the error.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-process-requests"></a><h3>oobs_session_process_requests ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                oobs_session_process_requests       (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>);</pre>
<p>
Blocks until all pending asynchronous requests have been processed.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>An <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="oobs-session-set-platform"></a><h3>oobs_session_set_platform ()</h3>
<pre class="programlisting"><span class="returnvalue">OobsResult</span>          oobs_session_set_platform           (<em class="parameter"><code><a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a> *session</code></em>,
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *platform</code></em>);</pre>
<p>
Identifies your platform as the one set in <em class="parameter"><code>platform</code></em>. This is only necessary if
your platform could not be guessed (and thus <a class="link" href="OobsSession.html#oobs-session-get-platform" title="oobs_session_get_platform ()"><code class="function">oobs_session_get_platform()</code></a> would
return <span class="type">OOBS_RESULT_NO_PLATFORM</span> in this case).
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>An <a class="link" href="OobsSession.html" title="OobsSession"><span class="type">OobsSession</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>platform</code></em> :</span></p></td>
<td>A string defining the platform. see
<code class="function">oobs_session_get_platforms_list()</code> to know where to get this string.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>An <span class="type">OobsResult</span> representing the error.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
<a name="OobsSession.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="OobsSession--platform"></a><h3>The <code class="literal">"platform"</code> property</h3>
<pre class="programlisting">  "platform"                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
<p>Name of the platform the session is running on.</p>
<p>Default value: NULL</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>