summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-03-28 01:54:14 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-03-28 01:54:14 +0000
commit88bbc2a534d07b6973c1ecd0979baae14a23e019 (patch)
treeab3006261952a0682fc0952b558bb8285d497fa1 /gtk/gtktreemodel.c
parent2c613ffd95fd25dceea8173271f3fbc488321cd9 (diff)
downloadgtk+-88bbc2a534d07b6973c1ecd0979baae14a23e019.tar.gz
More work on implementing sortable interface.
Tue Mar 27 20:55:29 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkliststore.c: More work on implementing sortable interface.
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r--gtk/gtktreemodel.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 68c2d0f2e2..0e21974d0f 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -112,9 +112,10 @@ gtk_tree_model_base_init (gpointer g_class)
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GtkTreeModelIface, reordered),
NULL, NULL,
- gtk_marshal_VOID__BOXED_POINTER,
- G_TYPE_NONE, 2,
+ gtk_marshal_VOID__BOXED_BOXED_POINTER,
+ G_TYPE_NONE, 3,
GTK_TYPE_TREE_PATH,
+ GTK_TYPE_TREE_ITER,
G_TYPE_POINTER);
initialized = TRUE;
}