| Top |
| gpointer | (*EListCopyFunc) () |
| void | (*EListFreeFunc) () |
| EList * | e_list_new () |
| void | e_list_construct () |
| EList * | e_list_duplicate () |
| EIterator * | e_list_get_iterator () |
| void | e_list_append () |
| void | e_list_remove () |
| gint | e_list_length () |
| void | e_list_remove_link () |
| void | e_list_remove_iterator () |
| void | e_list_invalidate_iterators () |
void e_list_construct (EList *list,EListCopyFunc copy,EListFreeFunc free,gpointer closure);
list |
The EList. |
|
copy |
the copy func. |
[scope call] |
free |
the free func. |
[scope call] |
closure |
user data |