Struct
NumCosmoMathVarDict
Description [src]
struct NcmVarDict {
/* No available fields */
}
Variable dictionary.
A NcmVarDict is a GHashTable that holds GVariant‘s. It is used to store GVariant‘s
that can be serialized to a GVariant.
Instance methods
ncm_var_dict_set_boolean
Sets a boolean to a NcmVarDict. If there is already a boolean
with key key, it is unreferenced.
ncm_var_dict_set_boolean_array
Sets an array of booleans to a NcmVarDict. If there is already an array
of booleans with key key, it is unreferenced.
ncm_var_dict_set_double
Sets a double to a NcmVarDict. If there is already a double
with key key, it is unreferenced.
ncm_var_dict_set_double_array
Sets an array of doubles to a NcmVarDict. If there is already an array
of doubles with key key, it is unreferenced.
ncm_var_dict_set_int
Sets an integer to a NcmVarDict. If there is already an integer
with key key, it is unreferenced.
ncm_var_dict_set_int_array
Sets an array of integers to a NcmVarDict. If there is already an array
of integers with key key, it is unreferenced.
ncm_var_dict_set_string
Sets a string to a NcmVarDict. If there is already a string
with key key, it is unreferenced.
ncm_var_dict_set_variant
Sets a GVariant to a NcmVarDict. If there is already a GVariant
with key key, it is unreferenced.
ncm_var_dict_unref
Decreases the reference count of vd by one. If the reference count
reaches zero, all objects in the dictionary are unreferenced.