[gnome-calendar/calendar-management] manager: add GcalSourceOrigin type



commit c69d1a10cea11f280f41f4390c6847d2e6f594df
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Feb 3 13:10:58 2015 -0200

    manager: add GcalSourceOrigin type
    
    This will be needed further for the source management dialog.

 src/gcal-manager.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-manager.h b/src/gcal-manager.h
index 1ecd3c6..ee130d9 100644
--- a/src/gcal-manager.h
+++ b/src/gcal-manager.h
@@ -57,6 +57,13 @@ typedef struct
   ECalComponent *event_component;
 } GcalEventData;
 
+typedef struct
+{
+  ESource       *source;
+  const gchar   *name;
+  const gchar   *account;
+} GcalSourceOrigin;
+
 GType          gcal_manager_get_type                (void);
 
 GcalManager*   gcal_manager_new_with_settings       (GSettings          *settings);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]