[gtk/wip/otte/dnd: 141/144] xxx motion
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/dnd: 141/144] xxx motion
- Date: Sat, 22 Feb 2020 03:30:19 +0000 (UTC)
commit fed22c61228b0f90dd02edbea9805d170a5e25e2
Author: Benjamin Otte <otte redhat com>
Date: Sat Feb 22 04:07:55 2020 +0100
xxx motion
gtk/gtkdropcontrollermotion.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkdropcontrollermotion.c b/gtk/gtkdropcontrollermotion.c
index 8c89411c99..51199b729a 100644
--- a/gtk/gtkdropcontrollermotion.c
+++ b/gtk/gtkdropcontrollermotion.c
@@ -304,7 +304,7 @@ gtk_drop_controller_motion_class_init (GtkDropControllerMotionClass *klass)
G_TYPE_NONE, 0);
/**
- * GtkDropControllerMotion::self:
+ * GtkDropControllerMotion::motion:
* @self: The object that received the signal
* @x: the x coordinate
* @y: the y coordinate
@@ -312,7 +312,7 @@ gtk_drop_controller_motion_class_init (GtkDropControllerMotionClass *klass)
* Emitted when the pointer moves inside the widget.
*/
signals[MOTION] =
- g_signal_new (I_("self"),
+ g_signal_new (I_("motion"),
GTK_TYPE_DROP_CONTROLLER_MOTION,
G_SIGNAL_RUN_FIRST,
0, NULL, NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]