#include <list-adt.h>
Public Attributes | |
| void(* | append )(List *self, gconstpointer item) |
| void(* | foreach )(List *self, list_foreach_fn foreach_fn, gpointer user_data) |
| gboolean(* | is_empty )(List *self) |
| void(* | remove_all )(List *self) |
| void(* | free_fn )(List *self) |
| void(* List::append) (List *self, gconstpointer item) |
| void(* List::foreach) (List *self, list_foreach_fn foreach_fn, gpointer user_data) |
| void(* List::free_fn) (List *self) |
| gboolean(* List::is_empty) (List *self) |
| void(* List::remove_all) (List *self) |