Update (allow-none) annotations

The annotation has been deprecated in favor of (nullable) and/or
(optional).
This commit is contained in:
Florian Müllner
2014-05-28 21:44:23 +02:00
parent 1fe5b3e7d5
commit d380d30ef4
8 changed files with 15 additions and 15 deletions

View File

@@ -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.
*