~ubuntu-branches/ubuntu/saucy/zeitgeist/saucy

« back to all changes in this revision

Viewing changes to doc/libzeitgeist/docs_c/html/ZeitgeistTimeRange.html

  • Committer: Luke Yelavich
  • Date: 2013-06-26 00:25:54 UTC
  • mfrom: (28.1.2 zeitgeist)
  • Revision ID: luke.yelavich@canonical.com-20130626002554-k570ix39vjum9v9p
Tags: 0.9.14-0ubuntu1
Merge branch lp:~zeitgeist/zeitgeist/saucy-packaging-0-9-14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>ZeitgeistTimeRange</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="Zeitgeist Reference Manual">
 
8
<link rel="up" href="ch01.html" title="Classes">
 
9
<link rel="prev" href="ZeitgeistSubject.html" title="ZeitgeistSubject">
 
10
<link rel="next" href="ch02.html" title="Utility Functions">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="ZeitgeistSubject.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Zeitgeist Reference Manual</th>
 
21
<td><a accesskey="n" href="ch02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#ZeitgeistTimeRange.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#ZeitgeistTimeRange.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#ZeitgeistTimeRange.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#ZeitgeistTimeRange.properties" class="shortcut">Properties</a>
 
31
</td></tr>
 
32
</table>
 
33
<div class="refentry">
 
34
<a name="ZeitgeistTimeRange"></a><div class="titlepage"></div>
 
35
<div class="refnamediv"><table width="100%"><tr>
 
36
<td valign="top">
 
37
<h2><span class="refentrytitle"><a name="ZeitgeistTimeRange.top_of_page"></a>ZeitgeistTimeRange</span></h2>
 
38
<p>ZeitgeistTimeRange — Immutable representation of an interval in time, marked by a beginning and an end</p>
 
39
</td>
 
40
<td valign="top" align="right"></td>
 
41
</tr></table></div>
 
42
<div class="refsynopsisdiv">
 
43
<a name="ZeitgeistTimeRange.synopsis"></a><h2>Synopsis</h2>
 
44
<pre class="synopsis">#define             <a class="link" href="ZeitgeistTimeRange.html#ZEITGEIST-TYPE-TIME-RANGE:CAPS" title="ZEITGEIST_TYPE_TIME_RANGE">ZEITGEIST_TYPE_TIME_RANGE</a>
 
45
<a href="../glib/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-to-variant" title="zeitgeist_time_range_to_variant ()">zeitgeist_time_range_to_variant</a>     (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>);
 
46
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-intersect" title="zeitgeist_time_range_intersect ()">zeitgeist_time_range_intersect</a>     (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>,
 
47
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>);
 
48
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-new" title="zeitgeist_time_range_new ()">zeitgeist_time_range_new</a>           (<em class="parameter"><code><span class="type">gint64</span> start_msec</code></em>,
 
49
                                                         <em class="parameter"><code><span class="type">gint64</span> end_msec</code></em>);
 
50
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-new-anytime" title="zeitgeist_time_range_new_anytime ()">zeitgeist_time_range_new_anytime</a>   (<em class="parameter"><code><span class="type">void</span></code></em>);
 
51
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-new-to-now" title="zeitgeist_time_range_new_to_now ()">zeitgeist_time_range_new_to_now</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
 
52
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-new-from-now" title="zeitgeist_time_range_new_from_now ()">zeitgeist_time_range_new_from_now</a>  (<em class="parameter"><code><span class="type">void</span></code></em>);
 
53
<a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-new-from-variant" title="zeitgeist_time_range_new_from_variant ()">zeitgeist_time_range_new_from_variant</a>
 
