This website requires JavaScript.
Explore
Help
Register
Sign In
brl
/
mutter
Watch
1
Star
0
Fork
0
You've already forked mutter
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
mutter
/
src
/
meta-marshal.list
2 lines
17 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cursor-tracker: Use our own marshal for cursor-moved By putting `NULL` as the C marshaller in `g_signal_new`, you automatically get `g_cclosure_marshaller_generic`, which will try to process its arguments and return value with the help of libffi and GValue. Using `glib-genmarshal` and valist_marshallers, we can prevent this so that we need less instructions for each signal emission. https://gitlab.gnome.org/GNOME/mutter/merge_requests/697
2019-07-24 07:42:07 +02:00
VOID:FLOAT,FLOAT
Reference in New Issue
Copy Permalink