#include <stdio.h>
#include <gtk/gtk.h>
#include "variable.h"
#include "debug.h"
Functions | |
s_variable * | var_alloc (gchar *name) |
void | var_free_from_list (gpointer myvar, gpointer nil) |
gint | var_comparison (gconstpointer myvar, gconstpointer name) |
|
Variable allocation. visibility :: public
|
|
Variable comparison. visibility :: public
|
|
Variable freeing. visibility :: public
|