summaryrefslogtreecommitdiffstats
path: root/ganv/node.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-06-08 18:03:36 +0000
committerDavid Robillard <d@drobilla.net>2013-06-08 18:03:36 +0000
commit423bcd39d6c6e8870128df2715a262bc8e59603f (patch)
tree7255b0dca7888a4070135c04565a8ac88d413d7f /ganv/node.h
parent7559cf81b07509420f1ab85ed95f42f441888df7 (diff)
downloadganv-423bcd39d6c6e8870128df2715a262bc8e59603f.tar.gz
ganv-423bcd39d6c6e8870128df2715a262bc8e59603f.tar.bz2
ganv-423bcd39d6c6e8870128df2715a262bc8e59603f.zip
Fix sizing for ports with enumeration or integer tag labels.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5123 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/node.h')
-rw-r--r--ganv/node.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/node.h b/ganv/node.h
index dd51cc2..c17dc60 100644
--- a/ganv/node.h
+++ b/ganv/node.h
@@ -82,6 +82,7 @@ GType ganv_node_get_type(void);
/**
* ganv_node_can_tail:
+ *
* Return value: True iff node can act as the tail of an edge.
*/
gboolean
@@ -89,6 +90,7 @@ ganv_node_can_tail(const GanvNode* node);
/**
* ganv_node_can_head:
+ *
* Return value: True iff node can act as the head of an edge.
*/
gboolean
@@ -96,6 +98,7 @@ ganv_node_can_head(const GanvNode* node);
/**
* ganv_node_is_within:
+ *
* Return value: True iff node is entirely within the given rectangle.
*/
gboolean
@@ -146,6 +149,7 @@ double ganv_node_get_dash_length(const GanvNode* node);
/**
* ganv_node_get_partner:
+ *
* Return value: (transfer none): The partner of @node.
*/
GanvNode*