Class
NautilusPropertiesModel
Description [src]
final class Nautilus.PropertiesModel : GObject.Object
{
/* No available fields */
}
A model to implement custom file Properties.
NautilusPropertiesModel is an model that describes a set of file properties.
Extensions can provide NautilusPropertiesModel objects by registering a
NautilusPropertiesModelProvider and returning them from
nautilus_properties_model_provider_get_models(), which will be called by
the main application when creating file properties.
Instance methods
nautilus_properties_model_set_title
Set a user-visible name for the set of properties in this model.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.