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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

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 <span class="returnvalue">tm</span>           <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 <span class="returnvalue">tm</span>           <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="../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="../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>,
669
669
<hr>
670
670
<div class="refsect2">
671
671
<a name="icaltimetype-to-tm"></a><h3>icaltimetype_to_tm ()</h3>
672
 
<pre class="programlisting">struct <span class="returnvalue">tm</span>           icaltimetype_to_tm                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);</pre>
 
672
<pre class="programlisting">struct <a href="../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>
673
673
<p>
674
674
Convers an icaltimetype structure into a GLibc's struct tm.
675
675
</p>
692
692
<hr>
693
693
<div class="refsect2">
694
694
<a name="icaltimetype-to-tm-with-zone"></a><h3>icaltimetype_to_tm_with_zone ()</h3>
695
 
<pre class="programlisting">struct <span class="returnvalue">tm</span>           icaltimetype_to_tm_with_zone        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
 
695
<pre class="programlisting">struct <a href="../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>,
696
696
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *from_zone</code></em>,
697
697
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *to_zone</code></em>);</pre>
698
698
<p>