File: lunar-date.devhelp2

package info (click to toggle)
lunar-date 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,956 kB
  • sloc: sh: 11,074; ansic: 1,557; makefile: 215
file content (39 lines) | stat: -rw-r--r-- 3,557 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="LunarDate Reference Manual" link="index.html" author="" name="lunar-date" version="2" language="c">
  <chapters>
    <sub name="API Reference" link="ch01.html">
      <sub name="Version Information" link="lunar-date-Version-Information.html"/>
      <sub name="LunarDate" link="LunarDate.html"/>
    </sub>
    <sub name="Object Hierarchy" link="object-tree.html"/>
    <sub name="API Index" link="api-index-full.html"/>
    <sub name="Index of deprecated API" link="deprecated-api-index.html"/>
    <sub name="Annotation Glossary" link="annotation-glossary.html"/>
  </chapters>
  <functions>
    <keyword type="variable" name="lunar_date_major_version" link="lunar-date-Version-Information.html#lunar-date-major-version" since="2.4.0"/>
    <keyword type="variable" name="lunar_date_minor_version" link="lunar-date-Version-Information.html#lunar-date-minor-version" since="2.4.0"/>
    <keyword type="variable" name="lunar_date_micro_version" link="lunar-date-Version-Information.html#lunar-date-micro-version" since="2.4.0"/>
    <keyword type="macro" name="LUNAR_DATE_MAJOR_VERSION" link="lunar-date-Version-Information.html#LUNAR-DATE-MAJOR-VERSION:CAPS" since="2.4.0"/>
    <keyword type="macro" name="LUNAR_DATE_MINOR_VERSION" link="lunar-date-Version-Information.html#LUNAR-DATE-MINOR-VERSION:CAPS" since="2.4.0"/>
    <keyword type="macro" name="LUNAR_DATE_MICRO_VERSION" link="lunar-date-Version-Information.html#LUNAR-DATE-MICRO-VERSION:CAPS" since="2.4.0"/>
    <keyword type="function" name="lunar_date_check_version ()" link="lunar-date-Version-Information.html#lunar-date-check-version" since="2.4.0"/>
    <keyword type="macro" name="LUNAR_DATE_CHECK_VERSION()" link="lunar-date-Version-Information.html#LUNAR-DATE-CHECK-VERSION:CAPS" since="2.4.0"/>
    <keyword type="function" name="lunar_init ()" link="lunar-date-Version-Information.html#lunar-init" deprecated="2.4.0"/>
    <keyword type="struct" name="struct LunarDate" link="LunarDate.html#LunarDate-struct"/>
    <keyword type="enum" name="enum LunarDateError" link="LunarDate.html#LunarDateError"/>
    <keyword type="function" name="lunar_date_new ()" link="LunarDate.html#lunar-date-new"/>
    <keyword type="function" name="lunar_date_set_solar_date ()" link="LunarDate.html#lunar-date-set-solar-date"/>
    <keyword type="function" name="lunar_date_set_lunar_date ()" link="LunarDate.html#lunar-date-set-lunar-date"/>
    <keyword type="function" name="lunar_date_get_jieri ()" link="LunarDate.html#lunar-date-get-jieri"/>
    <keyword type="function" name="lunar_date_strftime ()" link="LunarDate.html#lunar-date-strftime"/>
    <keyword type="function" name="lunar_date_free ()" link="LunarDate.html#lunar-date-free"/>
    <keyword type="constant" name="LUNAR_DATE_ERROR_INTERNAL" link="LunarDate.html#LUNAR-DATE-ERROR-INTERNAL:CAPS"/>
    <keyword type="constant" name="LUNAR_DATE_ERROR_YEAR" link="LunarDate.html#LUNAR-DATE-ERROR-YEAR:CAPS"/>
    <keyword type="constant" name="LUNAR_DATE_ERROR_MONTH" link="LunarDate.html#LUNAR-DATE-ERROR-MONTH:CAPS"/>
    <keyword type="constant" name="LUNAR_DATE_ERROR_DAY" link="LunarDate.html#LUNAR-DATE-ERROR-DAY:CAPS"/>
    <keyword type="constant" name="LUNAR_DATE_ERROR_HOUR" link="LunarDate.html#LUNAR-DATE-ERROR-HOUR:CAPS"/>
    <keyword type="constant" name="LUNAR_DATE_ERROR_LEAP" link="LunarDate.html#LUNAR-DATE-ERROR-LEAP:CAPS"/>
  </functions>
</book>