GInputStreamClass

Undocumented in source.

Members

Variables

GReserved1
void function() GReserved1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved2
void function() GReserved2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved3
void function() GReserved3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved4
void function() GReserved4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved5
void function() GReserved5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
closeAsync
void function(GInputStream* stream, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) closeAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
closeFinish
int function(GInputStream* stream, GAsyncResult* result, GError** err) closeFinish;
closeFn
int function(GInputStream* stream, GCancellable* cancellable, GError** err) closeFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GObjectClass parentClass;
Undocumented in source.
readAsync
void function(GInputStream* stream, void* buffer, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) readAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readFinish
ptrdiff_t function(GInputStream* stream, GAsyncResult* result, GError** err) readFinish;
readFn
ptrdiff_t function(GInputStream* stream, void* buffer, size_t count, GCancellable* cancellable, GError** err) readFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
skip
ptrdiff_t function(GInputStream* stream, size_t count, GCancellable* cancellable, GError** err) skip;
skipAsync
void function(GInputStream* stream, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) skipAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
skipFinish
ptrdiff_t function(GInputStream* stream, GAsyncResult* result, GError** err) skipFinish;

Meta