gdk_{pointer,keyboard}_grab are deprecated

so mention the non deprecated gdk_device_grab as well
This commit is contained in:
Guido Günther 2013-03-15 18:24:27 +01:00
parent 795e90efcb
commit ece672ab0b

View File

@ -297,8 +297,8 @@ typedef enum
* viewable.
* @GDK_GRAB_FROZEN: the resource is frozen by an active grab of another client.
*
* Returned by gdk_pointer_grab() and gdk_keyboard_grab() to indicate
* success or the reason for the failure of the grab attempt.
* Returned by gdk_device_grab(), gdk_pointer_grab() and gdk_keyboard_grab() to
* indicate success or the reason for the failure of the grab attempt.
*/
typedef enum
{