~zeitgeist-packagers/libzeitgeist/ubuntu

« back to all changes in this revision

Viewing changes to src/docbook-struct-TimeRange.xml

  • Committer: Sebastien Bacher
  • Date: 2010-12-17 11:24:32 UTC
  • mfrom: (130.2.8 upstream)
  • Revision ID: seb128@ubuntu.com-20101217112432-fvpa4ogpotl4k0pz
* New upstream version
* debian/control: 
  - don't use libeggdbus, update the requirement on libglib for gdbus
  - updated for the new soname
* Updated the .install and the .symbols for the new soname

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2 //EN"
3
 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
 
<refentry id="eggdbus-structmain-TimeRange">
5
 
  <refmeta>
6
 
    <refentrytitle role="top_of_page">TimeRange Structure</refentrytitle>
7
 
  </refmeta>
8
 
  <refnamediv>
9
 
    <refname>TimeRange Structure</refname>
10
 
    <refpurpose>Time range</refpurpose>
11
 
  </refnamediv>
12
 
  <refsect1>
13
 
    <refsect2 role="struct" id="eggdbus-struct-TimeRange">
14
 
      <title>The TimeRange Structure</title>
15
 
        <para>
16
 
          <programlisting>
17
 
{
18
 
  Int64 start,
19
 
  Int64 end
20
 
}
21
 
          </programlisting>
22
 
          <para>
23
 
A time range declared in milliseconds since the Unix Epoch
24
 
          </para>
25
 
          <variablelist role="struct">
26
 
  <varlistentry>
27
 
    <term><literal>Int64 <structfield>start</structfield></literal></term>
28
 
    <listitem>
29
 
      <para>
30
 
Starting time
31
 
      </para>
32
 
    </listitem>
33
 
  </varlistentry>
34
 
  <varlistentry>
35
 
    <term><literal>Int64 <structfield>end</structfield></literal></term>
36
 
    <listitem>
37
 
      <para>
38
 
End time
39
 
      </para>
40
 
    </listitem>
41
 
  </varlistentry>
42
 
          </variablelist>
43
 
        </para>
44
 
    </refsect2>
45
 
  </refsect1>
46
 
</refentry>