Libical API Documentation
4.0 UNRELEASED
Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
src
libicalvcard
vcardstructuredimpl.h
1
/*======================================================================
2
FILE: vcardstructuredimpl.h
3
CREATOR: Robert Stepanek 19 Feb 2026
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
9
#ifndef VCARDSTRUCTUREDIMPL_H
10
#define VCARDSTRUCTUREDIMPL_H
11
12
#include "vcardstrarray.h"
13
14
struct
vcardstructuredtype_impl
{
15
/* Reference count */
16
unsigned
refcount;
17
18
size_t
num_fields;
19
size_t
num_alloc;
20
vcardstrarray **field;
21
};
22
23
#endif
/* VCARDSTRUCTUREDIMPL_H */
vcardstructuredtype_impl
Definition
vcardstructuredimpl.h:14
Generated on
for Libical API Documentation by
1.14.0