diff options
author | Cosimo Cecchi <[email protected]> | 2012-01-16 10:28:40 -0500 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-04 22:54:36 +0200 |
commit | 69464ff40d770523036fabc56244763346f8df49 (patch) | |
tree | 5333eab1253680df00bdaea2d21699164fae749a /libcaja-extension/caja-property-page-provider.c | |
parent | a6ff3b7b6d7259403a2ab9b1d8a3b11b194b0bc6 (diff) | |
download | caja-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.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, |