Method

GdkSeatget_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().

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