~ubuntu-branches/ubuntu/saucy/zeitgeist/saucy

« back to all changes in this revision

Viewing changes to extensions/fts++/remote.vala

  • Committer: Package Import Robot
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2012-04-10 15:44:19 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120410154419-ql22z36rnsjm0oua
Tags: 0.9.0-1
* New upstream release. Some of the changes are:
   - Updated MIME-type mappings.
   - Added a query result size limit.
   - Enhanced database/index corruption recovery.
   - Don't index events from Ubuntu One.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        public async abstract void notify_insert (
102
102
            [DBus (signature = "(xx)")] Variant time_range,
103
103
            [DBus (signature = "a(asaasay)")] Variant events
104
 
        ) throws IOError;
 
104
        ) throws IOError, EngineError;
105
105
 
106
106
        public async abstract void notify_delete (
107
107
            [DBus (signature = "(xx)")] Variant time_range,