Method

Gtk.Gesture.get_group

Declaration [src]

GList*
gtk_gesture_get_group (
  GtkGesture* gesture
)

Description [src]

Returns all gestures in the group of gesture

Return value

Returns: A list of GtkGesture

The list of GtkGestures, free with g_list_free()

Ownership of the container type is transferred to the caller