X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=src%2Fmoonshot-idcard-store.vala;h=b9c9368a000520536bd0795eeffae4475bc0ce2b;hp=3d6c86357f8d1fa8b8438233c01348e5a6a40470;hb=3483be3d73af11f2bf7ce3318514c4fce50bebf4;hpb=bdf3da196264fca4e79c010dfa0c7157d8f1b585 diff --git a/src/moonshot-idcard-store.vala b/src/moonshot-idcard-store.vala index 3d6c863..b9c9368 100644 --- a/src/moonshot-idcard-store.vala +++ b/src/moonshot-idcard-store.vala @@ -1,5 +1,5 @@ /* - * 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 @@ -42,5 +42,8 @@ public interface IIdentityCardStore : Object { public abstract IdCard? update_card(IdCard card); public abstract StoreType get_store_type(); public abstract LinkedList get_card_list(); + + // Note that (at least right now) store_id_cards() will re-load the cards after saving them. + internal abstract void store_id_cards(); }