~ubuntu-branches/ubuntu/precise/evolution-data-server/precise

« back to all changes in this revision

Viewing changes to docs/reference/calendar/libecal/html/libecal-e-cal-time-util.html

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre, Ken VanDine, Mathieu Trudel-Lapierre
  • Date: 2011-06-23 17:40:41 UTC
  • mfrom: (1.1.88 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623174041-4wd9jvs07wfinyet
Tags: 3.1.2-0ubuntu1
* New upstream version
  - bgo 589495 - Search folder by Size (KB) counts bytes, not KB (LP: #385859)
  - bgo 649757 - Filtering on a source account always succeeded (LP: #781391)
  - bgo 418954 - Add a separate entry combo for port numbers (LP: #160304)

[ Ken VanDine ]
* debian/libebook1.2-dev.install
  - Include EBook-1.2.gir
* debian/control
  - Added gir1.2-ebook-1.2 binary

[ Mathieu Trudel-Lapierre ]
* debian/control: drop libegroupwise1.2-13, libegroupwise-dev, they are now
  an independent module.
* debian/libegroupwise1.2-13.install,
  debian/libegroupwise1.2-dev.install,
  debian/lintian/libegroupwise1.2-13: dropped, see above.
* debian/control, debian/libe*.install, debian/lintian/libe*: rename and
  update files where needed to follow upstream soname changes.
* debian/control: bump evolution-data-server's Depends to libcamel-1.2-26.
* debian/rules: update to use makeshlibs with the new libcamel soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
<span class="returnvalue">void</span>                <a class="link" href="libecal-e-cal-time-util.html#time-to-gdate-with-zone" title="time_to_gdate_with_zone ()">time_to_gdate_with_zone</a>             (<em class="parameter"><code><span class="type">GDate</span> *date</code></em>,
79
79
                                                         <em class="parameter"><code><span class="type">time_t</span> time</code></em>,
80
80
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *zone</code></em>);
81
 
struct <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm" title="icaltimetype_to_tm ()">icaltimetype_to_tm</a>                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);
82
 
struct <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm-with-zone" title="icaltimetype_to_tm_with_zone ()">icaltimetype_to_tm_with_zone</a>        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
 
81
struct <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm" title="icaltimetype_to_tm ()">icaltimetype_to_tm</a>                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);
 
82
struct <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm-with-zone" title="icaltimetype_to_tm_with_zone ()">icaltimetype_to_tm_with_zone</a>        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
83
83
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *from_zone</code></em>,
84
84
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *to_zone</code></em>);
85
85
struct <span class="returnvalue">icaltimetype</span>  <a class="link" href="libecal-e-cal-time-util.html#tm-to-icaltimetype" title="tm_to_icaltimetype ()">tm_to_icaltimetype</a>                 (<em class="parameter"><code><span class="type">struct tm</span> *tm</code></em>,
731
731
<hr>
732
732
<div class="refsect2" title="icaltimetype_to_tm ()">
733
733
<a name="icaltimetype-to-tm"></a><h3>icaltimetype_to_tm ()</h3>
734
 
<pre class="programlisting">struct <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);</pre>
 
734
<pre class="programlisting">struct <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);</pre>
735
735
<p>
736
736
Convers an icaltimetype structure into a GLibc's struct tm.
737
737
</p>
757
757
<hr>
758
758
<div class="refsect2" title="icaltimetype_to_tm_with_zone ()">
759
759
<a name="icaltimetype-to-tm-with-zone"></a><h3>icaltimetype_to_tm_with_zone ()</h3>
760
 
<pre class="programlisting">struct <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm_with_zone        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
 
760
<pre class="programlisting">struct <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm_with_zone        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
761
761
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *from_zone</code></em>,
762
762
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *to_zone</code></em>);</pre>
763
763
<p>