[Compact]
[CCode (ref_function = "soup_buffer_copy", unref_function = "soup_buffer_free", type_id = "SOUP_TYPE_BUFFER", cheader_filename = "libsoup/soup.h")]
public class Buffer {
- public weak string data;
+ [CCode (array_length_cname = "length", array_length_type = "size_t")]
+ public uint8[] data;
public size_t length;
[CCode (has_construct_function = false)]
public Buffer (Soup.MemoryUse use, [CCode (type = "void*", array_length_type = "gsize")] uint8[] data);
soup_auth_domain_digest_set_auth_callback.callback transfer_ownership="1"
soup_auth_domain_digest_set_auth_callback.dnotify hidden="1"
SoupBuffer ref_function="soup_buffer_copy" unref_function="soup_buffer_free"
+SoupBuffer.data type_name="uint8" is_array="1" weak="0" array_length_cname="length" array_length_type="size_t"
soup_buffer_copy transfer_ownership="1"
soup_buffer_new.data type_name="uint8" is_array="1" ctype="void*" array_length_type="gsize"
soup_buffer_new.length hidden="1"