~ubuntu-branches/ubuntu/raring/referencer/raring

« back to all changes in this revision

Viewing changes to src/PythonPlugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2009-12-01 00:31:23 UTC
  • mfrom: (1.1.5 upstream) (6.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091201003123-qrzxwvp3zf00806u
Tags: 1.1.6-1
* New upstream release.
  + Works around gconf bug. (Closes: #522016)
* debian/control (Build-Depends): Added gnome-doc-utils and rarian-compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                /* Metadata lookup */
30
30
                virtual bool resolve (Document &doc);
31
31
 
 
32
                /* Search */
 
33
                virtual bool canSearch ();
 
34
                virtual Plugin::SearchResults doSearch (Glib::ustring const &searchTerms);
 
35
                virtual Document getSearchResult (Glib::ustring const &token);
 
36
 
32
37
                /* Config hook */
33
38
                virtual bool canConfigure ();
34
39
                virtual void doConfigure ();