- g_bytes_comparegint 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_equalgboolean 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_datagconstpointer 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_sizegsize 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_hashguint 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_newGBytes* 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_bytesGBytes* 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_staticGBytes* 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_takeGBytes* 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_funcGBytes* 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_refGBytes* 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_unrefvoid 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_arrayGByteArray* 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_datagpointer 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.