Interface
NautilusPropertiesModelProvider
Prerequisite
In order to implement PropertiesModelProvider, your type must inherit fromGObject.
Instance methods
nautilus_properties_model_provider_get_models
This function is called by the application when it wants properties models from the extension.
Interface structure
struct NautilusPropertiesModelProviderInterface {
  GTypeInterface g_iface;
  GList* (* get_models) (
    NautilusPropertiesModelProvider* provider,
    GList* files
  );
  
}Interface for extensions to provide additional properties.
Interface members
| g_iface |  | 
| The parent interface. | |
| get_models |  | 
| Returns a  | 
Virtual methods
Nautilus.PropertiesModelProvider.get_models
This function is called by the application when it wants properties models from the extension.