Nemo.PropertyPageProvider

g GObject.GInterface GObject.GInterface Nemo.PropertyPageProvider Nemo.PropertyPageProvider GObject.GInterface->Nemo.PropertyPageProvider

Implementations:

None

Methods

get_pages (files)

Virtual Methods

None

Properties

None

Signals

None

Fields

None

Class Details

class Nemo.PropertyPageProvider
Bases:

GObject.GInterface

get_pages(files)
Parameters:

files ([Nemo.FileInfo]) – a GLib.List of Nemo.FileInfo

Returns:

A GLib.List of allocated Nemo.PropertyPage items.

Return type:

[Nemo.PropertyPage]

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.