Re: Bug: selection_get signal creation
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list redhat com
- Subject: Re: Bug: selection_get signal creation
- Date: 15 Jan 1999 10:35:00 -0500
Damon Chaplin <damon@karuna.freeserve.co.uk> writes:
> I've mentioned this before but it's still there:
>
> gtkwidget.c:
>
> widget_signals[SELECTION_GET] =
> gtk_signal_new ("selection_get",
> GTK_RUN_LAST,
> object_class->type,
> GTK_SIGNAL_OFFSET (GtkWidgetClass, selection_get),
> gtk_marshal_NONE__POINTER_UINT_UINT,
> GTK_TYPE_NONE, 2,
> GTK_TYPE_SELECTION_DATA,
> GTK_TYPE_UINT,
> GTK_TYPE_UINT);
>
> nparams should be 3 rather than 2.
Thanks for the reminder. Fixing it now.
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]