On 6/10/07, Murray Cumming <murrayc murrayc com> wrote:
drags differently.
The marshaller might be wrong for this one, looking at the
documentation. Or does it really send an enum?
widget_signals[DRAG_FAILED] =
g_signal_new (I_("drag_failed"),
G_TYPE_FROM_CLASS (gobject_class),
G_SIGNAL_RUN_LAST,
0, _gtk_boolean_handled_accumulator, NULL,
_gtk_marshal_BOOLEAN__OBJECT_ENUM,
G_TYPE_BOOLEAN, 2,
GDK_TYPE_DRAG_CONTEXT,
GTK_TYPE_DRAG_RESULT);
GTK_TYPE_DRAG_RESULT is an enum, yes.