get_data_blob


Description:

public Blob get_data_blob ()

Queries the data blob that actually stores a ClipData's binary data.

Parameters:

this

A ClipData.

Returns:

A new reference to the Blob that stores this this's binary data. You must use unref to dispose of that data blob when you are done with it.