Use the right type (uint) for the ask_password signal.

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
This commit is contained in:
Alexander Larsson 2008-01-04 15:19:36 +00:00 committed by Alexander Larsson
parent bef69cd7b3
commit b481ba7ced
3 changed files with 8 additions and 2 deletions

View 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]:

View 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

View 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);