Handling of personal config ('my' variables)
Function | Description | Links |
---|---|---|
myvar_append() | Append to the value of a "my_" variable | |
myvar_del() | Unset the value of a "my_" variable | |
myvar_find() | Locate a "my_" variable | |
myvar_free() | Free a MyVar | |
myvar_get() | Get the value of a "my_" variable | |
myvar_new() | Create a new MyVar | |
myvar_set() | Set the value of a "my_" variable | |
myvarlist_free() | Free a List of MyVars |