[gcr] Make gcr_certificate_chain_build arguments in .h match the .c



commit bb05b11bef51ce54d125da4ecee15f1fda8fe66f
Author: Shawn Walker <shawn walker oracle com>
Date:   Sun Jan 15 11:17:52 2017 -0800

    Make gcr_certificate_chain_build arguments in .h match the .c
    
    Signed-off-by: Alan Coopersmith <alan coopersmith oracle com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777282

 gcr/gcr-certificate-chain.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gcr/gcr-certificate-chain.h b/gcr/gcr-certificate-chain.h
index c057108..9d922da 100644
--- a/gcr/gcr-certificate-chain.h
+++ b/gcr/gcr-certificate-chain.h
@@ -90,14 +90,14 @@ GcrCertificate*           gcr_certificate_chain_get_certificate    (GcrCertifica
 gboolean                  gcr_certificate_chain_build              (GcrCertificateChain *self,
                                                                     const gchar *purpose,
                                                                     const gchar *peer,
-                                                                    guint flags,
+                                                                    GcrCertificateChainFlags flags,
                                                                     GCancellable *cancellable,
                                                                     GError **error);
 
 void                      gcr_certificate_chain_build_async        (GcrCertificateChain *self,
                                                                     const gchar *purpose,
                                                                     const gchar *peer,
-                                                                    guint flags,
+                                                                    GcrCertificateChainFlags flags,
                                                                     GCancellable *cancellable,
                                                                     GAsyncReadyCallback callback,
                                                                     gpointer user_data);


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