Completes an asynchronous request to g_file_load_bytes_async().
For resources, etag_out will be set to NULL.
The data contained in the resulting glib.Bytes is always zero-terminated, but
this is not included in the glib.Bytes length. The resulting glib.Bytes should be
freed with Bytes.unref when no longer in use.
Completes an asynchronous request to g_file_load_bytes_async().
For resources, etag_out will be set to NULL.
The data contained in the resulting glib.Bytes is always zero-terminated, but this is not included in the glib.Bytes length. The resulting glib.Bytes should be freed with Bytes.unref when no longer in use.
See g_file_load_bytes() for more information.