GObject.Object
Gsf.Blob
Import line: | Gsf = imports.gi.Gsf; |
GIR File: | Gsf-1.gir |
C documentation: | GsfBlob |
Class : | Blob |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
object : GObject.Object
read only
|
Gsf.Blob | |
priv : Gsf.BlobPrivate
read only
|
Gsf.Blob |
Method / Constructor | Defined By | |
---|---|---|
new Gsf.Blob
(Object properties)
Create a new Gsf.Blob
Create a new Gsf.Blob
|
||
get_size
()
:
Number
Queries the size in bytes of the data stored in the blob.
Queries the size in bytes of the data stored in the blob.
|
Gsf.Blob | |
peek_data
()
:
void*
Queries a pointer to the data stored in the blob.
Queries a pointer to the data stored in the blob. This does not copy the data for you; it returns a pointer to the actual buffer which the blob uses internally, so you should not free this buffer on your own. of the data is zero.
|
Gsf.Blob |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gsf.ClipData
Method |
Create a new Gsf.ClipData
|
Gsf.ClipData
Method |
get_data_blob
()
:
Gsf.Blob
Queries the data blob that actually stores a GsfClipData's binary data.
|