X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2Finterface.html;h=34f8b073c214ec5f3f381ae9d9d356f0eec41723;hb=866835ac8928d7e40919c2ca59799cb37023856f;hp=eb3c4f05cd880d26d69e37d8ba62618de0d6530d;hpb=90641a30c9dfb4b2b24c5fdc23d5c7baf22efc4f;p=gedcom-parse.git diff --git a/doc/interface.html b/doc/interface.html index eb3c4f0..34f8b07 100644 --- a/doc/interface.html +++ b/doc/interface.html @@ -1208,7 +1208,7 @@ XREF_PTR(SUBN)
ELT_SUB_SOUR, ELT_SUB_SOUR_TEXT

- NULL
STRING

+ NULL
STRING

NULL
@@ -2303,7 +2303,9 @@ the value that is returned by GEDCOM_STRING(val) is always the s DV_PHRASE
- a free form date phrase
+ a free form date phrase +(date1 and date2 can contain meaningful values, if the dates could be parsed, +but did not result in a valid date; the sdn values will then still be -1)
phrase
@@ -2313,7 +2315,7 @@ the value that is returned by GEDCOM_STRING(val) is always the s
The following function creates a new date_value struct and initializes it properly, or copies an existing date value: -
struct date_value* gedcom_new_date_value (struct date_value* copy_from);
+
struct date_value* gedcom_new_date_value (const struct date_value* copy_from);
If the parameter copy_from is NULL, a new value is created and given initial values.  If it is non-NULL, the value is copied into a new date value.

struct date
@@ -2576,7 +2578,7 @@ The modifier can be one of the following:
  • AGE_NO_MODIFIER : no modifier
  • AGE_LESS_THAN  : the modifier '<' is added
  • AGE_GREATER_THAN : the modifier '>' is added
  • The following function creates a new age_value struct and initializes it properly, or copies an existing age value: -
    struct age_value* gedcom_new_age_value (struct age_value* copy_from);
    +
    struct age_value* gedcom_new_age_value (const struct age_value* copy_from);
    If the parameter copy_from is NULL, a new value is created and given initial values.  If it is non-NULL, the value is copied into a new age value.

    struct xref_value

    @@ -2691,4 +2693,6 @@ An example would thus be: "@This is an xref_val@".



    - +
    +
    + \ No newline at end of file