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

« back to all changes in this revision

Viewing changes to doc/reference/html/ZeitgeistMonitor.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="ZeitgeistLog.html" title="ZeitgeistLog">
10
10
<link rel="next" href="ZeitgeistResultSet.html" title="ZeitgeistResultSet">
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">
32
32
                  <a href="#ZeitgeistMonitor.signals" class="shortcut">Signals</a>
33
33
</td></tr>
34
34
</table>
35
 
<div class="refentry" title="ZeitgeistMonitor">
 
35
<div class="refentry">
36
36
<a name="ZeitgeistMonitor"></a><div class="titlepage"></div>
37
37
<div class="refnamediv"><table width="100%"><tr>
38
38
<td valign="top">
41
41
</td>
42
42
<td valign="top" align="right"></td>
43
43
</tr></table></div>
44
 
<div class="refsynopsisdiv" title="Synopsis">
 
44
<div class="refsynopsisdiv">
45
45
<a name="ZeitgeistMonitor.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">
47
47
#include &lt;zeitgeist.h&gt;
48
48
 
49
49
                    <a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitor-struct" title="ZeitgeistMonitor">ZeitgeistMonitor</a>;
50
 
                    <a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitorClass" title="ZeitgeistMonitorClass">ZeitgeistMonitorClass</a>;
51
 
<a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="returnvalue">ZeitgeistMonitor</span></a>*   <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-new" title="zeitgeist_monitor_new ()">zeitgeist_monitor_new</a>               (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
 
50
struct              <a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitorClass" title="struct ZeitgeistMonitorClass">ZeitgeistMonitorClass</a>;
 
51
<a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="returnvalue">ZeitgeistMonitor</span></a> *    <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-new" title="zeitgeist_monitor_new ()">zeitgeist_monitor_new</a>             (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
52
52
                                                         <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>);
53
 
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a>* <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-get-time-range" title="zeitgeist_monitor_get_time_range ()">zeitgeist_monitor_get_time_range</a>    (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);
54
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a>*          <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-get-templates" title="zeitgeist_monitor_get_templates ()">zeitgeist_monitor_get_templates</a>     (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);
55
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*        <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-get-path" title="zeitgeist_monitor_get_path ()">zeitgeist_monitor_get_path</a>          (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);
 
53
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> *  <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-get-time-range" title="zeitgeist_monitor_get_time_range ()">zeitgeist_monitor_get_time_range</a>  (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);
 
54
<a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *           <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-get-templates" title="zeitgeist_monitor_get_templates ()">zeitgeist_monitor_get_templates</a>   (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);
 
55
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *         <a class="link" href="ZeitgeistMonitor.html#zeitgeist-monitor-get-path" title="zeitgeist_monitor_get_path ()">zeitgeist_monitor_get_path</a>        (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);
56
56
</pre>
57
57
</div>
58
 
<div class="refsect1" title="Object Hierarchy">
 
58
<div class="refsect1">
59
59
<a name="ZeitgeistMonitor.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
60
<pre class="synopsis">
61
61
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
62
62
   +----ZeitgeistMonitor
63
63
</pre>
64
64
</div>
65
 
<div class="refsect1" title="Properties">
 
65
<div class="refsect1">
66
66
<a name="ZeitgeistMonitor.properties"></a><h2>Properties</h2>
67
67
<pre class="synopsis">
68
68
  "<a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitor--event-templates" title='The "event-templates" property'>event-templates</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a>*            : Read / Write / Construct Only
69
69
  "<a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitor--time-range" title='The "time-range" property'>time-range</a>"               <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a>*   : Read / Write / Construct Only
70
70
</pre>
71
71
</div>
72
 
<div class="refsect1" title="Signals">
 
72
<div class="refsect1">
73
73
<a name="ZeitgeistMonitor.signals"></a><h2>Signals</h2>
74
74
<pre class="synopsis">
75
 
  "<a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitor-events-deleted" title='The "events-deleted" signal'>events-deleted</a>"                                 : Run Last
