Class
NautilusColumn
Description [src]
final class Nautilus.Column : GObject.Object
{
/* No available fields */
}
List view column descriptor object.
NautilusColumn is an object that describes a column in the file manager
list view. Extensions can provide NautilusColumn by registering a
NautilusColumnProvider and returning them from
nautilus_column_provider_get_columns(), which will be called by the main
application when creating a view.
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.