$darkmode
Namespace the icalstrarray functions for vcard. More...
Go to the source code of this file.
Macros | |
| #define | vcardstrarray_add(array, add) icalstrarray_add(array, add) |
| #define | vcardstrarray_append(array, elem) icalstrarray_append(array, elem) |
| #define | vcardstrarray_clone(array) icalstrarray_clone(array) |
| #define | vcardstrarray_element_at(array, position) icalstrarray_element_at(array, position) |
| #define | vcardstrarray_find(array, needle) icalstrarray_find(array, needle) |
| #define | vcardstrarray_free(array) icalstrarray_free(array) |
| #define | vcardstrarray_new(increment_size) icalstrarray_new(increment_size) |
| #define | vcardstrarray_remove(array, del) icalstrarray_remove(array, del) |
| #define | vcardstrarray_remove_element_at(array, position) icalstrarray_remove_element_at(array, position) |
| #define | vcardstrarray_size(array) icalstrarray_size(array) |
| #define | vcardstrarray_sort(array) icalstrarray_sort(array) |
Typedefs | |
| typedef icalstrarray | vcardstrarray |
Namespace the icalstrarray functions for vcard.
Definition in file vcardstrarray.h.
1.8.10