summaryrefslogtreecommitdiff
path: root/libcaja-extension/caja-property-page-provider.c
diff options
context:
space:
mode:
authorCosimo Cecchi <[email protected]>2012-01-16 10:28:40 -0500
committerinfirit <[email protected]>2014-10-04 22:54:36 +0200
commit69464ff40d770523036fabc56244763346f8df49 (patch)
tree5333eab1253680df00bdaea2d21699164fae749a /libcaja-extension/caja-property-page-provider.c
parenta6ff3b7b6d7259403a2ab9b1d8a3b11b194b0bc6 (diff)
downloadcaja-69464ff40d770523036fabc56244763346f8df49.tar.bz2
caja-69464ff40d770523036fabc56244763346f8df49.tar.xz
extension: add some more missing gir annotations
Diffstat (limited to 'libcaja-extension/caja-property-page-provider.c')
-rw-r--r--libcaja-extension/caja-property-page-provider.c4
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,