- 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.
- canSeek
int function(GFileInputStream* stream) canSeek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parentClass
GInputStreamClass parentClass;
Undocumented in source.
- queryInfo
GFileInfo* function(GFileInputStream* stream, const(char)* attributes, GCancellable* cancellable, GError** err) queryInfo;
- queryInfoAsync
void function(GFileInputStream* stream, const(char)* attributes, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) queryInfoAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- queryInfoFinish
GFileInfo* function(GFileInputStream* stream, GAsyncResult* result, GError** err) queryInfoFinish;
- seek
int function(GFileInputStream* stream, long offset, GSeekType type, GCancellable* cancellable, GError** err) seek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tell
long function(GFileInputStream* stream) tell;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.