Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- Nautilus.file_info_create(location)¶
- Parameters:
location (
Gio.File) – the location to create the file info for- Return type:
Get an existing
NautilusFileInfo(if it exists) or create a new one is it does not exist.
- Nautilus.file_info_create_for_uri(uri)¶
- Parameters:
uri (
str) – the URI to lookup the file info for- Return type:
Get an existing
NautilusFileInfo(if it exists) or create a new one is it does not exist.
- Nautilus.file_info_list_copy(files)¶
- Parameters:
files ([
Nautilus.FileInfo]) – the files to copy- Returns:
a copy of files. Use [func`FileInfo`.list_free] to free the list and unref its contents.
- Return type:
Deep copy a list of
NautilusFileInfo.
- Nautilus.file_info_list_free(files)¶
- Parameters:
files ([
Nautilus.FileInfo]) – a list created with [func`FileInfo`.list_copy]
Deep free a list of
NautilusFileInfo.
- Nautilus.file_info_lookup(location)¶
- Parameters:
location (
Gio.File) – the location for which to look up a correspondingNautilus.FileInfoobject- Return type:
Get an existing
NautilusFileInfoorNULLif it does not exist in the application cache.
- Nautilus.file_info_lookup_for_uri(uri)¶
- Parameters:
uri (
str) – the URI to lookup the file info for- Return type:
Get an existing
NautilusFileInfoorNULLif it does not exist in the application cache.
- Nautilus.info_provider_update_complete_invoke(update_complete, provider, handle, result)¶
- Parameters:
update_complete (
GObject.Closure) – the closure to callprovider (
Nautilus.InfoProvider) – an info providerhandle (
Nautilus.OperationHandle) – the handle for the given closureresult (
Nautilus.OperationResult) – eitherNAUTILUS_OPERATION_COMPLETEorNAUTILUS_OPERATION_FAILED
Complete an async file info update.