| Evolution-Data-Server Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct EListIterator;
struct EListIteratorClass;
EIterator * e_list_iterator_new (EList *list);
Details
struct EListIterator
struct EListIterator {
EIterator parent;
EList *list;
GList *iterator;
};
Warning
EListIterator is deprecated and should not be used in newly-written code.
struct EListIteratorClass
struct EListIteratorClass {
EIteratorClass parent_class;
};
Warning
EListIteratorClass is deprecated and should not be used in newly-written code.
