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.
This commit is contained in:
committed by
Jonathan Blandford
parent
d2c132b3a3
commit
98605f95bf
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user