mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
476cda2a47
commit
988275cf14
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user