~ubuntu-branches/ubuntu/raring/almanah/raring-proposed

« back to all changes in this revision

Viewing changes to src/import-export-dialog.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:
25
25
#include <gtk/gtk.h>
26
26
 
27
27
#include "import-operation.h"
 
28
#include "storage-manager.h"
28
29
 
29
30
G_BEGIN_DECLS
30
31
 
48
49
 
49
50
GType almanah_import_export_dialog_get_type (void) G_GNUC_CONST;
50
51
 
51
 
AlmanahImportExportDialog *almanah_import_export_dialog_new (gboolean import) G_GNUC_WARN_UNUSED_RESULT;
 
52
AlmanahImportExportDialog *almanah_import_export_dialog_new (AlmanahStorageManager *storage_manager, gboolean import) G_GNUC_WARN_UNUSED_RESULT;
52
53
 
53
54
#define ALMANAH_TYPE_IMPORT_RESULTS_DIALOG              (almanah_import_results_dialog_get_type ())
54
55
#define ALMANAH_IMPORT_RESULTS_DIALOG(o)                (G_TYPE_CHECK_INSTANCE_CAST ((o), ALMANAH_TYPE_IMPORT_RESULTS_DIALOG, AlmanahImportResultsDialog))