$darkmode
Namespace the icalenumarray functions for vcard. More...
Go to the source code of this file.
Macros | |
| #define | vcardenumarray_add(array, add) icalenumarray_add(array, add) |
| #define | vcardenumarray_append(array, elem) icalenumarray_append(array, elem) |
| #define | vcardenumarray_clone(array) icalenumarray_clone(array) |
| #define | vcardenumarray_element_at(array, position) icalenumarray_element_at(array, position) |
| #define | vcardenumarray_find(array, needle) icalenumarray_find(array, needle) |
| #define | vcardenumarray_free(array) icalenumarray_free(array) |
| #define | vcardenumarray_new(increment_size) icalenumarray_new(increment_size) |
| #define | vcardenumarray_remove(array, del) icalenumarray_remove(array, del) |
| #define | vcardenumarray_remove_element_at(array, position) icalenumarray_remove_element_at(array, position) |
| #define | vcardenumarray_size(array) icalenumarray_size(array) |
| #define | vcardenumarray_sort(array) icalenumarray_sort(array) |
Typedefs | |
| typedef icalenumarray | vcardenumarray |
| typedef icalenumarray_element | vcardenumarray_element |
Namespace the icalenumarray functions for vcard.
Definition in file vcardenumarray.h.
1.8.10