bindbc.hb.bind.blob

Undocumented in source.

Members

Aliases

hb_memory_mode_t
alias hb_memory_mode_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

HB_MEMORY_MODE_DUPLICATE
anonymousenum HB_MEMORY_MODE_DUPLICATE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

hb_blob_copy_writable_or_fail
hb_blob_t* hb_blob_copy_writable_or_fail(hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_create
hb_blob_t* hb_blob_create(const(char)* data, uint length, hb_memory_mode_t mode, void* user_data, hb_destroy_func_t destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_create_from_file
hb_blob_t* hb_blob_create_from_file(const(char)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_create_sub_blob
hb_blob_t* hb_blob_create_sub_blob(hb_blob_t* parent, uint offset, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_destroy
void hb_blob_destroy(hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_data
const(char)* hb_blob_get_data(hb_blob_t* blob, uint* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_data_writable
char* hb_blob_get_data_writable(hb_blob_t* blob, uint* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_empty
hb_blob_t* hb_blob_get_empty()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_length
uint hb_blob_get_length(hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_user_data
void* hb_blob_get_user_data(hb_blob_t* blob, hb_user_data_key_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_is_immutable
hb_bool_t hb_blob_is_immutable(hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_make_immutable
void hb_blob_make_immutable(hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_reference
hb_blob_t* hb_blob_reference(hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_set_user_data
hb_bool_t hb_blob_set_user_data(hb_blob_t* blob, hb_user_data_key_t* key, void* data, hb_destroy_func_t destroy, hb_bool_t replace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

hb_blob_copy_writable_or_fail
fp_hb_blob_copy_writable_or_fail hb_blob_copy_writable_or_fail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_create
fp_hb_blob_create hb_blob_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_create_from_file
fp_hb_blob_create_from_file hb_blob_create_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_create_sub_blob
fp_hb_blob_create_sub_blob hb_blob_create_sub_blob;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_destroy
fp_hb_blob_destroy hb_blob_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_data
fp_hb_blob_get_data hb_blob_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_data_writable
fp_hb_blob_get_data_writable hb_blob_get_data_writable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_empty
fp_hb_blob_get_empty hb_blob_get_empty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_length
fp_hb_blob_get_length hb_blob_get_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_get_user_data
fp_hb_blob_get_user_data hb_blob_get_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_is_immutable
fp_hb_blob_is_immutable hb_blob_is_immutable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_make_immutable
fp_hb_blob_make_immutable hb_blob_make_immutable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_reference
fp_hb_blob_reference hb_blob_reference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_blob_set_user_data
fp_hb_blob_set_user_data hb_blob_set_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

hb_blob_t
struct hb_blob_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta