summaryrefslogtreecommitdiff
path: root/gdk/gdkmarshalers.list
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2021-12-07 22:21:19 -0800
committerChristian Hergert <chergert@redhat.com>2021-12-07 22:21:19 -0800
commit15d01d4315d813dd947887ccb761d1896d15abb6 (patch)
treef6e6c191fd9249a47cdd2ef85d7e2f72547bcf72 /gdk/gdkmarshalers.list
parent348e34f2218d9ddd795734719235786db653ec2d (diff)
downloadgtk+-15d01d4315d813dd947887ccb761d1896d15abb6.tar.gz
surface: add missing va_marshaller for layout signal
I saw this coming across through a ffi boundary in Sysprof, and we wanted to keep most things within GDK using native marshalling to improve profiler results when frame pointers are not used.
Diffstat (limited to 'gdk/gdkmarshalers.list')
-rw-r--r--gdk/gdkmarshalers.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkmarshalers.list b/gdk/gdkmarshalers.list
index 953533e466..8dff932b90 100644
--- a/gdk/gdkmarshalers.list
+++ b/gdk/gdkmarshalers.list
@@ -2,3 +2,4 @@ BOOLEAN:BOXED
BOOLEAN:OBJECT
BOOLEAN:POINTER
VOID:POINTER,POINTER,BOOLEAN,BOOLEAN
+VOID:INT,INT