Import line: | GnomeVFS = imports.gi.GnomeVFS; |
GIR File: | GnomeVFS-2.0.gir |
C documentation: | GnomeVFSGnomeVFSAsyncHandle |
Struct : | GnomeVFSAsyncHandle |
Show / Hide Inherited methods, properties and signals |
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GnomeVFS
Method |
GnomeVFS.async_cancel
(GnomeVFSAsyncHandle handle)
:
none
|
GnomeVFS
Method |
|
GnomeVFS
Method |
GnomeVFS.async_create
(GnomeVFSAsyncHandle handle_return, String text_uri, GnomeVFSOpenMode open_mode, Boolean exclusive, Number perm, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_create_as_channel
(GnomeVFSAsyncHandle handle_return, String text_uri, GnomeVFSOpenMode open_mode, Boolean exclusive, Number perm, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_create_symbolic_link
(GnomeVFSAsyncHandle handle_return, GnomeVFSURI uri, String uri_reference, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_create_uri
(GnomeVFSAsyncHandle handle_return, GnomeVFSURI uri, GnomeVFSOpenMode open_mode, Boolean exclusive, Number perm, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_create_uri_as_channel
(GnomeVFSAsyncHandle handle_return, GnomeVFSURI uri, GnomeVFSOpenMode open_mode, Boolean exclusive, Number perm, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_file_control
(GnomeVFSAsyncHandle handle, String operation, void* operation_data, Function operation_data_destroy_func, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_find_directory
(GnomeVFSAsyncHandle handle_return, Array near_uri_list, GnomeVFSFindDirectoryKind kind, Boolean create_if_needed, Boolean find_if_needed, Number permissions, Number priority, Function callback, void* user_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_get_file_info
(GnomeVFSAsyncHandle handle_return, Array uri_list, GnomeVFSFileInfoOptions options, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_load_directory
(GnomeVFSAsyncHandle handle_return, String text_uri, GnomeVFSFileInfoOptions options, Number items_per_notification, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_load_directory_uri
(GnomeVFSAsyncHandle handle_return, GnomeVFSURI uri, GnomeVFSFileInfoOptions options, Number items_per_notification, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_open
(GnomeVFSAsyncHandle handle_return, String text_uri, GnomeVFSOpenMode open_mode, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_open_as_channel
(GnomeVFSAsyncHandle handle_return, String text_uri, GnomeVFSOpenMode open_mode, Number advised_block_size, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_open_uri
(GnomeVFSAsyncHandle handle_return, GnomeVFSURI uri, GnomeVFSOpenMode open_mode, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_open_uri_as_channel
(GnomeVFSAsyncHandle handle_return, GnomeVFSURI uri, GnomeVFSOpenMode open_mode, Number advised_block_size, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_read
(GnomeVFSAsyncHandle handle, void* buffer, Number bytes, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_seek
(GnomeVFSAsyncHandle handle, GnomeVFSSeekPosition whence, Number offset, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_set_file_info
(GnomeVFSAsyncHandle handle_return, GnomeVFSURI uri, GnomeVFSFileInfo info, GnomeVFSSetFileInfoMask mask, GnomeVFSFileInfoOptions options, Number priority, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_write
(GnomeVFSAsyncHandle handle, void* buffer, Number bytes, Function callback, void* callback_data)
:
none
|
GnomeVFS
Method |
GnomeVFS.async_xfer
(GnomeVFSAsyncHandle handle_return, Array source_uri_list, Array target_uri_list, GnomeVFSXferOptions xfer_options, GnomeVFSXferErrorMode error_mode, GnomeVFSXferOverwriteMode overwrite_mode, Number priority, Function progress_update_callback, void* update_callback_data, Function progress_sync_callback, void* sync_callback_data)
:
GnomeVFS.GnomeVFSResult
|