flatten


Description:

public Bytes flatten ()

Fills in this's data field with a buffer containing all of the data in this .

Adds an additional `\0` byte not counted by this's length field.

Parameters:

this

a MessageBody

Returns:

a Bytes containing the same data as this. (You must [method@GLib.Bytes.unref] this if you do not want it.)