mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
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:
parent
bef69cd7b3
commit
b481ba7ced
@ -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]:
|
||||
|
@ -1,4 +1,4 @@
|
||||
BOOLEAN:STRING,STRING,STRING,INT
|
||||
BOOLEAN:STRING,STRING,STRING,UINT
|
||||
BOOLEAN:STRING,POINTER
|
||||
VOID:BOOLEAN,POINTER
|
||||
VOID:OBJECT,OBJECT,INT
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user