~zeitgeist-packagers/libzeitgeist/ubuntu

« back to all changes in this revision

Viewing changes to src/zeitgeist-log.h

  • Committer: Sebastien Bacher
  • Date: 2010-12-17 11:24:32 UTC
  • mfrom: (130.2.8 upstream)
  • Revision ID: seb128@ubuntu.com-20101217112432-fvpa4ogpotl4k0pz
* New upstream version
* debian/control: 
  - don't use libeggdbus, update the requirement on libglib for gdbus
  - updated for the new soname
* Updated the .install and the .symbols for the new soname

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                                                 GError             **error);
171
171
 
172
172
void         zeitgeist_log_install_monitor      (ZeitgeistLog        *self,
173
 
                                                 ZeitgeistMonitor    *monitor,
174
 
                                                 GCancellable        *cancellable,
175
 
                                                 GAsyncReadyCallback  callback,
176
 
                                                 gpointer             user_data);
177
 
 
178
 
gboolean     zeitgeist_log_install_monitor_finish (ZeitgeistLog      *self,
179
 
                                                   GAsyncResult      *res,
180
 
                                                   GError           **error);
 
173
                                                 ZeitgeistMonitor    *monitor);
181
174
 
182
175
void         zeitgeist_log_remove_monitor       (ZeitgeistLog        *self,
183
 
                                                 ZeitgeistMonitor    *monitor,
184
 
                                                 GCancellable        *cancellable,
185
 
                                                 GAsyncReadyCallback  callback,
186
 
                                                 gpointer             user_data);
187
 
 
188
 
gboolean     zeitgeist_log_remove_monitor_finish (ZeitgeistLog       *self,
189
 
                                                  GAsyncResult       *res,
190
 
                                                  GError            **error);
 
176
                                                 ZeitgeistMonitor    *monitor);
191
177
 
192
178
gboolean     zeitgeist_log_is_connected         (ZeitgeistLog *self);
193
179