Use correct marshaller.

Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
	correct marshaller.
This commit is contained in:
Jonathan Blandford 2001-08-20 15:46:49 +00:00 committed by Jonathan Blandford
parent 476cda2a47
commit 988275cf14
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
correct marshaller.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: Fix up warnings, #58928.

View File

@ -1,3 +1,8 @@
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
correct marshaller.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: Fix up warnings, #58928.

View File

@ -1,3 +1,8 @@
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
correct marshaller.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: Fix up warnings, #58928.

View File

@ -1,3 +1,8 @@
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
correct marshaller.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: Fix up warnings, #58928.

View File

@ -1,3 +1,8 @@
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
correct marshaller.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: Fix up warnings, #58928.

View File

@ -1,3 +1,8 @@
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
correct marshaller.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: Fix up warnings, #58928.

View File

@ -1,3 +1,8 @@
Mon Aug 20 11:39:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
correct marshaller.
Sun Aug 19 03:22:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c: Fix up warnings, #58928.

View File

@ -84,7 +84,7 @@ gtk_tree_selection_class_init (GtkTreeSelectionClass *class)
GTK_RUN_FIRST,
GTK_CLASS_TYPE (object_class),
GTK_SIGNAL_OFFSET (GtkTreeSelectionClass, changed),
gtk_marshal_VOID__OBJECT,
gtk_marshal_VOID__VOID,
GTK_TYPE_NONE, 0);
}