API Version: 2.0
Library Version: 2.72
void g_key_file_set_int64 ( GKeyFile* key_file, const gchar* group_name, const gchar* key, gint64 value )
Associates a new integer 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
gint64
An integer value.