Function

GdkDevicefree_history

Declaration [src]

void
gdk_device_free_history (
  GdkTimeCoord** events,
  gint n_events
)

Description [src]

Frees an array of GdkTimeCoord that was returned by gdk_device_get_history().

This function is not directly available to language bindings.

Parameters

events

Type: An array of GdkTimeCoord*

An array of GdkTimeCoord.

The length of the array is specified in the n_events argument.
The data is owned by the caller of the function.
n_events

Type: gint

The length of the array.