76
 
  "<a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitor-events-inserted" title='The "events-inserted" signal'>events-inserted</a>"                                : Run Last
 
75
  "<a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitor-events-deleted" title='The "events-deleted" signal'>events-deleted</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
76
  "<a class="link" href="ZeitgeistMonitor.html#ZeitgeistMonitor-events-inserted" title='The "events-inserted" signal'>events-inserted</a>"                                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
77
77
</pre>
78
78
</div>
79
 
<div class="refsect1" title="Description">
 
79
<div class="refsect1">
80
80
<a name="ZeitgeistMonitor.description"></a><h2>Description</h2>
81
81
<p>
82
82
A <a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> listens for updates to the Zeitgeist event log
89
89
::events-added or ::events-deleted signals before this.
90
90
</p>
91
91
</div>
92
 
<div class="refsect1" title="Details">
 
92
<div class="refsect1">
93
93
<a name="ZeitgeistMonitor.details"></a><h2>Details</h2>
94
 
<div class="refsect2" title="ZeitgeistMonitor">
 
94
<div class="refsect2">
95
95
<a name="ZeitgeistMonitor-struct"></a><h3>ZeitgeistMonitor</h3>
96
96
<pre class="programlisting">typedef struct _ZeitgeistMonitor ZeitgeistMonitor;</pre>
97
97
<p>
98
98
</p>
99
99
</div>
100
100
<hr>
101
 
<div class="refsect2" title="ZeitgeistMonitorClass">
102
 
<a name="ZeitgeistMonitorClass"></a><h3>ZeitgeistMonitorClass</h3>
103
 
<pre class="programlisting">typedef struct {
 
101
<div class="refsect2">
 
102
<a name="ZeitgeistMonitorClass"></a><h3>struct ZeitgeistMonitorClass</h3>
 
103
<pre class="programlisting">struct ZeitgeistMonitorClass {
104
104
  GObjectClass parent_class;
105
105
 
106
106
  /*&lt; signals &gt;*/
111
111
  void (*events_deleted)  (ZeitgeistMonitor   *self,
112
112
                           ZeitgeistTimeRange *time_range,
113
113
                           GArray             *event_ids);
114
 
} ZeitgeistMonitorClass;
 
114
};
115
115
</pre>
116
116
<p>
117
117
</p>
118
118
</div>
119
119
<hr>
120
 
<div class="refsect2" title="zeitgeist_monitor_new ()">
 
120
<div class="refsect2">
121
121
<a name="zeitgeist-monitor-new"></a><h3>zeitgeist_monitor_new ()</h3>
122
 
