[gcr] gcr: Fix build gulong != gsize



commit 2b9854eabc343bec42c313ac5df82091d355a6c7
Author: Stef Walter <stefw collabora co uk>
Date:   Fri Nov 25 20:51:59 2011 +0100

    gcr: Fix build gulong != gsize
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664832

 gcr/gcr-key-mechanisms.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gcr/gcr-key-mechanisms.c b/gcr/gcr-key-mechanisms.c
index ea2d527..8728323 100644
--- a/gcr/gcr-key-mechanisms.c
+++ b/gcr/gcr-key-mechanisms.c
@@ -84,7 +84,7 @@ find_first_usable_mechanism (GckObject *key,
 gulong
 _gcr_key_mechanisms_check (GckObject *key,
                            const gulong *mechanisms,
-                           gulong n_mechanisms,
+                           gsize n_mechanisms,
                            gulong action_attr_type,
                            GCancellable *cancellable,
                            GError **error)
@@ -154,7 +154,7 @@ on_check_get_attributes (GObject *source,
 void
 _gcr_key_mechanisms_check_async (GckObject *key,
                                  const gulong *mechanisms,
-                                 gulong n_mechanisms,
+                                 gsize n_mechanisms,
                                  gulong action_attr_type,
                                  GCancellable *cancellable,
                                  GAsyncReadyCallback callback,



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