~ubuntu-branches/ubuntu/wily/caja/wily

« back to all changes in this revision

Viewing changes to libcaja-extension/caja-property-page-provider.c

  • Committer: Package Import Robot
  • Author(s): John Paul Adrian Glaubitz, Martin Wimpress, John Paul Adrian Glaubitz
  • Date: 2015-08-10 13:39:55 UTC
  • mfrom: (1.2.1) (9.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20150810133955-b2uyptg7cf8rn8su
Tags: 1.10.3-1
[ Martin Wimpress ]
* New upstream release.
* debian/caja-common.install:
  + Add common files.
* debian/caja.install:
  + Remove common files.
* debian/libcaja-extension-dev.install:
  + Add usr/share/gtk-doc.
* debian/rules:
  + Add --enable-gtk-doc.
  + Remove dfsg suffix.
* debian/watch:
  + Remove dfsg suffix.

[ John Paul Adrian Glaubitz ]
* Fix spelling in debian/control (allows to -> allows one to).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
/**
66
66
 * caja_property_page_provider_get_pages:
67
67
 * @provider: a #CajaPropertyPageProvider
68
 
 * @files: a #GList of #CajaFileInfo
 
68
 * @files: (element-type CajaFileInfo): a #GList of #CajaFileInfo
69
69
 *
70
70
 * This function is called by Caja when it wants property page
71
71
 * items from the extension.
73
73
 * This function is called in the main thread before a property page
74
74
 * is shown, so it should return quickly.
75
75
 *
76
 
 * Returns: A #GList of allocated #CajaPropertyPage items.
 
76
 * Returns: (element-type CajaPropertyPage) (transfer full): A #GList of allocated #CajaPropertyPage items.
77
77
 */
78
78
GList *
79
79
caja_property_page_provider_get_pages (CajaPropertyPageProvider *provider,