Eliminate as many signal emissions as we can from footreestore.c

This commit is contained in:
Søren Sandmann Pedersen
2009-08-17 05:45:46 -04:00
parent 47434b8c81
commit 6849c1472d
3 changed files with 62 additions and 33 deletions

View File

@ -56,6 +56,12 @@ struct _FooTreeStore
GtkTreeIterCompareFunc GSEAL (default_sort_func);
gpointer GSEAL (default_sort_data);
GDestroyNotify GSEAL (default_sort_destroy);
guint row_changed_id;
guint row_inserted_id;
guint row_has_child_toggled_id;
guint rows_reordered_id;
guint GSEAL (columns_dirty) : 1;
};