54
                                                        (<em class="parameter"><code><a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *variant</code></em>,
 
55
                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
56
<span class="returnvalue">gint64</span>              <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-get-start" title="zeitgeist_time_range_get_start ()">zeitgeist_time_range_get_start</a>      (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>);
 
57
<span class="returnvalue">gint64</span>              <a class="link" href="ZeitgeistTimeRange.html#zeitgeist-time-range-get-end" title="zeitgeist_time_range_get_end ()">zeitgeist_time_range_get_end</a>        (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>);
 
58
struct              <a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRange-struct" title="struct ZeitgeistTimeRange">ZeitgeistTimeRange</a>;
 
59
struct              <a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRangeClass" title="struct ZeitgeistTimeRangeClass">ZeitgeistTimeRangeClass</a>;
 
60
</pre>
 
61
</div>
 
62
<div class="refsect1">
 
63
<a name="ZeitgeistTimeRange.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
64
<pre class="synopsis">
 
65
  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
66
   +----ZeitgeistTimeRange
 
67
</pre>
 
68
</div>
 
69
<div class="refsect1">
 
70
<a name="ZeitgeistTimeRange.properties"></a><h2>Properties</h2>
 
71
<pre class="synopsis">
 
72
  "<a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRange--end" title='The "end" property'>end</a>"                      <span class="type">gint64</span>                : Read
 
73
  "<a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRange--start" title='The "start" property'>start</a>"                    <span class="type">gint64</span>                : Read
 
74
</pre>
 
75
</div>
 
76
<div class="refsect1">
 
77
<a name="ZeitgeistTimeRange.description"></a><h2>Description</h2>
 
78
<p>
 
79
</p>
 
80
<p>A light, immutable, encapsulation of an interval in time, marked by a beginning and an end.</p>
 
81
<p>
 
82
</p>
 
83
</div>
 
84
<div class="refsect1">
 
85
<a name="ZeitgeistTimeRange.details"></a><h2>Details</h2>
 
86
<div class="refsect2">
 
87
<a name="ZEITGEIST-TYPE-TIME-RANGE:CAPS"></a><h3>ZEITGEIST_TYPE_TIME_RANGE</h3>
 
88
<pre class="programlisting">#define ZEITGEIST_TYPE_TIME_RANGE (zeitgeist_time_range_get_type ())
 
89
</pre>
 
90
<p>
 
91
The type for <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a>.
 
92
</p>
 
93
</div>
 
94
<hr>
 
95
<div class="refsect2">
 
96
<a name="zeitgeist-time-range-to-variant"></a><h3>zeitgeist_time_range_to_variant ()</h3>
 
97
<pre class="programlisting"><a href="../glib/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          zeitgeist_time_range_to_variant     (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>);</pre>
 
98
<div class="variablelist"><table border="0">
 
99
<col align="left" valign="top">
 
100
<tbody>
 
101
<tr>
 
102
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
103
<td>the <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> instance</td>
 
104
</tr>
 
105
<tr>
 
106
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
107
<td>a new variant holding the time range</td>
 
108
</tr>
 
109
</tbody>
 
110
</table></div>
 
111
</div>
 
112
<hr>
 
113
<div class="refsect2">
 
114
<a name="zeitgeist-time-range-intersect"></a><h3>zeitgeist_time_range_intersect ()</h3>
 
115
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * zeitgeist_time_range_intersect     (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>,
 
116
                                                         <em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *time_range</code></em>);</pre>
 
117
<p>
 
118
Check whether two time ranges are intersecting.
 
119
</p>
 
120
<div class="variablelist"><table border="0">
 
121
<col align="left" valign="top">
 
122
<tbody>
 
123
<tr>
 
124
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
125
<td>the <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> instance</td>
 
126
</tr>
 
127
<tr>
 
128
<td><p><span class="term"><em class="parameter"><code>time_range</code></em> :</span></p></td>
 
129
<td> .  the second time range to compare with. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
 
130
</td>
 
131
</tr>
 
132
<tr>
 
133
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
134
<td>a new time range representing the intersection</td>
 
135
</tr>
 
136
</tbody>
 
137
</table></div>
 
138
</div>
 
139
<hr>
 
140
<div class="refsect2">
 
141
<a name="zeitgeist-time-range-new"></a><h3>zeitgeist_time_range_new ()</h3>
 
142
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * zeitgeist_time_range_new           (<em class="parameter"><code><span class="type">gint64</span> start_msec</code></em>,
 
143
                                                         <em class="parameter"><code><span class="type">gint64</span> end_msec</code></em>);</pre>
 
144
<div class="variablelist"><table border="0">
 
145
<col align="left" valign="top">
 
146
<tbody>
 
147
<tr>
 
148
<td><p><span class="term"><em class="parameter"><code>start_msec</code></em> :</span></p></td>
 
149
<td> .  starting timestamp in number of milliseconds since the Unix Epoch. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
 
150
</td>
 
151
</tr>
 
152
<tr>
 
153
<td><p><span class="term"><em class="parameter"><code>end_msec</code></em> :</span></p></td>
 
154
<td> .  ending timestamp in number of milliseconds since the Unix Epoch. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
 
155
</td>
 
156
</tr>
 
157
<tr>
 
158
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
159
<td>a newly allocated ZeitgeistTimeRange. Free with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>
 
160
</td>
 
161
</tr>
 
162
</tbody>
 
163
</table></div>
 
164
</div>
 
165
<hr>
 
166
<div class="refsect2">
 
167
<a name="zeitgeist-time-range-new-anytime"></a><h3>zeitgeist_time_range_new_anytime ()</h3>
 
168
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * zeitgeist_time_range_new_anytime   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
169
<div class="variablelist"><table border="0">
 
170
<col align="left" valign="top">
 
171
<tbody><tr>
 
172
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
173
<td>a new time range starting from the beginning of the Unix Epoch stretching to the end of time</td>
 
174
</tr></tbody>
 
175
</table></div>
 
176
</div>
 
177
<hr>
 
178
<div class="refsect2">
 
179
<a name="zeitgeist-time-range-new-to-now"></a><h3>zeitgeist_time_range_new_to_now ()</h3>
 
180
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * zeitgeist_time_range_new_to_now    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
181
<div class="variablelist"><table border="0">
 
182
<col align="left" valign="top">
 
183
<tbody><tr>
 
184
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
185
<td>a new time range starting from the beggining of the Unix Epoch ending a the moment of invocation</td>
 
186
</tr></tbody>
 
187
</table></div>
 
188
</div>
 
189
<hr>
 
190
<div class="refsect2">
 
191
<a name="zeitgeist-time-range-new-from-now"></a><h3>zeitgeist_time_range_new_from_now ()</h3>
 
192
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * zeitgeist_time_range_new_from_now  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
193
<div class="variablelist"><table border="0">
 
194
<col align="left" valign="top">
 
195
<tbody><tr>
 
196
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
197
<td>a new time range starting from the moment of invocation to the end of time</td>
 
198
</tr></tbody>
 
199
</table></div>
 
200
</div>
 
201
<hr>
 
202
<div class="refsect2">
 
203
<a name="zeitgeist-time-range-new-from-variant"></a><h3>zeitgeist_time_range_new_from_variant ()</h3>
 
204
<pre class="programlisting"><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="returnvalue">ZeitgeistTimeRange</span></a> * zeitgeist_time_range_new_from_variant
 
205
                                                        (<em class="parameter"><code><a href="../glib/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *variant</code></em>,
 
206
                                                         <em class="parameter"><code><a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
207
<p>
 
208
Create a <span class="type">TimeRange</span> from a variant.
 
209
</p>
 
210
<div class="variablelist"><table border="0">
 
211
<col align="left" valign="top">
 
212
<tbody>
 
213
<tr>
 
214
<td><p><span class="term"><em class="parameter"><code>variant</code></em> :</span></p></td>
 
215
<td> .  a variant representing a <span class="type">TimeRange</span>. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
 
216
</td>
 
217
</tr>
 
218
<tr>
 
219
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
 
220
<td>location to store the error occuring, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="Typed errors. Similar to throws in Java."><span class="acronym">error-domains</span></acronym> ZeitgeistDataModelError]</span>
 
221
</td>
 
222
</tr>
 
223
<tr>
 
224
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
225
<td>a new time range starting from the moment of invocation to the end of time</td>
 
226
</tr>
 
227
</tbody>
 
228
</table></div>
 
229
</div>
 
230
<hr>
 
231
<div class="refsect2">
 
232
<a name="zeitgeist-time-range-get-start"></a><h3>zeitgeist_time_range_get_start ()</h3>
 
233
<pre class="programlisting"><span class="returnvalue">gint64</span>              zeitgeist_time_range_get_start      (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>);</pre>
 
234
<p>
 
235
Get and return the current value of the <a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRange--start" title='The "start" property'><span class="type">"start"</span></a> property.
 
236
</p>
 
237
<div class="variablelist"><table border="0">
 
238
<col align="left" valign="top">
 
239
<tbody>
 
240
<tr>
 
241
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
242
<td>the <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> instance to query</td>
 
243
</tr>
 
244
<tr>
 
245
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
246
<td>the value of the <a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRange--start" title='The "start" property'><span class="type">"start"</span></a> property</td>
 
247
</tr>
 
248
</tbody>
 
249
</table></div>
 
250
</div>
 
251
<hr>
 
252
<div class="refsect2">
 
253
<a name="zeitgeist-time-range-get-end"></a><h3>zeitgeist_time_range_get_end ()</h3>
 
254
<pre class="programlisting"><span class="returnvalue">gint64</span>              zeitgeist_time_range_get_end        (<em class="parameter"><code><a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> *self</code></em>);</pre>
 
255
<p>
 
256
Get and return the current value of the <a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRange--end" title='The "end" property'><span class="type">"end"</span></a> property.
 
257
</p>
 
258
<div class="variablelist"><table border="0">
 
259
<col align="left" valign="top">
 
260
<tbody>
 
261
<tr>
 
262
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
263
<td>the <a class="link" href="ZeitgeistTimeRange.html" title="ZeitgeistTimeRange"><span class="type">ZeitgeistTimeRange</span></a> instance to query</td>
 
264
</tr>
 
265
<tr>
 
266
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
267
<td>the value of the <a class="link" href="ZeitgeistTimeRange.html#ZeitgeistTimeRange--end" title='The "end" property'><span class="type">"end"</span></a> property</td>
 
268
</tr>
 
269
</tbody>
 
270
</table></div>
 
271
</div>
 
272
<hr>
 
273
<div class="refsect2">
 
274
<a name="ZeitgeistTimeRange-struct"></a><h3>struct ZeitgeistTimeRange</h3>
 
275
<pre class="programlisting">struct ZeitgeistTimeRange;</pre>
 
276
<p>
 
277
Immutable representation of an interval in time, marked by a beginning and an end
 
278
</p>
 
279
<p>
 
280
</p>
 
281
<p>A light, immutable, encapsulation of an interval in time, marked by a beginning and an end.</p>
 
282
<p>
 
283
</p>
 
284
</div>
 
285
<hr>
 
286
<div class="refsect2">
 
287
<a name="ZeitgeistTimeRangeClass"></a><h3>struct ZeitgeistTimeRangeClass</h3>
 
288
<pre class="programlisting">struct ZeitgeistTimeRangeClass {
 
289
        GObjectClass parent_class;
 
290
};
 
291
</pre>
 
292
<p>
 
293
The class structure for <a class="link" href="ZeitgeistTimeRange.html#ZEITGEIST-TYPE-TIME-RANGE:CAPS" title="ZEITGEIST_TYPE_TIME_RANGE"><code class="literal">ZEITGEIST_TYPE_TIME_RANGE</code></a>. All the fields in this structure are private and should never be accessed directly.
 
294
</p>
 
295
<div class="variablelist"><table border="0">
 
296
<col align="left" valign="top">
 
297
<tbody><tr>
 
298
<td><p><span class="term"><a href="../gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="ZeitgeistTimeRangeClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
299
<td>the parent class structure</td>
 
300
</tr></tbody>
 
301
</table></div>
 
302
</div>
 
303
</div>
 
304
<div class="refsect1">
 
305
<a name="ZeitgeistTimeRange.property-details"></a><h2>Property Details</h2>
 
306
<div class="refsect2">
 
307
<a name="ZeitgeistTimeRange--end"></a><h3>The <code class="literal">"end"</code> property</h3>
 
308
<pre class="programlisting">  "end"                      <span class="type">gint64</span>                : Read</pre>
 
309
<p>end.</p>
 
310
<p>Default value: 0</p>
 
311
</div>
 
312
<hr>
 
313
<div class="refsect2">
 
314
<a name="ZeitgeistTimeRange--start"></a><h3>The <code class="literal">"start"</code> property</h3>
 
315
<pre class="programlisting">  "start"                    <span class="type">gint64</span>                : Read</pre>
 
316
<p>start.</p>
 
317
<p>Default value: 0</p>
 
318
</div>
 
319
</div>
 
320
</div>
 
321
<div class="footer">
 
322
<hr>
 
323
          Generated by GTK-Doc V1.18</div>
 
324
</body>
 
325
</html>
 
 
b'\\ No newline at end of file'