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
3cbd2b97
Commit
3cbd2b97
authored
Apr 10, 2014
by
Carlos Garnacho
Browse files
drag: doc fixes
parent
ec50d776
Changes
1
Show whitespace changes
Inline
Side-by-side
gtk/gtkgesturedrag.c
View file @
3cbd2b97
...
...
@@ -115,7 +115,7 @@ gtk_gesture_drag_class_init (GtkGestureDragClass *klass)
gesture_class
->
end
=
gtk_gesture_drag_end
;
/**
* GtkGestureDrag:drag-begin:
* GtkGestureDrag:
:
drag-begin:
* @gesture: the object which received the signal
* @start_x: X coordinate, relative to the widget allocation
* @start_y: Y coordinate, relative to the widget allocation
...
...
@@ -132,7 +132,7 @@ gtk_gesture_drag_class_init (GtkGestureDragClass *klass)
NULL
,
NULL
,
NULL
,
G_TYPE_NONE
,
2
,
G_TYPE_DOUBLE
,
G_TYPE_DOUBLE
);
/**
* GtkGestureDrag:drag-update:
* GtkGestureDrag:
:
drag-update:
* @gesture: the object which received the signal
* @offset_x: X offset, relative to the start point
* @offset_y: Y offset, relative to the start point
...
...
@@ -149,7 +149,7 @@ gtk_gesture_drag_class_init (GtkGestureDragClass *klass)
NULL
,
NULL
,
NULL
,
G_TYPE_NONE
,
2
,
G_TYPE_DOUBLE
,
G_TYPE_DOUBLE
);
/**
* GtkGestureDrag:drag-end:
* GtkGestureDrag:
:
drag-end:
* @gesture: the object which received the signal
* @offset_x: X offset, relative to the start point
* @offset_y: Y offset, relative to the start point
...
...
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