diff options
Diffstat (limited to 'libcaja-extension/caja-property-page-provider.c')
-rw-r--r-- | libcaja-extension/caja-property-page-provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcaja-extension/caja-property-page-provider.c b/libcaja-extension/caja-property-page-provider.c index 90780a10..cd3fc176 100644 --- a/libcaja-extension/caja-property-page-provider.c +++ b/libcaja-extension/caja-property-page-provider.c @@ -65,7 +65,7 @@ caja_property_page_provider_get_type (void) /** * caja_property_page_provider_get_pages: * @provider: a #CajaPropertyPageProvider - * @files: a #GList of #CajaFileInfo + * @files: (element-type CajaFileInfo): a #GList of #CajaFileInfo * * This function is called by Caja when it wants property page * items from the extension. @@ -73,7 +73,7 @@ caja_property_page_provider_get_type (void) * This function is called in the main thread before a property page * is shown, so it should return quickly. * - * Returns: A #GList of allocated #CajaPropertyPage items. + * Returns: (element-type CajaPropertyPage) (transfer full): A #GList of allocated #CajaPropertyPage items. */ GList * caja_property_page_provider_get_pages (CajaPropertyPageProvider *provider, |