mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 00:54:42 +00:00
Update (allow-none) annotations
The annotation has been deprecated in favor of (nullable) and/or (optional).
This commit is contained in:
@@ -3187,7 +3187,7 @@ handle_switch_vt (MetaDisplay *display,
|
||||
/**
|
||||
* meta_keybindings_set_custom_handler:
|
||||
* @name: The name of the keybinding to set
|
||||
* @handler: (allow-none): The new handler function
|
||||
* @handler: (nullable): The new handler function
|
||||
* @user_data: User data to pass to the callback
|
||||
* @free_data: Will be called when this handler is overridden.
|
||||
*
|
||||
|
Reference in New Issue
Block a user