Method

GtkGestureget_group

Declaration [src]

GList*
gtk_gesture_get_group (
  GtkGesture* gesture
)

Description [src]

Returns all gestures in the group of gesture.

Return value

Type: A list of GtkGesture*

The list of GtkGestures, free with g_list_free()

The caller of the method takes ownership of the returned data container, but not the data inside it.