API Version: 2.0
Library Version: 2.72
void g_key_file_set_double ( GKeyFile* key_file, const gchar* group_name, const gchar* key, gdouble value )
Associates a new double value with key under group_name. If key cannot be found then it is created.
key
group_name
const gchar*
A group name.
A key.
value
gdouble
A double value.