Method

Gdk.Seat.get_tools

Declaration [src]

GList*
gdk_seat_get_tools (
  GdkSeat* seat
)

Description [src]

Returns all GdkDeviceTools that are known to the application.

Return value

Returns: A list of GdkDeviceTool

A list of tools. Free with g_list_free().

Ownership of the container type is transferred to the caller