#include <glib.h>
Go to the source code of this file.
Functions | |
void | eval_init (void) |
Initialize string evaluation. | |
void | eval_close (void) |
Cleanup local structures at shutdown time. | |
gchar * | eval_subst (const gchar *str) |
Needs brief description here. |
|
Cleanup local structures at shutdown time.
|
|
Initialize string evaluation.
|
|
Needs brief description here. Substitutes variables from string:
If given a NULL input, we return NULL.
|