diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-04-01 05:52:23 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-04-01 05:52:23 +0000 |
commit | 98605f95bfd69fa25fd254e698c812ac5c6730e3 (patch) | |
tree | 8402b02b6668ed6d3bf3ca1793c7f505339bb7df /gtk/gtktreedatalist.c | |
parent | d2c132b3a31a0b82d12831108dbc9fcb760a391c (diff) | |
download | gtk+-98605f95bfd69fa25fd254e698c812ac5c6730e3.tar.gz |
Initial work on implementing the GtkTreeSortable interface. Basicaly a big
Sun Apr 1 00:52:06 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c: Initial work on implementing the
GtkTreeSortable interface. Basicaly a big cut'n'paste job.
Diffstat (limited to 'gtk/gtktreedatalist.c')
-rw-r--r-- | gtk/gtktreedatalist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreedatalist.c b/gtk/gtktreedatalist.c index 81596e6ede..b4f400fb42 100644 --- a/gtk/gtktreedatalist.c +++ b/gtk/gtktreedatalist.c @@ -253,7 +253,7 @@ _gtk_tree_data_list_node_copy (GtkTreeDataList *list, return new_list; } -static gint +gint gtk_tree_data_list_compare_func (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, |