mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 04:42:14 +00:00
docs: Fix the name of the parameters
This commit is contained in:
parent
7338541452
commit
7d2706e8ba
@ -684,7 +684,8 @@ clutter_drag_action_new (void)
|
|||||||
/**
|
/**
|
||||||
* clutter_drag_action_set_drag_threshold:
|
* clutter_drag_action_set_drag_threshold:
|
||||||
* @action: a #ClutterDragAction
|
* @action: a #ClutterDragAction
|
||||||
* @threshold: a distance, in pixels
|
* @x_threshold: a distance on the horizontal axis, in pixels
|
||||||
|
* @y_threshold: a distance on the vertical axis, in pixels
|
||||||
*
|
*
|
||||||
* Sets the horizontal and vertical drag thresholds that must be
|
* Sets the horizontal and vertical drag thresholds that must be
|
||||||
* cleared by the pointer before @action can begin the dragging
|
* cleared by the pointer before @action can begin the dragging
|
||||||
|
Loading…
Reference in New Issue
Block a user