Helper functions
Helper functions — Helper functions.
|
|
Description
A longer description goes here.
Details
h_va_list_to_slist ()
GSList* h_va_list_to_slist (va_list args);
Converts a va_list into a GSList.
args : |
argument list
|
Returns : |
a GSList
|
h_string_list_copy ()
GSList* h_string_list_copy (GSList *list);
Returns a deep copy of list
.
list : |
list of strings to copy
|
Returns : |
copy of list
|
h_string_list_free ()
void h_string_list_free (GSList *list);
Frees a GSList of strings.
list : |
string list to free
|