Method
GLibKeyFileget_int64
Declaration
gint64
g_key_file_get_int64 (
GKeyFile* key_file,
const gchar* group_name,
const gchar* key,
GError** error
)
Description
Returns the value associated with key
under group_name
as a signed
64-bit integer. This is similar to g_key_file_get_integer()
but can return
64-bit results without truncation.
Available since: | 2.26 |
Parameters
group_name |
const gchar* |
A non- |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
key |
const gchar* |
A non- |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |