aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-memory.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-03-08 14:55:26 +0800
committerChris Lahey <clahey@src.gnome.org>2002-03-08 14:55:26 +0800
commit8e3b9f653a1ef264d43f2855ee13c752c2c78b52 (patch)
tree6c88a4b27439d9d4da1eb1ca3c6db66a8a84c618 /widgets/table/e-tree-memory.h
parentda6e1ea98dcf2614ea71ea5dfb88ef63e194c8f6 (diff)
downloadgsoc2013-evolution-8e3b9f653a1ef264d43f2855ee13c752c2c78b52.tar
gsoc2013-evolution-8e3b9f653a1ef264d43f2855ee13c752c2c78b52.tar.gz
gsoc2013-evolution-8e3b9f653a1ef264d43f2855ee13c752c2c78b52.tar.bz2
gsoc2013-evolution-8e3b9f653a1ef264d43f2855ee13c752c2c78b52.tar.lz
gsoc2013-evolution-8e3b9f653a1ef264d43f2855ee13c752c2c78b52.tar.xz
gsoc2013-evolution-8e3b9f653a1ef264d43f2855ee13c752c2c78b52.tar.zst
gsoc2013-evolution-8e3b9f653a1ef264d43f2855ee13c752c2c78b52.zip
Added a fill_in_children signal.
2002-03-08 Christopher James Lahey <clahey@ximian.com> * e-tree-memory.c, e-tree-memory.h (check_children): Added a fill_in_children signal. svn path=/trunk/; revision=15988
Diffstat (limited to 'widgets/table/e-tree-memory.h')
-rw-r--r--widgets/table/e-tree-memory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-tree-memory.h b/widgets/table/e-tree-memory.h
index e07271221c..bd43c97fde 100644
--- a/widgets/table/e-tree-memory.h
+++ b/widgets/table/e-tree-memory.h
@@ -52,6 +52,9 @@ struct ETreeMemory {
struct ETreeMemoryClass {
ETreeModelClass parent_class;
+
+ /* signals */
+ void (*fill_in_children) (ETreeMemory *model, ETreePath node);
};