15#ifndef VCARDRESTRICTION_H
16#define VCARDRESTRICTION_H
18#include "libical_vcard_export.h"
Defines the data structure representing vCard components.
Defines the data structure representing vCard properties.
bool vcardrestriction_check(vcardcomponent *comp)
Checks if a given VCARD meets all the restrictions imposed by the standard.
vcardrestriction_kind
The kinds of vcardrestrictions there are.
@ VCARD_RESTRICTION_ZEROPLUS
@ VCARD_RESTRICTION_ONEPLUS
@ VCARD_RESTRICTION_ZEROORONE
@ VCARD_RESTRICTION_UNKNOWN
@ VCARD_RESTRICTION_ONEEXCLUSIVE
@ VCARD_RESTRICTION_ONEMUTUAL
int vcardrestriction_compare(vcardrestriction_kind restr, int count)
Checks if the given count is in accordance with the given restriction, restr.