#include <stdio.h>
#include <stdarg.h>
#include <gtk/gtk.h>
#include "value.h"
#include "mem.h"
Functions | |
void | value_set (struct s_value *myval, valuetype_t type,...) |
void | value_unset (struct s_value myval) |
void | value_translate (struct s_value to, struct s_value from) |
void | value_copy (struct s_value *to, struct s_value *from) |
|
Value copy. visibility :: public
|
|
Value initialisation. visibility :: public
|
|
Value translation. visibility :: public
|
|
Value desinitialisation. visibility :: public @remarks: 1. the value is not a standalone variable, so we don't have to free it. We must just free it's content if it's a string pointer
|