construct_from_data_sync
Description:
[ Version ( since = "3.46" ) ]
public bool construct_from_data_sync (void* data, ssize_t data_len, Cancellable? cancellable = null) throws Error
public bool construct_from_data_sync (void* data, ssize_t data_len, Cancellable? cancellable = null) throws Error
Constructs the content of this from data
of length data_len
.
Parameters:
this | |
data |
data to set |
data_len |
length of |
cancellable |
optional Cancellable object, or null |
Returns:
true on success, false on error |