Libical API Documentation 4.0 STABLE VERSION [Visit the v3.0 documentation]
Loading...
Searching...
No Matches
vcardtypes.h
Go to the documentation of this file.
1/*======================================================================
2 FILE: vcardtypes.h
3 CREATOR: Ken Murchison 24 Aug 2022
4
5 SPDX-FileCopyrightText: 2022, Fastmail Pty. Ltd. (https://fastmail.com)
6 SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
7 ======================================================================*/
8
13
14#ifndef VCARDTYPES_H
15#define VCARDTYPES_H
16
17#include "libical_vcard_export.h"
18
19#define VCARD_GEO_LEN 16
20
21typedef struct vcardgeotype {
22 const char *uri;
23 struct {
28
29typedef struct vcardtztype {
30 const char *tzid;
31 const char *uri;
34
35#endif /* VCARDTYPES_H */
char lon[16]
Definition vcardtypes.h:25
struct vcardgeotype::@162201204342263205067330224176321027032342016274 coords
const char * uri
Definition vcardtypes.h:22
char lat[16]
Definition vcardtypes.h:24
const char * uri
Definition vcardtypes.h:31
const char * tzid
Definition vcardtypes.h:30
#define VCARD_GEO_LEN
Definition vcardtypes.h:19