gesture: Declare GtkGesture:window as an object property

This commit is contained in:
Carlos Garnacho 2014-05-16 19:35:08 +02:00
parent f81f00ed6b
commit f322e55e19

View File

@ -630,11 +630,11 @@ gtk_gesture_class_init (GtkGestureClass *klass)
*/ */
g_object_class_install_property (object_class, g_object_class_install_property (object_class,
PROP_WINDOW, PROP_WINDOW,
g_param_spec_boolean ("window", g_param_spec_object ("window",
P_("GdkWindow to receive events about"), P_("GdkWindow to receive events about"),
P_("GdkWindow to receive events about"), P_("GdkWindow to receive events about"),
TRUE, GDK_TYPE_WINDOW,
GTK_PARAM_READWRITE)); GTK_PARAM_READWRITE));
/** /**
* GtkGesture::begin: * GtkGesture::begin:
* @gesture: the object which received the signal * @gesture: the object which received the signal