From: Alexander Larsson Date: Fri, 4 Jan 2008 15:19:36 +0000 (+0000) Subject: Use the right type (uint) for the ask_password signal. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b481ba7ced368cc85edde817255e2001f7e8eafb;p=dana%2Fcg-glib.git Use the right type (uint) for the ask_password signal. 2008-01-04 Alexander Larsson * gio-marshal.list: * gmountoperation.c: Use the right type (uint) for the ask_password signal. svn path=/trunk/; revision=6244 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index e4fbbac5..0faed7a3 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-01-04 Alexander Larsson + + * gio-marshal.list: + * gmountoperation.c: + Use the right type (uint) for the ask_password signal. + 2008-01-04 Alexander Larsson * gappinfo.[ch]: diff --git a/gio/gio-marshal.list b/gio/gio-marshal.list index 57166631..4c4ae5a7 100644 --- a/gio/gio-marshal.list +++ b/gio/gio-marshal.list @@ -1,4 +1,4 @@ -BOOLEAN:STRING,STRING,STRING,INT +BOOLEAN:STRING,STRING,STRING,UINT BOOLEAN:STRING,POINTER VOID:BOOLEAN,POINTER VOID:OBJECT,OBJECT,INT diff --git a/gio/gmountoperation.c b/gio/gmountoperation.c index f0f9f312..44a42697 100644 --- a/gio/gmountoperation.c +++ b/gio/gmountoperation.c @@ -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);