Function
GioDBusMessagebytes_needed
Description
Utility function to calculate how many bytes are needed to
completely deserialize the D-Bus message stored at blob
.
Available since: | 2.26 |
Parameters
blob |
An array of guint8 |
A blob representing a binary D-Bus message. |
|
The length of the array is specified in the blob_len argument. | |
The data is owned by the caller of the function. | |
blob_len |
gsize |
The length of |
|
error |
GError ** |
The return location for a GError* , or NULL . |