GOutputStreamClass

Undocumented in source.
struct GOutputStreamClass {}

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.
GReserved6
void function() GReserved6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved7
void function() GReserved7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved8
void function() GReserved8;
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(GOutputStream* 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(GOutputStream* stream, GAsyncResult* result, GError** err) closeFinish;
closeFn
int function(GOutputStream* 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.
flush
int function(GOutputStream* stream, GCancellable* cancellable, GError** err) flush;
flushAsync
void function(GOutputStream* stream, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) flushAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flushFinish
int function(GOutputStream* stream, GAsyncResult* result, GError** err) flushFinish;
parentClass
GObjectClass parentClass;
Undocumented in source.
splice
ptrdiff_t function(GOutputStream* stream, GInputStream* source, GOutputStreamSpliceFlags flags, GCancellable* cancellable, GError** err) splice;
spliceAsync
void function(GOutputStream* stream, GInputStream* source, GOutputStreamSpliceFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) spliceAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spliceFinish
ptrdiff_t function(GOutputStream* stream, GAsyncResult* result, GError** err) spliceFinish;
writeAsync
void function(GOutputStream* stream, void* buffer, size_t count, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) writeAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
writeFinish
ptrdiff_t function(GOutputStream* stream, GAsyncResult* result, GError** err) writeFinish;
writeFn
ptrdiff_t function(GOutputStream* stream, void* buffer, size_t count, GCancellable* cancellable, GError** err) writeFn;

Meta