Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

Struct Gda.Blob

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
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gda.Blob ()
Create a new Gda.Blob
Create a new Gda.Blob
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gda
Method
Gda.string_to_blob (String str) : Gda.Blob
Gda
Method
Gda.value_get_blob (Value value) : Gda.Blob
Gda
Method
Gda.value_set_blob (Value value, Blob blob) : none
Gda
Method
Gda.value_take_blob (Value value, Blob blob) : none
Gda.BlobOp
Method
read (Blob blob, Number offset, Number size) : Number
Reads a chunk of bytes from the BLOB accessible through op into blob.
Gda.BlobOp
Method
read_all (Blob blob) : Boolean
Reads the whole contents of the blob manipulated by op into blob
Gda.BlobOp
Method
write (Blob blob, Number offset) : Number
Writes a chunk of bytes from a blob to the BLOB accessible through op, blob is unchanged after this call.
Gda.BlobOp
Method
write_all (Blob blob) : Boolean
Writes the whole contents of blob into the blob manipulated by op.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:07 GMT+0800 (HKT)