OpenVAS Libraries
6.0+beta5
|
#include "glib.h"
Go to the source code of this file.
Functions | |
GSList * | keys_as_string_list (GHashTable *hash_table, GCompareFunc cmp_func) |
Returns a list of keys (assumed to be strings) of a given GHashTable. More... | |
GSList* keys_as_string_list | ( | GHashTable * | hash_table, |
GCompareFunc | cmp_func | ||
) |
Returns a list of keys (assumed to be strings) of a given GHashTable.
that is optionally sorted.
hash_table | The GHashTable whose keys to return. |
cmp_func | (can be NULL) String comparison function if the returned list shall be sorted. |