Secret.attributesBuildv

Build up a hash table of attribute values.

The variable argument list should contain pairs of a) The attribute name as a null-terminated string, followed by b) attribute value, either a character string, an int number, or a gboolean value, as defined in the password @schema. The list of attribtues should be terminated with a %NULL.

struct Secret
static
HashTable
attributesBuildv
(,
void* va
)

Parameters

schema Schema

the schema for the attributes

va void*

the attribute keys and values, terminated with %NULL

Return Value

Type: HashTable

a new table of attributes, to be released with g_hash_table_unref()

Meta