glib.gbytes

Undocumented in source.

Members

Functions

g_bytes_compare
gint g_bytes_compare(gconstpointer bytes1, gconstpointer bytes2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_equal
gboolean g_bytes_equal(gconstpointer bytes1, gconstpointer bytes2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_get_data
gconstpointer g_bytes_get_data(GBytes* bytes, gsize* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_get_size
gsize g_bytes_get_size(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_hash
guint g_bytes_hash(gconstpointer bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new
GBytes* g_bytes_new(gconstpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_from_bytes
GBytes* g_bytes_new_from_bytes(GBytes* bytes, gsize offset, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_static
GBytes* g_bytes_new_static(gconstpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_take
GBytes* g_bytes_new_take(gpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_with_free_func
GBytes* g_bytes_new_with_free_func(gconstpointer data, gsize size, GDestroyNotify free_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_ref
GBytes* g_bytes_ref(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref
void g_bytes_unref(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref_to_array
GByteArray* g_bytes_unref_to_array(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref_to_data
gpointer g_bytes_unref_to_data(GBytes* bytes, gsize* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta