Method

GLibKeyFileset_uint64

since: 2.26

Declaration

void
g_key_file_set_uint64 (
  GKeyFile* key_file,
  const gchar* group_name,
  const gchar* key,
  guint64 value
)

Description

Associates a new integer value with key under group_name. If key cannot be found then it is created.

Available since: 2.26

Parameters

group_name

Type: const gchar*

A group name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
key

Type: const gchar*

A key.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
value

Type: guint64

An integer value.