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
+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]:
-BOOLEAN:STRING,STRING,STRING,INT
+BOOLEAN:STRING,STRING,STRING,UINT
BOOLEAN:STRING,POINTER
VOID:BOOLEAN,POINTER
VOID:OBJECT,OBJECT,INT
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);