#include <gtk/gtk.h>
#include "class.h"
Go to the source code of this file.
Compounds | |
struct | s_variable |
Defines | |
#define | VAR(class) ((struct s_variable *)class) |
#define | VAR_TYPE(const) CLASS_TYPE(const) |
#define | var_free(var) (var_free_from_list(var, NULL)) |
Enumerations | |
enum | var_locality_t { VAR_LOCAL, VAR_GLOBAL } |
Functions | |
s_variable * | var_alloc (gchar *) |
void | var_free_from_list (gpointer, gpointer) |
gint | var_comparison (gconstpointer, gconstpointer) |
|
Variable allocation. visibility :: public
|
|
Variable comparison. visibility :: public
|
|
Variable freeing. visibility :: public
|