Functions
- A wrapper for the POSIX
access()
function. This function is used to test a pathname for one or several of read, write or execute permissions, or just existence. - Decode a sequence of Base-64 encoded text into binary data. Note that the returned binary data is not necessarily zero-terminated, so it should not be used as a character string.
- Encode a sequence of binary data into its Base-64 stringified representation.
- Checks that the GLib library in use is compatible with the given version.
- Computes the checksum for a binary
data
. This is a convenience wrapper forChecksum::new()
,Checksum::string()
andg_checksum_free()
. - Computes the checksum for a binary
data
oflength
. This is a convenience wrapper forChecksum::new()
,Checksum::string()
andg_checksum_free()
. - Computes the HMAC for a binary
data
. This is a convenience wrapper forg_hmac_new()
,g_hmac_get_string()
andg_hmac_unref()
. - Computes the HMAC for a binary
data
oflength
. This is a convenience wrapper forg_hmac_new()
,g_hmac_get_string()
andg_hmac_unref()
. - console_charset
v2_62
- os_info
v2_64
- spawn_check_exit_statusDeprecated
- user_state_dir
v2_72