run vala
[moonshot-ui.git] / src / moonshot-idcard-store.c
index 08d7ee3..2701a7c 100644 (file)
@@ -1,4 +1,4 @@
-/* moonshot-idcard-store.c generated by valac 0.10.4, the Vala compiler
+/* moonshot-idcard-store.c generated by valac 0.16.1, the Vala compiler
  * generated from moonshot-idcard-store.vala, do not modify */
 
 
@@ -43,43 +43,50 @@ void iidentity_card_store_update_card (IIdentityCardStore* self, IdCard* card);
 GeeLinkedList* iidentity_card_store_get_card_list (IIdentityCardStore* self);
 
 
-
-#line 136 "moonshot-local-flat-file-store.vala"
 void iidentity_card_store_add_card (IIdentityCardStore* self, IdCard* card) {
-#line 136 "moonshot-local-flat-file-store.vala"
+#line 4 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
+       g_return_if_fail (self != NULL);
+#line 4 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
        IIDENTITY_CARD_STORE_GET_INTERFACE (self)->add_card (self, card);
 #line 52 "moonshot-idcard-store.c"
 }
 
 
-#line 136 "moonshot-local-flat-file-store.vala"
 void iidentity_card_store_remove_card (IIdentityCardStore* self, IdCard* card) {
-#line 136 "moonshot-local-flat-file-store.vala"
+#line 5 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
+       g_return_if_fail (self != NULL);
+#line 5 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
        IIDENTITY_CARD_STORE_GET_INTERFACE (self)->remove_card (self, card);
-#line 60 "moonshot-idcard-store.c"
+#line 61 "moonshot-idcard-store.c"
 }
 
 
-#line 136 "moonshot-local-flat-file-store.vala"
 void iidentity_card_store_update_card (IIdentityCardStore* self, IdCard* card) {
-#line 136 "moonshot-local-flat-file-store.vala"
+#line 6 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
+       g_return_if_fail (self != NULL);
+#line 6 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
        IIDENTITY_CARD_STORE_GET_INTERFACE (self)->update_card (self, card);
-#line 68 "moonshot-idcard-store.c"
+#line 70 "moonshot-idcard-store.c"
 }
 
 
-#line 136 "moonshot-local-flat-file-store.vala"
 GeeLinkedList* iidentity_card_store_get_card_list (IIdentityCardStore* self) {
-#line 136 "moonshot-local-flat-file-store.vala"
+#line 7 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
+       g_return_val_if_fail (self != NULL, NULL);
+#line 7 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
        return IIDENTITY_CARD_STORE_GET_INTERFACE (self)->get_card_list (self);
-#line 76 "moonshot-idcard-store.c"
+#line 79 "moonshot-idcard-store.c"
 }
 
 
 static void iidentity_card_store_base_init (IIdentityCardStoreIface * iface) {
+#line 2 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
        static gboolean initialized = FALSE;
+#line 2 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
        if (!initialized) {
+#line 2 "/build/slave/packages-full/build/ui/src/moonshot-idcard-store.vala"
                initialized = TRUE;
+#line 90 "moonshot-idcard-store.c"
        }
 }
 
@@ -98,4 +105,3 @@ GType iidentity_card_store_get_type (void) {
 
 
 
-