$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
vcardtextlist.h
Go to the documentation of this file.
1 /*======================================================================
2  FILE: vcardtextlist.h
3  CREATOR: Robert Stepanek 1 Feb 2026
4 
5  SPDX-FileCopyrightText: 2026, Fastmail Pty. Ltd. (https://fastmail.com)
6  SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
7  ======================================================================*/
8 
14 #ifndef VCARDTEXTLIST_H
15 #define VCARDTEXTLIST_H
16 
17 #include "libical_vcard_export.h"
18 #include "vcardstrarray.h"
19 
20 LIBICAL_VCARD_EXPORT vcardstrarray *vcardtextlist_new_from_string(const char *s, char sep);
21 
22 #endif /* VCARDTEXTLIST_H */
Namespace the icalstrarray functions for vcard.