Nautilus.PropertiesModelProvider¶
- Implementations:
None
Methods¶
|
Virtual Methods¶
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Nautilus.PropertiesModelProvider¶
- Bases:
- Structure:
- get_models(files)¶
- Parameters:
files ([
Nautilus.FileInfo
]) – aGLib.List
ofNautilus.FileInfo
- Returns:
A
GLib.List
of allocatedNautilus.PropertiesModel
models.- Return type:
This function is called by the application when it wants properties models from the extension.
This function is called in the main thread before the Properties are shown, so it should return quickly. The models can be populated and updated asynchronously.
- do_get_models(files) virtual¶
- Parameters:
files ([
Nautilus.FileInfo
]) – aGLib.List
ofNautilus.FileInfo
- Returns:
A
GLib.List
of allocatedNautilus.PropertiesModel
models.- Return type:
This function is called by the application when it wants properties models from the extension.
This function is called in the main thread before the Properties are shown, so it should return quickly. The models can be populated and updated asynchronously.