mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Eliminate as many signal emissions as we can from footreestore.c
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user