~ubuntu-branches/ubuntu/utopic/almanah/utopic

« back to all changes in this revision

Viewing changes to src/import-operation.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-10-29 10:14:18 UTC
  • mfrom: (1.4.1) (10.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20121029101418-k2c27xb0aku22zeg
Tags: 0.10.0-1~exp1
* Imported Upstream version 0.10.0
* debian/control:
  - Bump evolution Build-Depends ( >=3.6.0)
  - debian/control: Depends on evolution-common (>= 3.6.0)
* Bump Standards-Version to 3.9.4 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <glib-object.h>
25
25
#include <gtk/gtk.h>
26
26
 
 
27
#include "storage-manager.h"
 
28
 
27
29
G_BEGIN_DECLS
28
30
 
29
31
/* TODO: These must be kept in synchrony with the rows in almanah_ird_view_store in almanah.ui */
57
59
 
58
60
GType almanah_import_operation_get_type (void) G_GNUC_CONST;
59
61
 
60
 
AlmanahImportOperation *almanah_import_operation_new (AlmanahImportOperationType type_id, GFile *source) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC;
 
62
AlmanahImportOperation *almanah_import_operation_new (AlmanahImportOperationType type_id, GFile *source,
 
63
                                                      AlmanahStorageManager *dest_storage_manager) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC;
61
64
 
62
65
void almanah_import_operation_run (AlmanahImportOperation *self, GCancellable *cancellable,
63
66
                                   AlmanahImportProgressCallback progress_callback, gpointer progress_user_data,