Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
fa168e20
Commit
fa168e20
authored
Apr 10, 2014
by
Carlos Garnacho
Browse files
longpress: doc fixes
parent
3cbd2b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkgesturelongpress.c
View file @
fa168e20
...
...
@@ -24,7 +24,7 @@
* @Title: GtkGestureLongPress
*
* #GtkGestureLongPress is a #GtkGesture implementation able to recognize
* long presses, triggering the #GtkGestureLongPress:pressed after the
* long presses, triggering the #GtkGestureLongPress:
:
pressed after the
* timeout is exceeded.
*
* If the touchpoint is lifted before the timeout passes, or if it drifts
...
...
@@ -212,7 +212,7 @@ gtk_gesture_long_press_class_init (GtkGestureLongPressClass *klass)
gtk_gesture_long_press_sequence_state_changed
;
/**
* GtkGestureLongPress:pressed:
* GtkGestureLongPress:
:
pressed:
* @gesture: the object which received the signal
* @x: the X coordinate where the press happened, relative to the widget allocation
* @y: the Y coordinate where the press happened, relative to the widget allocation
...
...
@@ -230,7 +230,7 @@ gtk_gesture_long_press_class_init (GtkGestureLongPressClass *klass)
NULL
,
NULL
,
NULL
,
G_TYPE_NONE
,
2
,
G_TYPE_DOUBLE
,
G_TYPE_DOUBLE
);
/**
* GtkGestureLongPress:cancelled:
* GtkGestureLongPress:
:
cancelled:
* @gesture: the object which received the signal
*
* This signal is emitted whenever a press moved too far, or was released
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment