And fix the marshaller for GtkTextView::delete.

This commit is contained in:
Robert Brady 2000-10-28 02:27:44 +00:00
parent 11f59345e4
commit 774de16743
10 changed files with 17 additions and 15 deletions

View File

@ -1,8 +1,8 @@
Sat Oct 28 02:33:09 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkmarshal.list: add new marshaller for GtkTextView.
* gtk/gtkmarshal.list: add new marshallers for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshallers.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>

View File

@ -1,8 +1,8 @@
Sat Oct 28 02:33:09 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkmarshal.list: add new marshaller for GtkTextView.
* gtk/gtkmarshal.list: add new marshallers for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshallers.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>

View File

@ -1,8 +1,8 @@
Sat Oct 28 02:33:09 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkmarshal.list: add new marshaller for GtkTextView.
* gtk/gtkmarshal.list: add new marshallers for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshallers.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>

View File

@ -1,8 +1,8 @@
Sat Oct 28 02:33:09 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkmarshal.list: add new marshaller for GtkTextView.
* gtk/gtkmarshal.list: add new marshallers for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshallers.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>

View File

@ -1,8 +1,8 @@
Sat Oct 28 02:33:09 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkmarshal.list: add new marshaller for GtkTextView.
* gtk/gtkmarshal.list: add new marshallers for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshallers.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>

View File

@ -1,8 +1,8 @@
Sat Oct 28 02:33:09 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkmarshal.list: add new marshaller for GtkTextView.
* gtk/gtkmarshal.list: add new marshallers for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshallers.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>

View File

@ -1,8 +1,8 @@
Sat Oct 28 02:33:09 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkmarshal.list: add new marshaller for GtkTextView.
* gtk/gtkmarshal.list: add new marshallers for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshallers.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>

View File

@ -51,6 +51,7 @@ VOID:INT,INT,INT
VOID:INT,INT,INT,INT
VOID:INT,INT,POINTER
VOID:OBJECT
VOID:ENUM,INT
VOID:POINTER
VOID:POINTER,BOOLEAN
VOID:POINTER,INT

View File

@ -51,6 +51,7 @@ VOID:INT,INT,INT
VOID:INT,INT,INT,INT
VOID:INT,INT,POINTER
VOID:OBJECT
VOID:ENUM,INT
VOID:POINTER
VOID:POINTER,BOOLEAN
VOID:POINTER,INT

View File

@ -407,7 +407,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
GTK_RUN_LAST | GTK_RUN_ACTION,
GTK_CLASS_TYPE (object_class),
GTK_SIGNAL_OFFSET (GtkTextViewClass, delete),
gtk_marshal_VOID__INT_INT,
gtk_marshal_VOID__ENUM_INT,
GTK_TYPE_NONE, 2, GTK_TYPE_DELETE_TYPE, GTK_TYPE_INT);
signals[CUT_CLIPBOARD] =