get_uint64
Description:
[ Version ( since = "2.26" ) ]
public uint64 get_uint64 (string group_name, string key) throws KeyFileError
public uint64 get_uint64 (string group_name, string key) throws KeyFileError
Returns the value associated with key under group_name as an unsigned 64-bit integer.
This is similar to [method@GLib.KeyFile.get_integer] but can return large positive results without truncation.
Parameters:
| this |
a key file |
| group_name |
a group name |
| key |
a key |
Returns:
|
the value associated with the key as an unsigned 64-bit integer, or `0` if the key was not found or could not be parsed. |