<pre class="programlisting"><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="returnvalue">ZeitgeistMonitor</span></a>*   zeitgeist_monitor_new               (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
 
122
<pre class="programlisting"><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="returnvalue">ZeitgeistMonitor</span></a> *    zeitgeist_monitor_new             (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>,
123
123
                                                         <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>);</pre>
124
124
<p>
125
125
Create a new monitor. Before you can receive signals from the monitor you
132
132
<tr>
133
133
<td><p><span class="term"><em class="parameter"><code>time_range</code></em> :</span></p></td>
134
134
<td>The monitor will only listen for events with timestamps within
135
 
             this time range. Note that it is legal for applications to insert
136
 
             events that are "in the past".
137
 
</td>
 
135
this time range. Note that it is legal for applications to insert
 
136
events that are "in the past".</td>
138
137
</tr>
139
138
<tr>
140
139
<td><p><span class="term"><em class="parameter"><code>event_templates</code></em> :</span></p></td>
141
140
<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. Only listen for
142
 
                  events that match any of these templates.
143
 
                  The monitor will assume ownership of the events and
144
 
                  the pointer array.
145
 
                  If you want to keep a reference for yourself you must do a
146
 
                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#g-ptr-array-ref"><code class="function">g_ptr_array_ref()</code></a> on <em class="parameter"><code>event_templates</code></em> as well as reffing
147
 
                  the events held by it before calling this method.
148
 
</td>
 
141
events that match any of these templates.
 
142
The monitor will assume ownership of the events and
 
143
the pointer array.
 
144
If you want to keep a reference for yourself you must do a
 
145
<a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#g-ptr-array-ref"><code class="function">g_ptr_array_ref()</code></a> on <em class="parameter"><code>event_templates</code></em> as well as reffing
 
146
the events held by it before calling this method.</td>
149
147
</tr>
150
148
<tr>
151
149
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
152
 
<td> A reference to a newly allocated monitor.
153
 
</td>
 
150
<td>A reference to a newly allocated monitor.</td>
154
151
</tr>
155
152
</tbody>
156
153
</table></div>
157
154
</div>
158
155
<hr>
159
 
<div class="refsect2" title="zeitgeist_monitor_get_time_range ()">
 
156
<div class="refsect2">
160
157
<a name="zeitgeist-monitor-get-time-range"></a><h3>zeitgeist_monitor_get_time_range ()</h3>
161
 
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a>* zeitgeist_monitor_get_time_range    (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);</pre>
 
158
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> *  zeitgeist_monitor_get_time_range  (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);</pre>
162
159
<p>
163
160
</p>
164
 
<div class="variablelist"><table border="0">
165
 
<col align="left" valign="top">
166
 
<tbody>
167
 
<tr>
168
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
169
 
<td>
170
 
</td>
171
 
</tr>
172
 
<tr>
173
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
174
 
<td>
175
 
</td>
176
 
</tr>
177
 
</tbody>
178
 
</table></div>
179
161
</div>
180
162
<hr>
181
 
<div class="refsect2" title="zeitgeist_monitor_get_templates ()">
 
163
<div class="refsect2">
182
164
<a name="zeitgeist-monitor-get-templates"></a><h3>zeitgeist_monitor_get_templates ()</h3>
183
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a>*          zeitgeist_monitor_get_templates     (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);</pre>
 
165
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> *           zeitgeist_monitor_get_templates   (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);</pre>
184
166
<p>
185
167
</p>
186
 
<div class="variablelist"><table border="0">
187
 
<col align="left" valign="top">
188
 
<tbody>
189
 
<tr>
190
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
191
 
<td>
192
 
</td>
193
 
</tr>
194
 
<tr>
195
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
196
 
<td>
197
 
</td>
198
 
</tr>
199
 
</tbody>
200
 
</table></div>
201
168
</div>
202
169
<hr>
203
 
<div class="refsect2" title="zeitgeist_monitor_get_path ()">
 
170
<div class="refsect2">
204
171
<a name="zeitgeist-monitor-get-path"></a><h3>zeitgeist_monitor_get_path ()</h3>
205
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*        zeitgeist_monitor_get_path          (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);</pre>
 
172
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *         zeitgeist_monitor_get_path        (<em class="parameter"><code><a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a> *self</code></em>);</pre>
206
173
<p>
207
174
</p>
208
 
<div class="variablelist"><table border="0">
209
 
<col align="left" valign="top">
210
 
<tbody>
211
 
<tr>
212
 
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
213
 
<td>
214
 
</td>
215
 
</tr>
216
 
<tr>
217
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
218
 
<td>
219
 
</td>
220
 
</tr>
221
 
</tbody>
222
 
</table></div>
223
 
</div>
224
 
</div>
225
 
<div class="refsect1" title="Property Details">
 
175
</div>
 
176
</div>
 
177
<div class="refsect1">
226
178
<a name="ZeitgeistMonitor.property-details"></a><h2>Property Details</h2>
227
 
<div class="refsect2" title='The "event-templates" property'>
 
179
<div class="refsect2">
228
180
<a name="ZeitgeistMonitor--event-templates"></a><h3>The <code class="literal">"event-templates"</code> property</h3>
229
181
<pre class="programlisting">  "event-templates"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a>*            : Read / Write / Construct Only</pre>
230
182
<p>
233
185
</p>
234
186
</div>
235
187
<hr>
236
 
<div class="refsect2" title='The "time-range" property'>
 
188
<div class="refsect2">
237
189
<a name="ZeitgeistMonitor--time-range"></a><h3>The <code class="literal">"time-range"</code> property</h3>
238
190
<pre class="programlisting">  "time-range"               <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a>*   : Read / Write / Construct Only</pre>
239
191
<p>
242
194
</p>
243
195
</div>
244
196
</div>
245
 
<div class="refsect1" title="Signal Details">
 
197
<div class="refsect1">
246
198
<a name="ZeitgeistMonitor.signal-details"></a><h2>Signal Details</h2>
247
 
<div class="refsect2" title='The "events-deleted" signal'>
 
199
<div class="refsect2">
248
200
<a name="ZeitgeistMonitor-events-deleted"></a><h3>The <code class="literal">"events-deleted"</code> signal</h3>
249
201
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a>   *time_range,
250
202
                                                        <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *event_ids,
251
203
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a>             *arg2,
252
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>            user_data)       : Run Last</pre>
 
