|  |  |  | Caja Extension Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | ||||
CajaPropertyPageProvider; CajaPropertyPageProviderIface; GList * caja_property_page_provider_get_pages (CajaPropertyPageProvider *provider,GList *files);
typedef struct {
	GTypeInterface g_iface;
	GList *(*get_pages) (CajaPropertyPageProvider     *provider,
			     GList                    *files);
} CajaPropertyPageProviderIface;
GList * caja_property_page_provider_get_pages (CajaPropertyPageProvider *provider,GList *files);
This function is called by Caja 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.
| 
 | a CajaPropertyPageProvider | 
| 
 | a GList of CajaFileInfo | 
| Returns : | A GList of allocated CajaPropertyPage items. |