summaryrefslogtreecommitdiffstats
path: root/ganv/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/node.h')
-rw-r--r--ganv/node.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ganv/node.h b/ganv/node.h
index c17dc60..6823086 100644
--- a/ganv/node.h
+++ b/ganv/node.h
@@ -97,6 +97,14 @@ gboolean
ganv_node_can_head(const GanvNode* node);
/**
+ * ganv_node_set_is_source:
+ *
+ * Flag a node as a source. This information is used to influence layout.
+ */
+void
+ganv_node_set_is_source(const GanvNode* node, gboolean is_source);
+
+/**
* ganv_node_is_within:
*
* Return value: True iff node is entirely within the given rectangle.