GdaBlob

Main Gtk struct.

Members

Variables

close
int function(GdaBlob* blob) close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freeData
void function(GdaBlob* blob) freeData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek
int function(GdaBlob* blob, int offset, int whence) lseek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open
int function(GdaBlob* blob, GdaBlobMode mode) open;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
privData
void* privData;
Undocumented in source.
read
int function(GdaBlob* blob, void* buf, int size, int* bytesRead) read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
remove
int function(GdaBlob* blob) remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stringify
char* function(GdaBlob* blob) stringify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
userData
void* userData;
Undocumented in source.
write
int function(GdaBlob* blob, void* buf, int size, int* bytesWritten) write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta