New upstream version 1.0.3
[moonshot-ui.git] / src / moonshot-idcard-store.c
index d557379..a27a8db 100644 (file)
@@ -1,8 +1,8 @@
-/* moonshot-idcard-store.c generated by valac 0.24.0, the Vala compiler
+/* moonshot-idcard-store.c generated by valac 0.34.9, the Vala compiler
  * generated from moonshot-idcard-store.vala, do not modify */
 
 /*
- * Copyright (c) 2011-2014, JANET(UK)
+ * Copyright (c) 2011-2016, JANET(UK)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -70,6 +70,7 @@ struct _IIdentityCardStoreIface {
        IdCard* (*update_card) (IIdentityCardStore* self, IdCard* card);
        IIdentityCardStoreStoreType (*get_store_type) (IIdentityCardStore* self);
        GeeLinkedList* (*get_card_list) (IIdentityCardStore* self);
+       void (*store_id_cards) (IIdentityCardStore* self);
 };
 
 
@@ -82,6 +83,7 @@ gboolean iidentity_card_store_remove_card (IIdentityCardStore* self, IdCard* car
 IdCard* iidentity_card_store_update_card (IIdentityCardStore* self, IdCard* card);
 IIdentityCardStoreStoreType iidentity_card_store_get_store_type (IIdentityCardStore* self);
 GeeLinkedList* iidentity_card_store_get_card_list (IIdentityCardStore* self);
+void iidentity_card_store_store_id_cards (IIdentityCardStore* self);
 
 
 GType iidentity_card_store_store_type_get_type (void) {
@@ -101,7 +103,7 @@ void iidentity_card_store_add_card (IIdentityCardStore* self, IdCard* card) {
        g_return_if_fail (self != NULL);
 #line 40 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
        IIDENTITY_CARD_STORE_GET_INTERFACE (self)->add_card (self, card);
-#line 105 "moonshot-idcard-store.c"
+#line 107 "moonshot-idcard-store.c"
 }
 
 
@@ -110,7 +112,7 @@ gboolean iidentity_card_store_remove_card (IIdentityCardStore* self, IdCard* car
        g_return_val_if_fail (self != NULL, FALSE);
 #line 41 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
        return IIDENTITY_CARD_STORE_GET_INTERFACE (self)->remove_card (self, card);
-#line 114 "moonshot-idcard-store.c"
+#line 116 "moonshot-idcard-store.c"
 }
 
 
@@ -119,7 +121,7 @@ IdCard* iidentity_card_store_update_card (IIdentityCardStore* self, IdCard* card
        g_return_val_if_fail (self != NULL, NULL);
 #line 42 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
        return IIDENTITY_CARD_STORE_GET_INTERFACE (self)->update_card (self, card);
-#line 123 "moonshot-idcard-store.c"
+#line 125 "moonshot-idcard-store.c"
 }
 
 
@@ -128,7 +130,7 @@ IIdentityCardStoreStoreType iidentity_card_store_get_store_type (IIdentityCardSt
        g_return_val_if_fail (self != NULL, 0);
 #line 43 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
        return IIDENTITY_CARD_STORE_GET_INTERFACE (self)->get_store_type (self);
-#line 132 "moonshot-idcard-store.c"
+#line 134 "moonshot-idcard-store.c"
 }
 
 
@@ -137,7 +139,16 @@ GeeLinkedList* iidentity_card_store_get_card_list (IIdentityCardStore* self) {
        g_return_val_if_fail (self != NULL, NULL);
 #line 44 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
        return IIDENTITY_CARD_STORE_GET_INTERFACE (self)->get_card_list (self);
-#line 141 "moonshot-idcard-store.c"
+#line 143 "moonshot-idcard-store.c"
+}
+
+
+void iidentity_card_store_store_id_cards (IIdentityCardStore* self) {
+#line 47 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
+       g_return_if_fail (self != NULL);
+#line 47 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
+       IIDENTITY_CARD_STORE_GET_INTERFACE (self)->store_id_cards (self);
+#line 152 "moonshot-idcard-store.c"
 }
 
 
@@ -148,7 +159,7 @@ static void iidentity_card_store_base_init (IIdentityCardStoreIface * iface) {
        if (!initialized) {
 #line 33 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-idcard-store.vala"
                initialized = TRUE;
-#line 152 "moonshot-idcard-store.c"
+#line 163 "moonshot-idcard-store.c"
        }
 }