~ubuntu-branches/ubuntu/utopic/evolution-data-server/utopic-proposed

« back to all changes in this revision

Viewing changes to camel/providers/imapx/camel-imapx-job.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-07-14 13:24:23 UTC
  • mfrom: (1.1.118)
  • Revision ID: package-import@ubuntu.com-20140714132423-vacytd8uknhga18t
Tags: 3.12.4-0ubuntu1
* New upstream release
* Bump libgdata BD to 0.15 for Google Tasks support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
GCancellable *  camel_imapx_job_get_cancellable (CamelIMAPXJob *job);
81
81
void            camel_imapx_job_take_error      (CamelIMAPXJob *job,
82
82
                                                 GError *error);
 
83
gboolean        camel_imapx_job_set_error_if_failed
 
84
                                                (CamelIMAPXJob *job,
 
85
                                                 GError **error);
83
86
 
84
87
G_END_DECLS
85
88