Use the right type (uint) for the ask_password signal.
authorAlexander Larsson <alexl@redhat.com>
Fri, 4 Jan 2008 15:19:36 +0000 (15:19 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Fri, 4 Jan 2008 15:19:36 +0000 (15:19 +0000)
2008-01-04  Alexander Larsson  <alexl@redhat.com>

        * gio-marshal.list:
        * gmountoperation.c:
Use the right type (uint) for the ask_password signal.

svn path=/trunk/; revision=6244

gio/ChangeLog
gio/gio-marshal.list
gio/gmountoperation.c

index e4fbbac5bc7acd87b4f80816f077c90958d7c047..0faed7a3faa583b9f65d8f1c63274370878b892f 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-04  Alexander Larsson  <alexl@redhat.com>
+
+        * gio-marshal.list:
+        * gmountoperation.c:
+       Use the right type (uint) for the ask_password signal.
+
 2008-01-04  Alexander Larsson  <alexl@redhat.com>
 
         * gappinfo.[ch]:
index 5716663164d0f61af969bb449808151015edafff..4c4ae5a7d99644b2f757b31b239cc26ff99a1ed4 100644 (file)
@@ -1,4 +1,4 @@
-BOOLEAN:STRING,STRING,STRING,INT
+BOOLEAN:STRING,STRING,STRING,UINT
 BOOLEAN:STRING,POINTER
 VOID:BOOLEAN,POINTER
 VOID:OBJECT,OBJECT,INT
index f0f9f312e71af1110a0984e950aa84220f3019ef..44a42697300619ce1341e190c01748035c77e837 100644 (file)
@@ -257,7 +257,7 @@ g_mount_operation_class_init (GMountOperationClass *klass)
                  G_SIGNAL_RUN_LAST,
                  G_STRUCT_OFFSET (GMountOperationClass, ask_password),
                  boolean_handled_accumulator, NULL,
-                 _gio_marshal_BOOLEAN__STRING_STRING_STRING_INT,
+                 _gio_marshal_BOOLEAN__STRING_STRING_STRING_UINT,
                  G_TYPE_BOOLEAN, 4,
                  G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT);