Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
774de167
Commit
774de167
authored
Oct 28, 2000
by
Robert Brady
Browse files
And fix the marshaller for GtkTextView::delete.
parent
11f59345
Changes
10
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
774de167
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 marshaller
s
for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshaller
s
.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>
...
...
ChangeLog.pre-2-0
View file @
774de167
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 marshaller
s
for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshaller
s
.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>
...
...
ChangeLog.pre-2-10
View file @
774de167
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 marshaller
s
for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshaller
s
.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>
...
...
ChangeLog.pre-2-2
View file @
774de167
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 marshaller
s
for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshaller
s
.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>
...
...
ChangeLog.pre-2-4
View file @
774de167
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 marshaller
s
for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshaller
s
.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>
...
...
ChangeLog.pre-2-6
View file @
774de167
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 marshaller
s
for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshaller
s
.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>
...
...
ChangeLog.pre-2-8
View file @
774de167
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 marshaller
s
for GtkTextView.
* gtk/gtktextview.c: Use correct marshaller.
* gtk/gtktextview.c: Use correct marshaller
s
.
Fri Oct 27 17:56:26 2000 Jonathan Blandford <jrb@redhat.com>
...
...
gtk/gtkmarshal.list
View file @
774de167
...
...
@@ -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
...
...
gtk/gtkmarshalers.list
View file @
774de167
...
...
@@ -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
...
...
gtk/gtktextview.c
View file @
774de167
...
...
@@ -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
]
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment