diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-07 01:22:33 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-08 18:48:22 -0500 |
commit | c878f650ce05efa4b08ee248c2e5832731de5c29 (patch) | |
tree | 93ce43fda4e2d251b85639d45208b075fc0fae35 /gtk/gtkdragsource.c | |
parent | 2d2cdeae88fd419e8854725df516dad0584052dc (diff) | |
download | gtk+-c878f650ce05efa4b08ee248c2e5832731de5c29.tar.gz |
dragksource: Small doc fix
Diffstat (limited to 'gtk/gtkdragsource.c')
-rw-r--r-- | gtk/gtkdragsource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdragsource.c b/gtk/gtkdragsource.c index 69a3f9da57..442976413e 100644 --- a/gtk/gtkdragsource.c +++ b/gtk/gtkdragsource.c @@ -292,7 +292,7 @@ gtk_drag_source_class_init (GtkDragSourceClass *class) * * The actions that are supported by drag operations from the source. * - * Note that you must handle the #GtkDragSource::drag-data-deleted signal + * Note that you must handle the #GtkDragSource::drag-end signal * if the actions include %GDK_ACTION_MOVE. */ properties[PROP_ACTIONS] = |