X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2Finterface.html;h=2a90537e327764db7a3f8b760026c3658e68e00f;hb=e64a3ac05141381579c407b779d6db66ecdb367d;hp=906aeea95a226a7d5c42ff8dfb988c55523d1d8e;hpb=c80fb171c952d002191509a343bb4c3747dffc35;p=gedcom-parse.git diff --git a/doc/interface.html b/doc/interface.html index 906aeea..2a90537 100644 --- a/doc/interface.html +++ b/doc/interface.html @@ -1208,7 +1208,7 @@ XREF_PTR(SUBN)
ELT_SUB_SOUR, ELT_SUB_SOUR_TEXT

- STRING
+ NULL
STRING

NULL
@@ -2313,7 +2313,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 +2576,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 +2691,5 @@ An example would thus be: "@This is an xref_val@".



    +
    \ No newline at end of file