summaryrefslogtreecommitdiff
path: root/gobject/gmarshal.list
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-08-04 00:57:52 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-08-04 01:09:28 +0100
commit4bc9654c63feee596de5aa214d7cbd8fc293cd9d (patch)
tree954ba78b9e8fe91151f35d4d4723b31cf5dfacaa /gobject/gmarshal.list
parentf5cd8ddeaac7e6df484629b7ae54a86ffa155a05 (diff)
binding: Add a default marshaller for the closure API
The g_object_bind_property_with_closures() function should set a marshaller if the two GClosures don't have one already. This simplifies the caller code and avoids duplication. We need to add a new marshaller to the gmarshal.list matching the signature of the GBindingTransformFunc function.
Diffstat (limited to 'gobject/gmarshal.list')
-rw-r--r--gobject/gmarshal.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/gmarshal.list b/gobject/gmarshal.list
index 533307be8..41cf74aec 100644
--- a/gobject/gmarshal.list
+++ b/gobject/gmarshal.list
@@ -47,3 +47,4 @@ VOID:VARIANT
VOID:UINT,POINTER
BOOL:FLAGS
STRING:OBJECT,POINTER
+BOOL:BOXED,BOXED