Top | ![]() |
![]() |
![]() |
![]() |
|
(*EListCopyFunc) () |
|
(*EListFreeFunc) () |
|
e_list_new () |
|
e_list_construct () |
|
e_list_duplicate () |
EIterator * | e_list_get_iterator () |
|
e_list_append () |
|
e_list_remove () |
|
e_list_length () |
|
e_list_remove_link () |
|
e_list_remove_iterator () |
|
e_list_invalidate_iterators () |
gpointer (*EListCopyFunc) (,
gconstpointer data);
gpointer closure
EListCopyFunc
is deprecated and should not be used in newly-written code.
void (*EListFreeFunc) (,
gpointer data);
gpointer closure
EListFreeFunc
is deprecated and should not be used in newly-written code.
EList * e_list_new (EListCopyFunc copy
,EListFreeFunc free
,);
gpointer closure
e_list_new
is deprecated and should not be used in newly-written code.
void e_list_construct (,
EList *listEListCopyFunc copy
,EListFreeFunc free
,);
gpointer closure
e_list_construct
is deprecated and should not be used in newly-written code.
EList * e_list_duplicate ();
EList *list
e_list_duplicate
is deprecated and should not be used in newly-written code.
EIterator *
e_list_get_iterator (EList *list
);
e_list_get_iterator
is deprecated and should not be used in newly-written code.
void e_list_append (,
EList *list);
gconstpointer data
e_list_append
is deprecated and should not be used in newly-written code.
void e_list_remove (,
EList *list);
gconstpointer data
e_list_remove
is deprecated and should not be used in newly-written code.
gint e_list_length ();
EList *list
e_list_length
is deprecated and should not be used in newly-written code.
void e_list_remove_link (,
EList *list);
GList *link
e_list_remove_link
is deprecated and should not be used in newly-written code.
[skip]
void e_list_remove_iterator (,
EList *listEIterator *iterator
);
e_list_remove_iterator
is deprecated and should not be used in newly-written code.
void e_list_invalidate_iterators (,
EList *listEIterator *skip
);
e_list_invalidate_iterators
is deprecated and should not be used in newly-written code.