~ubuntu-branches/ubuntu/trusty/libzeitgeist/trusty

« back to all changes in this revision

Viewing changes to doc/reference/html/ZeitgeistLog.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-02-24 10:48:37 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224104837-3vwwxn3x6549e5j7
Tags: 0.3.4-0ubuntu1
* New upstream release:
  - Remove libzeitgeist GIO module - zeitgeist-datahub does the same now
    (LP: #724199)
  - Order of subject parameters is wrong in 0.3 series (LP: #718472)
* debian/control, debian/libzeitgeist-gio.install:
  - remove libzeitgeist-gio package
* debian/libzeitgeist-1.0-1.symbols:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="Classes">
9
9
<link rel="prev" href="ZeitgeistEvent.html" title="ZeitgeistEvent">
10
10
<link rel="next" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.16 (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">
30
30
                  <a href="#ZeitgeistLog.properties" class="shortcut">Properties</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" title="ZeitgeistLog">
 
33
<div class="refentry">
34
34
<a name="ZeitgeistLog"></a><div class="titlepage"></div>
35
35
<div class="refnamediv"><table width="100%"><tr>
36
36
<td valign="top">
39
39
</td>
40
40
<td valign="top" align="right"></td>
41
41
</tr></table></div>
42
 
<div class="refsynopsisdiv" title="Synopsis">
 
42
<div class="refsynopsisdiv">
43
43
<a name="ZeitgeistLog.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">
45
45
#include &lt;zeitgeist.h&gt;
46
46
 
47
47
                    <a class="link" href="ZeitgeistLog.html#ZeitgeistLog-struct" title="ZeitgeistLog">ZeitgeistLog</a>;
48
 
                    <a class="link" href="ZeitgeistLog.html#ZeitgeistLogClass" title="ZeitgeistLogClass">ZeitgeistLogClass</a>;
49
 
<a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="returnvalue">ZeitgeistLog</span></a>*       <a class="link" href="ZeitgeistLog.html#zeitgeist-log-new" title="zeitgeist_log_new ()">zeitgeist_log_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
 
48
struct              <a class="link" href="ZeitgeistLog.html#ZeitgeistLogClass" title="struct ZeitgeistLogClass">ZeitgeistLogClass</a>;
 
49
<a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="returnvalue">ZeitgeistLog</span></a> *      <a class="link" href="ZeitgeistLog.html#zeitgeist-log-new" title="zeitgeist_log_new ()">zeitgeist_log_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events" title="zeitgeist_log_insert_events ()">zeitgeist_log_insert_events</a>         (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
51
51
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
52
52
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
66
66
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
67
67
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
68
68
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
69
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a>*             <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()">zeitgeist_log_insert_events_finish</a>  (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
 
69
<a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *            <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()">zeitgeist_log_insert_events_finish</a>  (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
70
70
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
71
71
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
72
72
<span class="returnvalue">void</span>                <a class="link" href="ZeitgeistLog.html#zeitgeist-log-find-events" title="zeitgeist_log_find_events ()">zeitgeist_log_find_events</a>           (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
73
73
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
74
74
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *event_templates</code></em>,
75
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState" title="enum ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
 
75
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
76
76
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> num_events</code></em>,
77
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType" title="enum ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
 
77
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
78
78
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
79
79
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
80
80
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
84
84
<span class="returnvalue">void</span>                <a class="link" href="ZeitgeistLog.html#zeitgeist-log-find-event-ids" title="zeitgeist_log_find_event_ids ()">zeitgeist_log_find_event_ids</a>        (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
85
85
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
86
86
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *event_templates</code></em>,
87
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState" title="enum ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
 
87
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
88
88
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> num_events</code></em>,
89
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType" title="enum ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
 
89
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
90
90
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
91
91
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
92
92
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
93
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a>*             <a class="link" href="ZeitgeistLog.html#zeitgeist-log-find-event-ids-finish" title="zeitgeist_log_find_event_ids_finish ()">zeitgeist_log_find_event_ids_finish</a> (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
 
93
<a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *            <a class="link" href="ZeitgeistLog.html#zeitgeist-log-find-event-ids-finish" title="zeitgeist_log_find_event_ids_finish ()">zeitgeist_log_find_event_ids_finish</a> (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
94
94
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
95
95
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
96
96
<span class="returnvalue">void</span>                <a class="link" href="ZeitgeistLog.html#zeitgeist-log-get-events" title="zeitgeist_log_get_events ()">zeitgeist_log_get_events</a>            (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
105
105
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
106
106
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *event_templates</code></em>,
107
107
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *result_event_templates</code></em>,
108
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState" title="enum ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
 
108
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
109
109
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> num_events</code></em>,
110
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType" title="enum ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
 
110
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
111
111
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
112
112
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
113
113
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
114
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>**             <a class="link" href="ZeitgeistLog.html#zeitgeist-log-find-related-uris-finish" title="zeitgeist_log_find_related_uris_finish ()">zeitgeist_log_find_related_uris_finish</a>
 
114
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            <a class="link" href="ZeitgeistLog.html#zeitgeist-log-find-related-uris-finish" title="zeitgeist_log_find_related_uris_finish ()">zeitgeist_log_find_related_uris_finish</a>
115
115
                                                        (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
116
116
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
117
117
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
143
143
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *monitor</code></em>);
144
144
</pre>
145
145
</div>
146
 
<div class="refsect1" title="Object Hierarchy">
 
146
<div class="refsect1">
147
147
<a name="ZeitgeistLog.object-hierarchy"></a><h2>Object Hierarchy</h2>
148
148
<pre class="synopsis">
149
149
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
150
150
   +----ZeitgeistLog
151
151
</pre>
152
152
</div>
153
 
<div class="refsect1" title="Properties">
 
153
<div class="refsect1">
154
154
<a name="ZeitgeistLog.properties"></a><h2>Properties</h2>
155
155
<pre class="synopsis">
156
156
  "<a class="link" href="ZeitgeistLog.html#ZeitgeistLog--connected" title='The "connected" property'>connected</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
157
157
</pre>
158
158
</div>
159
 
<div class="refsect1" title="Description">
 
159
<div class="refsect1">
160
160
<a name="ZeitgeistLog.description"></a><h2>Description</h2>
161
161
<p>
162
162
<a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> encapsulates the low level access to the Zeitgeist daemon.
171
171
that callbacks does not have to be set up.
172
172
</p>
173
173
</div>
174
 
<div class="refsect1" title="Details">
 
174
<div class="refsect1">
175
175
<a name="ZeitgeistLog.details"></a><h2>Details</h2>
176
 
<div class="refsect2" title="ZeitgeistLog">
 
176
<div class="refsect2">
177
177
<a name="ZeitgeistLog-struct"></a><h3>ZeitgeistLog</h3>
178
178
<pre class="programlisting">typedef struct _ZeitgeistLog ZeitgeistLog;</pre>
179
179
<p>
180
180
</p>
181
181
</div>
182
182
<hr>
183
 
<div class="refsect2" title="ZeitgeistLogClass">
184
 
<a name="ZeitgeistLogClass"></a><h3>ZeitgeistLogClass</h3>
185
 
<pre class="programlisting">typedef struct {
 
183
<div class="refsect2">
 
184
<a name="ZeitgeistLogClass"></a><h3>struct ZeitgeistLogClass</h3>
 
185
<pre class="programlisting">struct ZeitgeistLogClass {
186
186
  GObjectClass parent_class;
187
 
} ZeitgeistLogClass;
 
187
};
188
188
</pre>
189
189
<p>
190
190
</p>
191
191
</div>
192
192
<hr>
193
 
<div class="refsect2" title="zeitgeist_log_new ()">
 
193
<div class="refsect2">
194
194
<a name="zeitgeist-log-new"></a><h3>zeitgeist_log_new ()</h3>
195
 
<pre class="programlisting"><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="returnvalue">ZeitgeistLog</span></a>*       zeitgeist_log_new                   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
195
<pre class="programlisting"><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="returnvalue">ZeitgeistLog</span></a> *      zeitgeist_log_new                   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
196
196
<p>
197
197
The <a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> object will asynchronously start to connect to the
198
198
Zeitgeist daemon. Any request you send to via this log object will be queued
203
203
<col align="left" valign="top">
204
204
<tbody><tr>
205
205
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
206
 
<td> A reference to a newly allocated log.
207
 
</td>
 
206
<td>A reference to a newly allocated log.</td>
208
207
</tr></tbody>
209
208
</table></div>
210
209
</div>
211
210
<hr>
212
 
<div class="refsect2" title="zeitgeist_log_insert_events ()">
 
211
<div class="refsect2">
213
212
<a name="zeitgeist-log-insert-events"></a><h3>zeitgeist_log_insert_events ()</h3>
214
213
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_insert_events         (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
215
214
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
225
224
<tbody>
226
225
<tr>
227
226
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
228
 
<td>The log logging the events
229
 
</td>
 
227
<td>The log logging the events</td>
230
228
</tr>
231
229
<tr>
232
230
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
237
235
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
238
236
<td>
239
237
<a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to invoke once the logging operation has
240
 
           completed. Set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore the result. In this callback
241
 
           you can invoke <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()"><code class="function">zeitgeist_log_insert_events_finish()</code></a> to collect
242
 
           the event ids of the inserted events
243
 
</td>
 
238
completed. Set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore the result. In this callback
 
239
you can invoke <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()"><code class="function">zeitgeist_log_insert_events_finish()</code></a> to collect
 
240
the event ids of the inserted events</td>
244
241
</tr>
245
242
<tr>
246
243
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
256
253
</table></div>
257
254
</div>
258
255
<hr>
259
 
<div class="refsect2" title="zeitgeist_log_insert_events_no_reply ()">
 
256
<div class="refsect2">
260
257
<a name="zeitgeist-log-insert-events-no-reply"></a><h3>zeitgeist_log_insert_events_no_reply ()</h3>
261
258
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_insert_events_no_reply
262
259
                                                        (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
275
272
<tbody>
276
273
<tr>
277
274
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
278
 
<td>The log logging the events
279
 
</td>
 
275
<td>The log logging the events</td>
280
276
</tr>
281
277
<tr>
282
278
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
287
283
</table></div>
288
284
</div>
289
285
<hr>
290
 
<div class="refsect2" title="zeitgeist_log_insert_events_valist ()">
 
286
<div class="refsect2">
291
287
<a name="zeitgeist-log-insert-events-valist"></a><h3>zeitgeist_log_insert_events_valist ()</h3>
292
288
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_insert_events_valist  (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
293
289
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
308
304
<tbody>
309
305
<tr>
310
306
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
311
 
<td>The log logging the events
312
 
</td>
 
307
<td>The log logging the events</td>
313
308
</tr>
314
309
<tr>
315
310
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
320
315
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
321
316
<td>
322
317
<a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to invoke once the logging operation has
323
 
           completed. Set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore the result. In this callback
324
 
           you can invoke <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()"><code class="function">zeitgeist_log_insert_events_finish()</code></a> to collect
325
 
           the event ids of the inserted events
326
 
</td>
 
318
completed. Set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore the result. In this callback
 
319
you can invoke <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()"><code class="function">zeitgeist_log_insert_events_finish()</code></a> to collect
 
320
the event ids of the inserted events</td>
327
321
</tr>
328
322
<tr>
329
323
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
333
327
<tr>
334
328
<td><p><span class="term"><em class="parameter"><code>events</code></em> :</span></p></td>
335
329
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> of <a class="link" href="ZeitgeistEvent.html" title="ZeitgeistEvent"><span class="type">ZeitgeistEvent</span></a>s to insert. This method
336
 
         steals the reference to <em class="parameter"><code>events</code></em> and consumes all floating refs
337
 
         on the event members.
338
 
</td>
 
330
steals the reference to <em class="parameter"><code>events</code></em> and consumes all floating refs
 
331
on the event members.</td>
339
332
</tr>
340
333
</tbody>
341
334
</table></div>
342
335
</div>
343
336
<hr>
344
 
<div class="refsect2" title="zeitgeist_log_insert_events_from_ptrarray ()">
 
337
<div class="refsect2">
345
338
<a name="zeitgeist-log-insert-events-from-ptrarray"></a><h3>zeitgeist_log_insert_events_from_ptrarray ()</h3>
346
339
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_insert_events_from_ptrarray
347
340
                                                        (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
358
351
<tbody>
359
352
<tr>
360
353
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
361
 
<td>The log logging the events
362
 
</td>
 
354
<td>The log logging the events</td>
363
355
</tr>
364
356
<tr>
365
357
<td><p><span class="term"><em class="parameter"><code>events</code></em> :</span></p></td>
366
358
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> of <a class="link" href="ZeitgeistEvent.html" title="ZeitgeistEvent"><span class="type">ZeitgeistEvent</span></a>s to insert. This method
367
 
         steals the reference to <em class="parameter"><code>events</code></em> and consumes all floating refs
368
 
         on the event members. It is assumed that the free_func on <em class="parameter"><code>events</code></em>
369
 
         is set to <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
370
 
</td>
 
359
steals the reference to <em class="parameter"><code>events</code></em> and consumes all floating refs
 
360
on the event members. It is assumed that the free_func on <em class="parameter"><code>events</code></em>
 
361
is set to <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</td>
371
362
</tr>
372
363
<tr>
373
364
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
378
369
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
379
370
<td>
380
371
<a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to invoke once the logging operation has
381
 
           completed. Set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore the result. In this callback
382
 
           you can invoke <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()"><code class="function">zeitgeist_log_insert_events_finish()</code></a> to collect
383
 
           the event ids of the inserted events
384
 
</td>
 
372
completed. Set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore the result. In this callback
 
373
you can invoke <a class="link" href="ZeitgeistLog.html#zeitgeist-log-insert-events-finish" title="zeitgeist_log_insert_events_finish ()"><code class="function">zeitgeist_log_insert_events_finish()</code></a> to collect
 
374
the event ids of the inserted events</td>
385
375
</tr>
386
376
<tr>
387
377
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
392
382
</table></div>
393
383
</div>
394
384
<hr>
395
 
<div class="refsect2" title="zeitgeist_log_insert_events_finish ()">
 
385
<div class="refsect2">
396
386
<a name="zeitgeist-log-insert-events-finish"></a><h3>zeitgeist_log_insert_events_finish ()</h3>
397
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a>*             zeitgeist_log_insert_events_finish  (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
 
387
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *            zeitgeist_log_insert_events_finish  (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
398
388
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
399
389
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
400
390
<p>
401
391
</p>
402
 
<div class="variablelist"><table border="0">
403
 
<col align="left" valign="top">
404
 
<tbody>
405
 
<tr>
406
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
407
 
<td>
408
 
</td>
409
 
</tr>
410
 
<tr>
411
 
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
412
 
<td>
413
 
</td>
414
 
</tr>
415
 
<tr>
416
 
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
417
 
<td>
418
 
</td>
419
 
</tr>
420
 
<tr>
421
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
422
 
<td>
423
 
</td>
424
 
</tr>
425
 
</tbody>
426
 
</table></div>
427
392
</div>
428
393
<hr>
429
 
<div class="refsect2" title="zeitgeist_log_find_events ()">
 
394
<div class="refsect2">
430
395
<a name="zeitgeist-log-find-events"></a><h3>zeitgeist_log_find_events ()</h3>
431
396
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_find_events           (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
432
397
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
433
398
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *event_templates</code></em>,
434
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState" title="enum ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
 
399
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
435
400
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> num_events</code></em>,
436
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType" title="enum ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
 
401
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
437
402
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
438
403
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
439
404
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
440
405
<p>
441
406
</p>
442
 
<div class="variablelist"><table border="0">
443
 
<col align="left" valign="top">
444
 
<tbody>
445
 
<tr>
446
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
447
 
<td>
448
 
</td>
449
 
</tr>
450
 
<tr>
451
 
<td><p><span class="term"><em class="parameter"><code>time_range</code></em> :</span></p></td>
452
 
<td>
453
 
</td>
454
 
</tr>
455
 
<tr>
456
 
<td><p><span class="term"><em class="parameter"><code>event_templates</code></em> :</span></p></td>
457
 
<td>
458
 
</td>
459
 
</tr>
460
 
<tr>
461
 
<td><p><span class="term"><em class="parameter"><code>storage_state</code></em> :</span></p></td>
462
 
<td>
463
 
</td>
464
 
</tr>
465
 
<tr>
466
 
<td><p><span class="term"><em class="parameter"><code>num_events</code></em> :</span></p></td>
467
 
<td>
468
 
</td>
469
 
</tr>
470
 
<tr>
471
 
<td><p><span class="term"><em class="parameter"><code>result_type</code></em> :</span></p></td>
472
 
<td>
473
 
</td>
474
 
</tr>
475
 
<tr>
476
 
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
477
 
<td>
478
 
</td>
479
 
</tr>
480
 
<tr>
481
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
482
 
<td>
483
 
</td>
484
 
</tr>
485
 
<tr>
486
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
487
 
<td>
488
 
</td>
489
 
</tr>
490
 
</tbody>
491
 
</table></div>
492
407
</div>
493
408
<hr>
494
 
<div class="refsect2" title="zeitgeist_log_find_events_finish ()">
 
409
<div class="refsect2">
495
410
<a name="zeitgeist-log-find-events-finish"></a><h3>zeitgeist_log_find_events_finish ()</h3>
496
411
<pre class="programlisting"><a class="link" href="ZeitgeistResultSet.html" title="ZeitgeistResultSet"><span class="returnvalue">ZeitgeistResultSet</span></a> * zeitgeist_log_find_events_finish   (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
497
412
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
504
419
<col align="left" valign="top">
505
420
<tbody><tr>
506
421
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
507
 
<td> A newly allocated <a class="link" href="ZeitgeistResultSet.html" title="ZeitgeistResultSet"><span class="type">ZeitgeistResultSet</span></a> containing
508
 
         the <a class="link" href="ZeitgeistEvent.html" title="ZeitgeistEvent"><span class="type">ZeitgeistEvent</span></a>s
509
 
         matching the query. You must free the result set with
510
 
         <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. The events held in the result set will
511
 
         automatically be unreffed when the result set is finalized. <span class="annotation">[transfer-full]</span>
 
422
<td>A newly allocated <a class="link" href="ZeitgeistResultSet.html" title="ZeitgeistResultSet"><span class="type">ZeitgeistResultSet</span></a> containing
 
423
the <a class="link" href="ZeitgeistEvent.html" title="ZeitgeistEvent"><span class="type">ZeitgeistEvent</span></a>s
 
424
matching the query. You must free the result set with
 
425
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. The events held in the result set will
 
426
automatically be unreffed when the result set is finalized. <span class="annotation">[transfer-full]</span>
512
427
</td>
513
428
</tr></tbody>
514
429
</table></div>
515
430
</div>
516
431
<hr>
517
 
<div class="refsect2" title="zeitgeist_log_find_event_ids ()">
 
432
<div class="refsect2">
518
433
<a name="zeitgeist-log-find-event-ids"></a><h3>zeitgeist_log_find_event_ids ()</h3>
519
434
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_find_event_ids        (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
520
435
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
521
436
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *event_templates</code></em>,
522
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState" title="enum ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
 
437
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
523
438
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> num_events</code></em>,
524
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType" title="enum ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
 
439
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
525
440
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
526
441
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
527
442
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
528
443
<p>
529
444
</p>
530
 
<div class="variablelist"><table border="0">
531
 
<col align="left" valign="top">
532
 
<tbody>
533
 
<tr>
534
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
535
 
<td>
536
 
</td>
537
 
</tr>
538
 
<tr>
539
 
<td><p><span class="term"><em class="parameter"><code>time_range</code></em> :</span></p></td>
540
 
<td>
541
 
</td>
542
 
</tr>
543
 
<tr>
544
 
<td><p><span class="term"><em class="parameter"><code>event_templates</code></em> :</span></p></td>
545
 
<td>
546
 
</td>
547
 
</tr>
548
 
<tr>
549
 
<td><p><span class="term"><em class="parameter"><code>storage_state</code></em> :</span></p></td>
550
 
<td>
551
 
</td>
552
 
</tr>
553
 
<tr>
554
 
<td><p><span class="term"><em class="parameter"><code>num_events</code></em> :</span></p></td>
555
 
<td>
556
 
</td>
557
 
</tr>
558
 
<tr>
559
 
<td><p><span class="term"><em class="parameter"><code>result_type</code></em> :</span></p></td>
560
 
<td>
561
 
</td>
562
 
</tr>
563
 
<tr>
564
 
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
565
 
<td>
566
 
</td>
567
 
</tr>
568
 
<tr>
569
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
570
 
<td>
571
 
</td>
572
 
</tr>
573
 
<tr>
574
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
575
 
<td>
576
 
</td>
577
 
</tr>
578
 
</tbody>
579
 
</table></div>
580
445
</div>
581
446
<hr>
582
 
<div class="refsect2" title="zeitgeist_log_find_event_ids_finish ()">
 
447
<div class="refsect2">
583
448
<a name="zeitgeist-log-find-event-ids-finish"></a><h3>zeitgeist_log_find_event_ids_finish ()</h3>
584
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a>*             zeitgeist_log_find_event_ids_finish (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
 
449
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *            zeitgeist_log_find_event_ids_finish (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
585
450
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
586
451
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
587
452
<p>
588
453
</p>
589
 
<div class="variablelist"><table border="0">
590
 
<col align="left" valign="top">
591
 
<tbody>
592
 
<tr>
593
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
594
 
<td>
595
 
</td>
596
 
</tr>
597
 
<tr>
598
 
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
599
 
<td>
600
 
</td>
601
 
</tr>
602
 
<tr>
603
 
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
604
 
<td>
605
 
</td>
606
 
</tr>
607
 
<tr>
608
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
609
 
<td>
610
 
</td>
611
 
</tr>
612
 
</tbody>
613
 
</table></div>
614
454
</div>
615
455
<hr>
616
 
<div class="refsect2" title="zeitgeist_log_get_events ()">
 
456
<div class="refsect2">
617
457
<a name="zeitgeist-log-get-events"></a><h3>zeitgeist_log_get_events ()</h3>
618
458
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_get_events            (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
619
459
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *event_ids</code></em>,
622
462
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
623
463
<p>
624
464
</p>
625
 
<div class="variablelist"><table border="0">
626
 
<col align="left" valign="top">
627
 
<tbody>
628
 
<tr>
629
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
630
 
<td>
631
 
</td>
632
 
</tr>
633
 
<tr>
634
 
<td><p><span class="term"><em class="parameter"><code>event_ids</code></em> :</span></p></td>
635
 
<td>
636
 
</td>
637
 
</tr>
638
 
<tr>
639
 
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
640
 
<td>
641
 
</td>
642
 
</tr>
643
 
<tr>
644
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
645
 
<td>
646
 
</td>
647
 
</tr>
648
 
<tr>
649
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
650
 
<td>
651
 
</td>
652
 
</tr>
653
 
</tbody>
654
 
</table></div>
655
465
</div>
656
466
<hr>
657
 
<div class="refsect2" title="zeitgeist_log_get_events_finish ()">
 
467
<div class="refsect2">
658
468
<a name="zeitgeist-log-get-events-finish"></a><h3>zeitgeist_log_get_events_finish ()</h3>
659
469
<pre class="programlisting"><a class="link" href="ZeitgeistResultSet.html" title="ZeitgeistResultSet"><span class="returnvalue">ZeitgeistResultSet</span></a> * zeitgeist_log_get_events_finish    (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
660
470
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
661
471
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
662
472
<p>
663
473
</p>
664
 
<div class="variablelist"><table border="0">
665
 
<col align="left" valign="top">
666
 
<tbody>
667
 
<tr>
668
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
669
 
<td>
670
 
</td>
671
 
</tr>
672
 
<tr>
673
 
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
674
 
<td>
675
 
</td>
676
 
</tr>
677
 
<tr>
678
 
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
679
 
<td>
680
 
</td>
681
 
</tr>
682
 
<tr>
683
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
684
 
<td>
685
 
</td>
686
 
</tr>
687
 
</tbody>
688
 
</table></div>
689
474
</div>
690
475
<hr>
691
 
<div class="refsect2" title="zeitgeist_log_find_related_uris ()">
 
476
<div class="refsect2">
692
477
<a name="zeitgeist-log-find-related-uris"></a><h3>zeitgeist_log_find_related_uris ()</h3>
693
478
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_find_related_uris     (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
694
479
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
695
480
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *event_templates</code></em>,
696
481
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *result_event_templates</code></em>,
697
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState" title="enum ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
 
482
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistStorageState"><span class="type">ZeitgeistStorageState</span></a> storage_state</code></em>,
698
483
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> num_events</code></em>,
699
 
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType" title="enum ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
 
484
                                                         <em class="parameter"><code><a class="link" href="zeitgeist-1.0-Enumerations.html#ZeitgeistResultType"><span class="type">ZeitgeistResultType</span></a> result_type</code></em>,
700
485
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
701
486
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
702
487
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
703
488
<p>
704
489
</p>
705
 
<div class="variablelist"><table border="0">
706
 
<col align="left" valign="top">
707
 
<tbody>
708
 
<tr>
709
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
710
 
<td>
711
 
</td>
712
 
</tr>
713
 
<tr>
714
 
<td><p><span class="term"><em class="parameter"><code>time_range</code></em> :</span></p></td>
715
 
<td>
716
 
</td>
717
 
</tr>
718
 
<tr>
719
 
<td><p><span class="term"><em class="parameter"><code>event_templates</code></em> :</span></p></td>
720
 
<td>
721
 
</td>
722
 
</tr>
723
 
<tr>
724
 
<td><p><span class="term"><em class="parameter"><code>result_event_templates</code></em> :</span></p></td>
725
 
<td>
726
 
</td>
727
 
</tr>
728
 
<tr>
729
 
<td><p><span class="term"><em class="parameter"><code>storage_state</code></em> :</span></p></td>
730
 
<td>
731
 
</td>
732
 
</tr>
733
 
<tr>
734
 
<td><p><span class="term"><em class="parameter"><code>num_events</code></em> :</span></p></td>
735
 
<td>
736
 
</td>
737
 
</tr>
738
 
<tr>
739
 
<td><p><span class="term"><em class="parameter"><code>result_type</code></em> :</span></p></td>
740
 
<td>
741
 
</td>
742
 
</tr>
743
 
<tr>
744
 
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
745
 
<td>
746
 
</td>
747
 
</tr>
748
 
<tr>
749
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
750
 
<td>
751
 
</td>
752
 
</tr>
753
 
<tr>
754
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
755
 
<td>
756
 
</td>
757
 
</tr>
758
 
</tbody>
759
 
</table></div>
760
490
</div>
761
491
<hr>
762
 
<div class="refsect2" title="zeitgeist_log_find_related_uris_finish ()">
 
492
<div class="refsect2">
763
493
<a name="zeitgeist-log-find-related-uris-finish"></a><h3>zeitgeist_log_find_related_uris_finish ()</h3>
764
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>**             zeitgeist_log_find_related_uris_finish
 
494
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            zeitgeist_log_find_related_uris_finish
765
495
                                                        (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
766
496
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
767
497
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
768
498
<p>
769
499
</p>
770
 
<div class="variablelist"><table border="0">
771
 
<col align="left" valign="top">
772
 
<tbody>
773
 
<tr>
774
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
775
 
<td>
776
 
</td>
777
 
</tr>
778
 
<tr>
779
 
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
780
 
<td>
781
 
</td>
782
 
</tr>
783
 
<tr>
784
 
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
785
 
<td>
786
 
</td>
787
 
</tr>
788
 
<tr>
789
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
790
 
<td>
791
 
</td>
792
 
</tr>
793
 
</tbody>
794
 
</table></div>
795
500
</div>
796
501
<hr>
797
 
<div class="refsect2" title="zeitgeist_log_delete_events ()">
 
502
<div class="refsect2">
798
503
<a name="zeitgeist-log-delete-events"></a><h3>zeitgeist_log_delete_events ()</h3>
799
504
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_delete_events         (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
800
505
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *event_ids</code></em>,
803
508
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
804
509
<p>
805
510
</p>
806
 
<div class="variablelist"><table border="0">
807
 
<col align="left" valign="top">
808
 
<tbody>
809
 
<tr>
810
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
811
 
<td>
812
 
</td>
813
 
</tr>
814
 
<tr>
815
 
<td><p><span class="term"><em class="parameter"><code>event_ids</code></em> :</span></p></td>
816
 
<td>
817
 
</td>
818
 
</tr>
819
 
<tr>
820
 
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
821
 
<td>
822
 
</td>
823
 
</tr>
824
 
<tr>
825
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
826
 
<td>
827
 
</td>
828
 
</tr>
829
 
<tr>
830
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
831
 
<td>
832
 
</td>
833
 
</tr>
834
 
</tbody>
835
 
</table></div>
836
511
</div>
837
512
<hr>
838
 
<div class="refsect2" title="zeitgeist_log_delete_events_finish ()">
 
513
<div class="refsect2">
839
514
<a name="zeitgeist-log-delete-events-finish"></a><h3>zeitgeist_log_delete_events_finish ()</h3>
840
515
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            zeitgeist_log_delete_events_finish  (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
841
516
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
842
517
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
843
518
<p>
844
519
</p>
845
 
<div class="variablelist"><table border="0">
846
 
<col align="left" valign="top">
847
 
<tbody>
848
 
<tr>
849
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
850
 
<td>
851
 
</td>
852
 
</tr>
853
 
<tr>
854
 
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
855
 
<td>
856
 
</td>
857
 
</tr>
858
 
<tr>
859
 
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
860
 
<td>
861
 
</td>
862
 
</tr>
863
 
<tr>
864
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
865
 
<td>
866
 
</td>
867
 
</tr>
868
 
</tbody>
869
 
</table></div>
870
520
</div>
871
521
<hr>
872
 
<div class="refsect2" title="zeitgeist_log_delete_log ()">
 
522
<div class="refsect2">
873
523
<a name="zeitgeist-log-delete-log"></a><h3>zeitgeist_log_delete_log ()</h3>
874
524
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_delete_log            (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
875
525
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
877
527
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
878
528
<p>
879
529
</p>
880
 
<div class="variablelist"><table border="0">
881
 
<col align="left" valign="top">
882
 
<tbody>
883
 
<tr>
884
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
885
 
<td>
886
 
</td>
887
 
</tr>
888
 
<tr>
889
 
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
890
 
<td>
891
 
</td>
892
 
</tr>
893
 
<tr>
894
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
895
 
<td>
896
 
</td>
897
 
</tr>
898
 
<tr>
899
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
900
 
<td>
901
 
</td>
902
 
</tr>
903
 
</tbody>
904
 
</table></div>
905
530
</div>
906
531
<hr>
907
 
<div class="refsect2" title="zeitgeist_log_delete_log_finish ()">
 
532
<div class="refsect2">
908
533
<a name="zeitgeist-log-delete-log-finish"></a><h3>zeitgeist_log_delete_log_finish ()</h3>
909
534
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            zeitgeist_log_delete_log_finish     (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
910
535
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
911
536
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
912
537
<p>
913
538
</p>
914
 
<div class="variablelist"><table border="0">
915
 
<col align="left" valign="top">
916
 
<tbody>
917
 
<tr>
918
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
919
 
<td>
920
 
</td>
921
 
</tr>
922
 
<tr>
923
 
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
924
 
<td>
925
 
</td>
926
 
</tr>
927
 
<tr>
928
 
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
929
 
<td>
930
 
</td>
931
 
</tr>
932
 
<tr>
933
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
934
 
<td>
935
 
</td>
936
 
</tr>
937
 
</tbody>
938
 
</table></div>
939
539
</div>
940
540
<hr>
941
 
<div class="refsect2" title="zeitgeist_log_quit ()">
 
541
<div class="refsect2">
942
542
<a name="zeitgeist-log-quit"></a><h3>zeitgeist_log_quit ()</h3>
943
543
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_quit                  (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
944
544
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
946
546
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
947
547
<p>
948
548
</p>
949
 
<div class="variablelist"><table border="0">
950
 
<col align="left" valign="top">
951
 
<tbody>
952
 
<tr>
953
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
954
 
<td>
955
 
</td>
956
 
</tr>
957
 
<tr>
958
 
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
959
 
<td>
960
 
</td>
961
 
</tr>
962
 
<tr>
963
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
964
 
<td>
965
 
</td>
966
 
</tr>
967
 
<tr>
968
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
969
 
<td>
970
 
</td>
971
 
</tr>
972
 
</tbody>
973
 
</table></div>
974
549
</div>
975
550
<hr>
976
 
<div class="refsect2" title="zeitgeist_log_quit_finish ()">
 
551
<div class="refsect2">
977
552
<a name="zeitgeist-log-quit-finish"></a><h3>zeitgeist_log_quit_finish ()</h3>
978
553
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            zeitgeist_log_quit_finish           (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
979
554
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
980
555
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
981
556
<p>
982
557
</p>
983
 
<div class="variablelist"><table border="0">
984
 
<col align="left" valign="top">
985
 
<tbody>
986
 
<tr>
987
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
988
 
<td>
989
 
</td>
990
 
</tr>
991
 
<tr>
992
 
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
993
 
<td>
994
 
</td>
995
 
</tr>
996
 
<tr>
997
 
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
998
 
<td>
999
 
</td>
1000
 
</tr>
1001
 
<tr>
1002
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1003
 
<td>
1004
 
</td>
1005
 
</tr>
1006
 
</tbody>
1007
 
</table></div>
1008
558
</div>
1009
559
<hr>
1010
 
<div class="refsect2" title="zeitgeist_log_install_monitor ()">
 
560
<div class="refsect2">
1011
561
<a name="zeitgeist-log-install-monitor"></a><h3>zeitgeist_log_install_monitor ()</h3>
1012
562
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_install_monitor       (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
1013
563
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *monitor</code></em>);</pre>
1014
564
<p>
1015
565
</p>
1016
 
<div class="variablelist"><table border="0">
1017
 
<col align="left" valign="top">
1018
 
<tbody>
1019
 
<tr>
1020
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
1021
 
<td>
1022
 
</td>
1023
 
</tr>
1024
 
<tr>
1025
 
<td><p><span class="term"><em class="parameter"><code>monitor</code></em> :</span></p></td>
1026
 
<td>
1027
 
</td>
1028
 
</tr>
1029
 
</tbody>
1030
 
</table></div>
1031
566
</div>
1032
567
<hr>
1033
 
<div class="refsect2" title="zeitgeist_log_remove_monitor ()">
 
568
<div class="refsect2">
1034
569
<a name="zeitgeist-log-remove-monitor"></a><h3>zeitgeist_log_remove_monitor ()</h3>
1035
570
<pre class="programlisting"><span class="returnvalue">void</span>                zeitgeist_log_remove_monitor        (<em class="parameter"><code><a class="link" href="ZeitgeistLog.html" title="ZeitgeistLog"><span class="type">ZeitgeistLog</span></a> *self</code></em>,
1036
571
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *monitor</code></em>);</pre>
1037
572
<p>
1038
573
</p>
1039
 
<div class="variablelist"><table border="0">
1040
 
<col align="left" valign="top">
1041
 
<tbody>
1042
 
<tr>
1043
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
1044
 
<td>
1045
 
</td>
1046
 
</tr>
1047
 
<tr>
1048
 
<td><p><span class="term"><em class="parameter"><code>monitor</code></em> :</span></p></td>
1049
 
<td>
1050
 
</td>
1051
 
</tr>
1052
 
</tbody>
1053
 
</table></div>
1054
 
</div>
1055
 
</div>
1056
 
<div class="refsect1" title="Property Details">
 
574
</div>
 
575
</div>
 
576
<div class="refsect1">
1057
577
<a name="ZeitgeistLog.property-details"></a><h2>Property Details</h2>
1058
 
<div class="refsect2" title='The "connected" property'>
 
578
<div class="refsect2">
1059
579
<a name="ZeitgeistLog--connected"></a><h3>The <code class="literal">"connected"</code> property</h3>
1060
580
<pre class="programlisting">  "connected"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
1061
581
<p>
1068
588
</div>
1069
589
<div class="footer">
1070
590
<hr>
1071
 
          Generated by GTK-Doc V1.15</div>
 
591
          Generated by GTK-Doc V1.16</div>
1072
592
</body>
1073
593
</html>
 
 
b'\\ No newline at end of file'