Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaBlob |
Struct : | Blob |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
data : Gda.Binary
|
Gda.Blob | |
op : Gda.BlobOp
|
Gda.Blob |
Method / Constructor | Defined By | |
---|---|---|
new Gda.Blob
()
Create a new Gda.Blob
Create a new Gda.Blob
|
||
set_op
(BlobOp op)
:
none
|
Gda.Blob | |
Gda.Blob |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gda
Method |
|
Gda
Method |
|
Gda
Method |
|
Gda
Method |
|
Gda.BlobOp
Method |
Reads a chunk of bytes from the BLOB accessible through op into blob.
|
Gda.BlobOp
Method |
Reads the whole contents of the blob manipulated by op into blob
|
Gda.BlobOp
Method |
Writes a chunk of bytes from a blob to the BLOB accessible through op, blob is unchanged after this call.
|
Gda.BlobOp
Method |
Writes the whole contents of blob into the blob manipulated by op.
|