glib
0.19.9
In glib::
auto::
functions
Functions
access
application_name
base64_decode
base64_encode
check_version
codeset
compute_checksum_for_bytes
compute_checksum_for_data
compute_hmac_for_bytes
compute_hmac_for_data
current_dir
dcgettext
dgettext
dngettext
dpgettext
dpgettext2
environ
file_set_contents
file_test
filename_display_basename
filename_display_name
filename_from_uri
filename_to_uri
find_program_in_path
format_size
format_size_full
getenv
home_dir
host_name
hostname_is_ascii_encoded
hostname_is_ip_address
hostname_is_non_ascii
hostname_to_ascii
hostname_to_unicode
language_names
listenv
locale_variants
main_current_source
main_depth
markup_escape_text
mkdir_with_parents
monotonic_time
num_processors
on_error_query
on_error_stack_trace
path_get_basename
path_get_dirname
random_double
random_double_range
random_int
random_int_range
random_set_seed
real_name
real_time
reload_user_special_dirs_cache
set_application_name
setenv
shell_parse_argv
shell_quote
shell_unquote
spaced_primes_closest
spawn_async
spawn_check_exit_status
spawn_command_line_async
system_config_dirs
system_data_dirs
tmp_dir
unlink
unsetenv
user_cache_dir
user_config_dir
user_data_dir
user_name
user_runtime_dir
user_special_dir
usleep
uuid_string_is_valid
uuid_string_random
glib
::
auto
::
functions
Function
compute_hmac_for_bytes
Copy item path
Settings
Help
Summary
source
pub fn compute_hmac_for_bytes( digest_type:
ChecksumType
, key: &
Bytes
, data: &
Bytes
, ) ->
GString