ClipData


Description:

[ CCode ( has_construct_function = false ) ]
public ClipData (ClipFormat format, Blob data_blob)

Creates a new ClipData object.

This function acquires a reference to the data_blob, so you should unref the blob on your own if you no longer need it directly.

Parameters:

format

Format for the data inside the data_blob

data_blob

Object which holds the binary contents for the ClipData

Returns:

A newly-created ClipData.