mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
402ad1958c
The GClosure API is a bit funky (and badly documented), and requires you to set a marshaller on the closure, and the marshaller has an implicit 'this' argument, and the caller is reponsible for unsetting the values after invoking the closure. I've added some calls of the _with_closures variants to the gdbus-names test now.
23 lines
409 B
Plaintext
23 lines
409 B
Plaintext
VOID:STRING,STRING,STRING,FLAGS
|
|
VOID:STRING,BOXED
|
|
VOID:STRING,VARIANT
|
|
VOID:BOOLEAN,POINTER
|
|
VOID:OBJECT,OBJECT,ENUM
|
|
BOOLEAN:OBJECT,OBJECT
|
|
VOID:STRING,BOXED,BOXED
|
|
BOOL:POINTER,INT
|
|
BOOL:UINT
|
|
BOOL:VARIANT
|
|
BOOL:VOID
|
|
VOID:STRING,STRING,BOXED
|
|
VOID:BOOL,BOXED
|
|
VOID:VARIANT,VARIANT
|
|
VOID:INT
|
|
VOID:STRING,INT
|
|
VOID:STRING,UINT
|
|
VOID:BOXED,BOXED
|
|
VOID:VARIANT,BOXED
|
|
VOID:STRING,STRING,VARIANT
|
|
VOID:STRING
|
|
VOID:STRING,STRING
|