docs: gtk_window_group_get_current_device_grab() was added in 3.0

This commit is contained in:
Javier Jardón 2010-08-18 05:29:17 +02:00
parent 1229bfc620
commit f730af8360

View File

@ -7952,7 +7952,9 @@ _gtk_window_group_remove_device_grab (GtkWindowGroup *window_group,
* Returns the current grab widget for @device, or %NULL if none.
*
* Returns: The grab widget, or %NULL
**/
*
* Since: 3.0
*/
GtkWidget *
gtk_window_group_get_current_device_grab (GtkWindowGroup *window_group,
GdkDevice *device)