#include <gtk/gtk.h>
#include "class.h"
Go to the source code of this file.
Compounds | |
struct | s_list |
Defines | |
#define | LIST(class) ((struct s_list *)class) |
#define | LIST_TYPE(const) CLASS_TYPE(const) |
#define | list_append(list, data) (LIST(list)->GTKList = g_slist_append(LIST(list)->GTKList, data)) |
Typedefs | |
typedef void(* | free_t )(gpointer, gpointer) |
Functions | |
s_list * | list_alloc (free_t) |
void | list_free (struct s_list *) |
|
lists allocation. visibility :: public
|
|
list freeing. visibility :: public
|