Attach.from_data


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.0" ) ]
public Attach.from_data (string data, Func? free_fn)

Creates a new Attach from the data.

Parameters:

data

The data used to create the Attach

free_fn

The function used to free the data when the create Attach is destroyed

free_fn_data

The userdata used for the free function free_fn

Returns:

The newly created Attach