Top | ![]() |
![]() |
![]() |
![]() |
NemoPropertyPageProviderNemoPropertyPageProvider — Allows additional file property pages to be added. |
This interface allows you to provide additional property pages for the right-click Properties menu item. A new widget is requested each time the property page is opened.
GList * nemo_property_page_provider_get_pages (NemoPropertyPageProvider *provider
,GList *files
);
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.