summaryrefslogtreecommitdiff
path: root/apidocs/deprecated.html
diff options
context:
space:
mode:
Diffstat (limited to 'apidocs/deprecated.html')
-rw-r--r--apidocs/deprecated.html23
1 files changed, 12 insertions, 11 deletions
diff --git a/apidocs/deprecated.html b/apidocs/deprecated.html
index 5638ca90..89da1191 100644
--- a/apidocs/deprecated.html
+++ b/apidocs/deprecated.html
@@ -3,15 +3,16 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.3.1"/>
+<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Libical: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
- $(document).ready(function() { searchBox.OnSelectItem(0); });
+ $(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
@@ -23,7 +24,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Libical
- &#160;<span id="projectnumber">1.0</span>
+ &#160;<span id="projectnumber">2.0</span>
</div>
</td>
</tr>
@@ -31,7 +32,7 @@
</table>
</div>
<!-- end header part -->
-<!-- Generated by Doxygen 1.8.3.1 -->
+<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
@@ -64,7 +65,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
-<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Pages</a></div>
+</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
@@ -80,13 +81,13 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
-<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="icaltime_8h.html#ad9a0bca8993bc2562bba2f77276c2659">icaltime_from_timet</a> (const time_t v, const int is_date)</dt>
-<dd>This constructor is deprecated and shouldn't be used in new software. Use icaltime_from_timet_with_zone(time_t, int, icaltimezone *) instead. In the meantime, calls to this method return a floating time, which can always be converted to a local time with an appropriate call to <a class="el" href="icaltime_8h.html#a9fd9b6de943eec5733b74d958951a9c8" title="Convert time to a given timezone.">icaltime_convert_to_zone()</a>. </dd>
-<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="icaltime_8h.html#aa5dee403ea60310b579d74daa56843b4">icaltime_start_doy_of_week</a> (const struct icaltimetype t)</dt>
+<dt><a class="anchor" id="_deprecated000003"></a>globalScope&gt; Global <a class="el" href="icaltime_8h.html#a6307f39d1fd46543304e7bc32a6b2353">icaltime_from_timet</a> (const time_t v, const int is_date)</dt>
+<dd>This constructor is deprecated and shouldn't be used in new software. Use icaltime_from_timet_with_zone(time_t, int, icaltimezone *) instead. In the meantime, calls to this method return a floating time, which can always be converted to a local time with an appropriate call to <a class="el" href="icaltime_8h.html#ac2e4361cd81e363507f8086338bd2f05" title="Convert time to a given timezone. ">icaltime_convert_to_zone()</a>. </dd>
+<dt><a class="anchor" id="_deprecated000004"></a>globalScope&gt; Global <a class="el" href="icaltime_8h.html#aad525d908cf51de788cb8f559e87a069">icaltime_start_doy_of_week</a> (const struct icaltimetype t)</dt>
<dd>Doesn't take into account different week start days. </dd>
-<dt><a class="anchor" id="_deprecated000004"></a>Global <a class="el" href="icaltimezone_8h.html#a1ebe99e4975a461da82f4add92ca01d4">icaltimezone_get_utc_offset</a> (icaltimezone *zone, struct icaltimetype *tt, int *is_daylight)</dt>
+<dt><a class="anchor" id="_deprecated000001"></a>globalScope&gt; Global <a class="el" href="icaltimezone_8c.html#a1ebe99e4975a461da82f4add92ca01d4">icaltimezone_get_utc_offset</a> (icaltimezone *zone, struct icaltimetype *tt, int *is_daylight)</dt>
<dd>This API wasn't updated when we changed icaltimetype to contain its own timezone. Also, this takes a pointer instead of the struct. </dd>
-<dt><a class="anchor" id="_deprecated000005"></a>Global <a class="el" href="icaltimezone_8h.html#af6c4b7dc1e0c056bfbbd0f833d039b5d">icaltimezone_get_utc_offset_of_utc_time</a> (icaltimezone *zone, struct icaltimetype *tt, int *is_daylight)</dt>
+<dt><a class="anchor" id="_deprecated000002"></a>globalScope&gt; Global <a class="el" href="icaltimezone_8c.html#af6c4b7dc1e0c056bfbbd0f833d039b5d">icaltimezone_get_utc_offset_of_utc_time</a> (icaltimezone *zone, struct icaltimetype *tt, int *is_daylight)</dt>
<dd>This API wasn't updated when we changed icaltimetype to contain its own timezone. Also, this takes a pointer instead of the struct. </dd>
</dl>
</div></div><!-- contents -->
@@ -94,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.3.1
+</a> 1.8.9.1
</small></address>
</body>
</html>