aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-05-11 03:02:32 +0800
committerXan Lopez <xan@src.gnome.org>2003-05-11 03:02:32 +0800
commita940a2161225fcc766fee92a3718186b1068888d (patch)
tree52c01db9ec13abaf546cadeaebad12730eeba1a9 /lib/ephy-node.h
parent8cc5535a4ef4ac8980280a4cc784cb39e8281cf3 (diff)
downloadgsoc2013-epiphany-a940a2161225fcc766fee92a3718186b1068888d.tar
gsoc2013-epiphany-a940a2161225fcc766fee92a3718186b1068888d.tar.gz
gsoc2013-epiphany-a940a2161225fcc766fee92a3718186b1068888d.tar.bz2
gsoc2013-epiphany-a940a2161225fcc766fee92a3718186b1068888d.tar.lz
gsoc2013-epiphany-a940a2161225fcc766fee92a3718186b1068888d.tar.xz
gsoc2013-epiphany-a940a2161225fcc766fee92a3718186b1068888d.tar.zst
gsoc2013-epiphany-a940a2161225fcc766fee92a3718186b1068888d.zip
Add ephy_node_sort_children, unused but kept for future reference in
Add ephy_node_sort_children, unused but kept for future reference in jorn's s3kr3t project (and it's cool to be the state of the art implementation of node stuff anyway).
Diffstat (limited to 'lib/ephy-node.h')
-rw-r--r--lib/ephy-node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-node.h b/lib/ephy-node.h
index 8c142d528..e7872400e 100644
--- a/lib/ephy-node.h
+++ b/lib/ephy-node.h
@@ -118,6 +118,8 @@ void ephy_node_add_child (EphyNode *node,
EphyNode *child);
void ephy_node_remove_child (EphyNode *node,
EphyNode *child);
+void ephy_node_sort_children (EphyNode *node,
+ GCompareFunc compare_func);
gboolean ephy_node_has_child (EphyNode *node,
EphyNode *child);