summaryrefslogtreecommitdiff
path: root/footreestore.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2009-08-17 05:45:46 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2009-09-08 03:02:46 -0400
commit6849c1472d415ecc3612b80c5301458441acee5b (patch)
tree546631aab2de15ad02b426f9d7a5823b74f276e9 /footreestore.h
parent47434b8c8198d04585fda02e90c9aa6ffbc8b3cb (diff)
Eliminate as many signal emissions as we can from footreestore.c
Diffstat (limited to 'footreestore.h')
-rw-r--r--footreestore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/footreestore.h b/footreestore.h
index a79e5da..bac0312 100644
--- a/footreestore.h
+++ b/footreestore.h
@@ -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;
};