Nemo.PropertyPageProvider¶
- Implementations:
None
Methods¶
|
Virtual Methods¶
None
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Nemo.PropertyPageProvider¶
- Bases:
- get_pages(files)¶
- Parameters:
files ([
Nemo.FileInfo
]) – aGLib.List
ofNemo.FileInfo
- Returns:
A
GLib.List
of allocatedNemo.PropertyPage
items.- Return type:
This function is called by Nemo when it wants property page items from the extension.
This function is called in the main thread before a property page is shown, so it should return quickly.