This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk
Watch
1
Star
0
Fork
1
You've already forked gtk
mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced
2024-11-10 02:40:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
aff1b88c92
gtk
/
gdk
/
gdkmarshalers.list
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
surface: Add marshallers for new events This way, sysprof can profile through the signal emission, and for signals this low in the stack, this is very useful.
2019-05-28 17:18:35 +00:00
BOOLEAN:BOXED
BOOLEAN:OBJECT
x11: Refactor xevent filtering some more We now have a GdkX11Display::xevent signal that gets emitted for every XEvent and allows you to interrupt processing via TRUE/FALSE return values. These return values to correspond to GDK_FILTER_REMOVE and GDK_FILTER_CONTINUE respectively. The GDK_FILTER_TRANSLATE case from gdk_window_add_filter() is now meant to be handled via gdk_display_put_event().
2017-12-13 00:53:17 +00:00
BOOLEAN:POINTER
gdkwindow: add gdk_window_move_to_rect () https://bugzilla.gnome.org/show_bug.cgi?id=756579
2016-06-15 15:00:38 +00:00
VOID:POINTER,POINTER,BOOLEAN,BOOLEAN
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.
2021-12-08 06:21:19 +00:00
VOID:INT,INT
Reference in New Issue
Copy Permalink