- _DeleteFileAsync
void function() _DeleteFileAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _DeleteFileFinish
void function() _DeleteFileFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _MakeDirectoryAsync
void function() _MakeDirectoryAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _MakeDirectoryFinish
void function() _MakeDirectoryFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _MakeSymbolicLinkAsync
void function() _MakeSymbolicLinkAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _MakeSymbolicLinkFinish
void function() _MakeSymbolicLinkFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _MoveAsync
void function() _MoveAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _MoveFinish
void function() _MoveFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _QuerySettableAttributesAsync
void function() _QuerySettableAttributesAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _QuerySettableAttributesFinish
void function() _QuerySettableAttributesFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _QueryWritableNamespacesAsync
void function() _QueryWritableNamespacesAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _QueryWritableNamespacesFinish
void function() _QueryWritableNamespacesFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _TrashAsync
void function() _TrashAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _TrashFinish
void function() _TrashFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- appendTo
GFileOutputStream* function(GFile* file, GFileCreateFlags flags, GCancellable* cancellable, GError** error) appendTo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- appendToAsync
void function(GFile* file, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) appendToAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- appendToFinish
GFileOutputStream* function(GFile* file, GAsyncResult* res, GError** error) appendToFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- copy
int function(GFile* source, GFile* destination, GFileCopyFlags flags, GCancellable* cancellable, GFileProgressCallback progressCallback, void* progressCallbackData, GError** error) copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- copyAsync
void function(GFile* source, GFile* destination, GFileCopyFlags flags, int ioPriority, GCancellable* cancellable, GFileProgressCallback progressCallback, void* progressCallbackData, GAsyncReadyCallback callback, void* userData) copyAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- copyFinish
int function(GFile* file, GAsyncResult* res, GError** error) copyFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- create
GFileOutputStream* function(GFile* file, GFileCreateFlags flags, GCancellable* cancellable, GError** error) create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- createAsync
void function(GFile* file, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) createAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- createFinish
GFileOutputStream* function(GFile* file, GAsyncResult* res, GError** error) createFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- createReadwrite
GFileIOStream* function(GFile* file, GFileCreateFlags flags, GCancellable* cancellable, GError** error) createReadwrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- createReadwriteAsync
void function(GFile* file, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) createReadwriteAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- createReadwriteFinish
GFileIOStream* function(GFile* file, GAsyncResult* res, GError** error) createReadwriteFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deleteFile
int function(GFile* file, GCancellable* cancellable, GError** error) deleteFile;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dup
GFile* function(GFile* file) dup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ejectMountable
void function(GFile* file, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) ejectMountable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ejectMountableFinish
int function(GFile* file, GAsyncResult* result, GError** error) ejectMountableFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ejectMountableWithOperation
void function(GFile* file, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) ejectMountableWithOperation;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ejectMountableWithOperationFinish
int function(GFile* file, GAsyncResult* result, GError** error) ejectMountableWithOperationFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- enumerateChildren
GFileEnumerator* function(GFile* file, char* attributes, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** error) enumerateChildren;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- enumerateChildrenAsync
void function(GFile* file, char* attributes, GFileQueryInfoFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) enumerateChildrenAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- enumerateChildrenFinish
GFileEnumerator* function(GFile* file, GAsyncResult* res, GError** error) enumerateChildrenFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- equal
int function(GFile* file1, GFile* file2) equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- findEnclosingMount
GMount* function(GFile* file, GCancellable* cancellable, GError** error) findEnclosingMount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- findEnclosingMountAsync
void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) findEnclosingMountAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- findEnclosingMountFinish
GMount* function(GFile* file, GAsyncResult* res, GError** error) findEnclosingMountFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gIface
GTypeInterface gIface;
Undocumented in source.
- getBasename
char* function(GFile* file) getBasename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getChildForDisplayName
GFile* function(GFile* file, char* displayName, GError** error) getChildForDisplayName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getParent
GFile* function(GFile* file) getParent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getParseName
char* function(GFile* file) getParseName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getPath
char* function(GFile* file) getPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getRelativePath
char* function(GFile* parent, GFile* descendant) getRelativePath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getUri
char* function(GFile* file) getUri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getUriScheme
char* function(GFile* file) getUriScheme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hasUriScheme
int function(GFile* file, char* uriScheme) hasUriScheme;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hash
uint function(GFile* file) hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- isNative
int function(GFile* file) isNative;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- makeDirectory
int function(GFile* file, GCancellable* cancellable, GError** error) makeDirectory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- makeSymbolicLink
int function(GFile* file, char* symlinkValue, GCancellable* cancellable, GError** error) makeSymbolicLink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- monitorDir
GFileMonitor* function(GFile* file, GFileMonitorFlags flags, GCancellable* cancellable, GError** error) monitorDir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- monitorFile
GFileMonitor* function(GFile* file, GFileMonitorFlags flags, GCancellable* cancellable, GError** error) monitorFile;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mountEnclosingVolume
void function(GFile* location, GMountMountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) mountEnclosingVolume;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mountEnclosingVolumeFinish
int function(GFile* location, GAsyncResult* result, GError** error) mountEnclosingVolumeFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mountMountable
void function(GFile* file, GMountMountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) mountMountable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mountMountableFinish
GFile* function(GFile* file, GAsyncResult* result, GError** error) mountMountableFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- move
int function(GFile* source, GFile* destination, GFileCopyFlags flags, GCancellable* cancellable, GFileProgressCallback progressCallback, void* progressCallbackData, GError** error) move;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- openReadwrite
GFileIOStream* function(GFile* file, GCancellable* cancellable, GError** error) openReadwrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- openReadwriteAsync
void function(GFile* file, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) openReadwriteAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- openReadwriteFinish
GFileIOStream* function(GFile* file, GAsyncResult* res, GError** error) openReadwriteFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pollMountable
void function(GFile* file, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) pollMountable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pollMountableFinish
int function(GFile* file, GAsyncResult* result, GError** error) pollMountableFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- prefixMatches
int function(GFile* prefix, GFile* file) prefixMatches;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- queryFilesystemInfo
GFileInfo* function(GFile* file, char* attributes, GCancellable* cancellable, GError** error) queryFilesystemInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- queryFilesystemInfoAsync
void function(GFile* file, char* attributes, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) queryFilesystemInfoAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- queryFilesystemInfoFinish
GFileInfo* function(GFile* file, GAsyncResult* res, GError** error) queryFilesystemInfoFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- queryInfo
GFileInfo* function(GFile* file, char* attributes, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** error) queryInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- queryInfoAsync
void function(GFile* file, char* attributes, GFileQueryInfoFlags flags, 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(GFile* file, GAsyncResult* res, GError** error) queryInfoFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- querySettableAttributes
GFileAttributeInfoList* function(GFile* file, GCancellable* cancellable, GError** error) querySettableAttributes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- queryWritableNamespaces
GFileAttributeInfoList* function(GFile* file, GCancellable* cancellable, GError** error) queryWritableNamespaces;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- readAsync
void function(GFile* file, 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
GFileInputStream* function(GFile* file, GAsyncResult* res, GError** error) readFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- readFn
GFileInputStream* function(GFile* file, GCancellable* cancellable, GError** error) readFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- replace
GFileOutputStream* function(GFile* file, char* etag, int makeBackup, GFileCreateFlags flags, GCancellable* cancellable, GError** error) replace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- replaceAsync
void function(GFile* file, char* etag, int makeBackup, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) replaceAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- replaceFinish
GFileOutputStream* function(GFile* file, GAsyncResult* res, GError** error) replaceFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- replaceReadwrite
GFileIOStream* function(GFile* file, char* etag, int makeBackup, GFileCreateFlags flags, GCancellable* cancellable, GError** error) replaceReadwrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- replaceReadwriteAsync
void function(GFile* file, char* etag, int makeBackup, GFileCreateFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) replaceReadwriteAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- replaceReadwriteFinish
GFileIOStream* function(GFile* file, GAsyncResult* res, GError** error) replaceReadwriteFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- resolveRelativePath
GFile* function(GFile* file, char* relativePath) resolveRelativePath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setAttribute
int function(GFile* file, char* attribute, GFileAttributeType type, void* valueP, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** error) setAttribute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setAttributesAsync
void function(GFile* file, GFileInfo* info, GFileQueryInfoFlags flags, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) setAttributesAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setAttributesFinish
int function(GFile* file, GAsyncResult* result, GFileInfo** info, GError** error) setAttributesFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setAttributesFromInfo
int function(GFile* file, GFileInfo* info, GFileQueryInfoFlags flags, GCancellable* cancellable, GError** error) setAttributesFromInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setDisplayName
GFile* function(GFile* file, char* displayName, GCancellable* cancellable, GError** error) setDisplayName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setDisplayNameAsync
void function(GFile* file, char* displayName, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) setDisplayNameAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setDisplayNameFinish
GFile* function(GFile* file, GAsyncResult* res, GError** error) setDisplayNameFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- startMountable
void function(GFile* file, GDriveStartFlags flags, GMountOperation* startOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) startMountable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- startMountableFinish
int function(GFile* file, GAsyncResult* result, GError** error) startMountableFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stopMountable
void function(GFile* file, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) stopMountable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stopMountableFinish
int function(GFile* file, GAsyncResult* result, GError** error) stopMountableFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- supportsThreadContexts
int supportsThreadContexts;
Undocumented in source.
- trash
int function(GFile* file, GCancellable* cancellable, GError** error) trash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- unmountMountable
void function(GFile* file, GMountUnmountFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) unmountMountable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- unmountMountableFinish
int function(GFile* file, GAsyncResult* result, GError** error) unmountMountableFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- unmountMountableWithOperation
void function(GFile* file, GMountUnmountFlags flags, GMountOperation* mountOperation, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) unmountMountableWithOperation;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- unmountMountableWithOperationFinish
int function(GFile* file, GAsyncResult* result, GError** error) unmountMountableWithOperationFinish;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
An interface for writing VFS file handles. GTypeInterface g_iface; The parent interface. dup () Duplicates a GFile. hash () Creates a hash of a GFile. equal () Checks equality of two given GFiles. is_native () Checks to see if a file is native to the system. has_uri_scheme () Checks to see if a GFile has a given URI scheme. get_uri_scheme () Gets the URI scheme for a GFile. get_basename () Gets the basename for a given GFile. get_path () Gets the current path within a GFile. get_uri () Gets a URI for the path within a GFile. get_parse_name () Gets the parsed name for the GFile. get_parent () Gets the parent directory for the GFile. prefix_matches () Checks whether a GFile contains a specified file. get_relative_path () Gets the path for a GFile relative to a given path. resolve_relative_path () Resolves a relative path for a GFile to an absolute path. get_child_for_display_name () Gets the child GFile for a given display name. enumerate_children () Gets a GFileEnumerator with the children of a GFile. enumerate_children_async () Asynchronously gets a GFileEnumerator with the children of a GFile. enumerate_children_finish () Finishes asynchronously enumerating the children. query_info () Gets the GFileInfo for a GFile. query_info_async () Asynchronously gets the GFileInfo for a GFile. query_info_finish () Finishes an asynchronous query info operation. query_filesystem_info () Gets a GFileInfo for the file system GFile is on. query_filesystem_info_async () Asynchronously gets a GFileInfo for the file system GFile is on. query_filesystem_info_finish () Finishes asynchronously getting the file system info. find_enclosing_mount () Gets a GMount for the GFile. find_enclosing_mount_async () Asynchronously gets the GMount for a GFile. find_enclosing_mount_finish () Finishes asynchronously getting the volume. set_display_name () Sets the display name for a GFile. set_display_name_async () Asynchronously sets a GFile's display name. set_display_name_finish () Finishes asynchronously setting a GFile's display name. query_settable_attributes () Returns a list of GFileAttributes that can be set. _query_settable_attributes_async () Asynchronously gets a list of GFileAttributes that can be set. _query_settable_attributes_finish () Finishes asynchronously querying settable attributes. query_writable_namespaces () Returns a list of GFileAttribute namespaces that are writable. _query_writable_namespaces_async () Asynchronously gets a list of GFileAttribute namespaces that are writable. _query_writable_namespaces_finish () Finishes asynchronously querying the writable namespaces. set_attribute () Sets a GFileAttribute. set_attributes_from_info () Sets a GFileAttribute with information from a GFileInfo. set_attributes_async () Asynchronously sets a file's attributes. set_attributes_finish () Finishes setting a file's attributes asynchronously. read_fn () Reads a file asynchronously. read_async () Asynchronously reads a file. read_finish () Finishes asynchronously reading a file. append_to () Writes to the end of a file. append_to_async () Asynchronously writes to the end of a file. append_to_finish () Finishes an asynchronous file append operation. create () Creates a new file. create_async () Asynchronously creates a file. create_finish () Finishes asynchronously creating a file. replace () Replaces the contents of a file. replace_async () Asynchronously replaces the contents of a file. replace_finish () Finishes asynchronously replacing a file. delete_file () Deletes a file. _delete_file_async () Asynchronously deletes a file. _delete_file_finish () Finishes an asynchronous delete. trash () Sends a GFile to the Trash location. _trash_async () Asynchronously sends a GFile to the Trash location. _trash_finish () Finishes an asynchronous file trashing operation. make_directory () Makes a directory. _make_directory_async () Asynchronously makes a directory. _make_directory_finish () Finishes making a directory asynchronously. make_symbolic_link () Makes a symbolic link. _make_symbolic_link_async () Asynchronously makes a symbolic link _make_symbolic_link_finish () Finishes making a symbolic link asynchronously. copy () Copies a file. copy_async () Asynchronously copies a file. copy_finish () Finishes an asynchronous copy operation. move () Moves a file. _move_async () Asynchronously moves a file. _move_finish () Finishes an asynchronous move operation. mount_mountable () Mounts a mountable object. mount_mountable_finish () Finishes a mounting operation. unmount_mountable () Unmounts a mountable object. unmount_mountable_finish () Finishes an unmount operation. eject_mountable () Ejects a mountable. eject_mountable_finish () Finishes an eject operation. mount_enclosing_volume () Mounts a specified location. mount_enclosing_volume_finish () Finishes mounting a specified location. monitor_dir () Creates a GFileMonitor for the location. monitor_file () Creates a GFileMonitor for the location. open_readwrite () Open file read/write. Since 2.22. open_readwrite_async () Asynchronously opens file read/write. Since 2.22. open_readwrite_finish () Finishes an asynchronous open read/write. Since 2.22. create_readwrite () Creates file read/write. Since 2.22. create_readwrite_async () Asynchronously creates file read/write. Since 2.22. create_readwrite_finish () Finishes an asynchronous creates read/write. Since 2.22. replace_readwrite () Replaces file read/write. Since 2.22. replace_readwrite_async () Asynchronously replaces file read/write. Since 2.22. replace_readwrite_finish () Finishes an asynchronous replace read/write. Since 2.22. start_mountable () Starts a mountable object. Since 2.22. start_mountable_finish () Finishes an start operation. Since 2.22. stop_mountable () Stops a mountable. Since 2.22. stop_mountable_finish () Finishes an stop operation. Since 2.22. gboolean supports_thread_contexts; a boolean that indicates whether the GFile implementation supports thread-default contexts. Since 2.22. unmount_mountable_with_operation () Unmounts a mountable object using a GMountOperation. Since 2.22. unmount_mountable_with_operation_finish () Finishes an unmount operation using a GMountOperation. Since 2.22. eject_mountable_with_operation () Ejects a mountable object using a GMountOperation. Since 2.22. eject_mountable_with_operation_finish () Finishes an eject operation using a GMountOperation. Since 2.22. poll_mountable () Polls a mountable object for media changes. Since 2.22. poll_mountable_finish () Finishes an poll operation for media changes. Since 2.22.