~ubuntu-branches/ubuntu/precise/libzeitgeist/precise-proposed

« back to all changes in this revision

Viewing changes to src/eggzeitgeistbindings.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-08-02 18:22:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100802182232-47ohrpyfxep802pr
Tags: 0.2.3-0ubuntu1
* New upstream release.
  - New API to talk to the Data Source Registry extension of Zeitgeist
    (Michal Hruby)
  - A new "connected" property on ZeitgeistLog telling you whether or
    not the Zeitgeist daemon is running (Michal Hruby)
  - Fix a crasher when finalizing a ZeitgeistLog with active monitors
    installed (Michal Hruby)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "eggzeitgeistmonitor.h"
19
19
#include "eggzeitgeistblacklist.h"
20
20
#include "eggzeitgeistindex.h"
 
21
#include "eggzeitgeistdatasourceregistry.h"
21
22
#include "eggzeitgeistevent.h"
22
23
#include "eggzeitgeisttimerange.h"
 
24
#include "eggzeitgeistdatasource.h"
23
25
 
24
26
GType *egg_zeitgeist_bindings_get_error_domain_types (void);
25
27