Top | ![]() |
![]() |
![]() |
![]() |
PeonyColumnProvider allows extension to provide additional columns in the file manager list view.
GList *
peony_column_provider_get_columns (PeonyColumnProvider *provider
);
struct PeonyColumnProviderIface { GTypeInterface g_iface; GList *(*get_columns) (PeonyColumnProvider *provider); };
Interface for extensions to provide additional list view columns.