204
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>            user_data)       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
253
205
<p>
254
206
Emitted when events with timestamps within the time range of this monitor
255
207
has been deleted from the log. Note that the deleted events may not match
261
213
<tr>
262
214
<td><p><span class="term"><em class="parameter"><code>time_range</code></em> :</span></p></td>
263
215
<td>A <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> that specifies the minimum and maximum
264
 
             timestamps of the deleted events
265
 
</td>
 
216
timestamps of the deleted events</td>
266
217
</tr>
267
218
<tr>
268
219
<td><p><span class="term"><em class="parameter"><code>event_ids</code></em> :</span></p></td>
269
220
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>s holding the ids of the deleted
270
 
            events
271
 
</td>
 
221
events</td>
272
222
</tr>
273
223
<tr>
274
224
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
278
228
</table></div>
279
229
</div>
280
230
<hr>
281
 
<div class="refsect2" title='The "events-inserted" signal'>
 
231
<div class="refsect2">
282
232
<a name="ZeitgeistMonitor-events-inserted"></a><h3>The <code class="literal">"events-inserted"</code> signal</h3>
283
233
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ZeitgeistMonitor.html" title="ZeitgeistMonitor"><span class="type">ZeitgeistMonitor</span></a>   *time_range,
284
234
                                                        <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *events,
285
235
                                                        <a class="link" href="ZeitgeistResultSet.html" title="ZeitgeistResultSet"><span class="type">ZeitgeistResultSet</span></a> *arg2,
286
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>            user_data)       : Run Last</pre>
 
236
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>            user_data)       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
287
237
<p>
288
238
Emitted when events matching the event templates and with timestamps
289
239
within the time range of the monitor has been inserted into the log.
294
244
<tr>
295
245
<td><p><span class="term"><em class="parameter"><code>time_range</code></em> :</span></p></td>
296
246
<td>A <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> that specifies the minimum and maximum
297
 
             of the timestamps in <em class="parameter"><code>events</code></em>
 
247
of the timestamps in <em class="parameter"><code>events</code></em>
298
248
</td>
299
249
</tr>
300
250
<tr>
301
251
<td><p><span class="term"><em class="parameter"><code>events</code></em> :</span></p></td>
302
252
<td>A <a class="link" href="ZeitgeistResultSet.html" title="ZeitgeistResultSet"><span class="type">ZeitgeistResultSet</span></a> holding the <a class="link" href="ZeitgeistEvent.html" title="ZeitgeistEvent"><span class="type">ZeitgeistEvent</span></a>s that
303
 
         have been inserted into the log
304
 
</td>
 
253
have been inserted into the log</td>
305
254
</tr>
306
255
<tr>
307
256
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
314
263
</div>
315
264
<div class="footer">
316
265
<hr>
317
 
          Generated by GTK-Doc V1.15</div>
 
266
          Generated by GTK-Doc V1.16</div>
318
267
</body>
319
268
</html>
 
 
b'\\ No newline at end of file'