mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Use GDestroyNotify instead of custom type, for better introspectability
This commit is contained in:
@ -3452,7 +3452,7 @@ gboolean
|
||||
meta_keybindings_set_custom_handler (const gchar *name,
|
||||
MetaKeyHandlerFunc handler,
|
||||
gpointer user_data,
|
||||
MetaKeyHandlerDataFreeFunc free_data)
|
||||
GDestroyNotify free_data)
|
||||
{
|
||||
MetaKeyHandler *key_handler = find_handler (key_handlers, name);
|
||||
|
||||
|
Reference in New Issue
Block a user