[ 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.
| format |
Format for the data inside the |
| data_blob |
Object which holds the binary contents for the ClipData |
|
A newly-created ClipData. |