forked from AuroraMiddleware/gtk
gesturestylus: Clarify a documentation comment
Use the proper gtkdoc syntax for signals.
This commit is contained in:
parent
04eb7eef29
commit
6fe0a8c6b3
@ -303,9 +303,9 @@ gtk_gesture_stylus_get_backlog (GtkGestureStylus *gesture,
|
||||
* @gesture: a #GtkGestureStylus
|
||||
*
|
||||
* Returns the #GdkDeviceTool currently driving input through this gesture.
|
||||
* This function must be called from either the #GtkGestureStylus:down,
|
||||
* #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
|
||||
* signals.
|
||||
* This function must be called from either the #GtkGestureStylus::down,
|
||||
* #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
|
||||
* signal handlers.
|
||||
*
|
||||
* Returns: (nullable) (transfer none): The current stylus tool
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user