No such thing as GdkScrollHistory.
* @pointer_emulated: whether the scroll event was the result of
* a pointer emulation
* @tool: a `GdkDeviceTool`
- * @history: (element-type GdkScrollHistory): array of times and deltas
+ * @history: (element-type GdkTimeCoord): array of times and deltas
* for other scroll events that were compressed before delivering the
* current event
*
gboolean pointer_emulated;
gboolean is_stop;
GdkDeviceTool *tool;
- GArray *history; /* <GdkScrollHistory> */
+ GArray *history; /* <GdkTimeCoord> */
};
/*