[network-manager-applet/lr/pkcs11: 19/22] fixup! libnma: add a certificate picker interface



commit 4027e561144429178fe4b3b4cc6585d739514664
Author: Thomas Haller <thaller redhat com>
Date:   Wed Mar 15 16:18:24 2017 +0100

    fixup! libnma: add a certificate picker interface
    
    Public class structs need slots for future expansion.
    Better waste a slot then later not having enough.

 src/libnma/nma-cert-chooser.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/libnma/nma-cert-chooser.h b/src/libnma/nma-cert-chooser.h
index d2ce2ed..0d1d55d 100644
--- a/src/libnma/nma-cert-chooser.h
+++ b/src/libnma/nma-cert-chooser.h
@@ -158,6 +158,16 @@ typedef struct {
                                                              const gchar *title);
        void         (*set_flags)                            (NMACertChooser *cert_chooser,
                                                              NMACertChooserFlags flags);
+
+       void (*slot_1) (void);
+       void (*slot_2) (void);
+       void (*slot_3) (void);
+       void (*slot_4) (void);
+       void (*slot_5) (void);
+       void (*slot_6) (void);
+       void (*slot_7) (void);
+       void (*slot_8) (void);
+
 } NMACertChooserClass;
 
 NMA_AVAILABLE_IN_1_8


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