X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2Finterface.html;h=2a90537e327764db7a3f8b760026c3658e68e00f;hb=e64a3ac05141381579c407b779d6db66ecdb367d;hp=eb3c4f05cd880d26d69e37d8ba62618de0d6530d;hpb=90641a30c9dfb4b2b24c5fdc23d5c7baf22efc4f;p=gedcom-parse.git diff --git a/doc/interface.html b/doc/interface.html index eb3c4f0..2a90537 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
@@ -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