summaryrefslogtreecommitdiffstats
path: root/ganv/node.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-09 00:36:44 +0000
committerDavid Robillard <d@drobilla.net>2011-12-09 00:36:44 +0000
commit3b9f400868fc382a5f61db4eb7105be999049c7b (patch)
treea69ed4648b4453cc8ec7b2da3082ce5c9f9025b7 /ganv/node.h
parentaf9b88f33b4bca97087d911c5bdcfa4cfbb48cfe (diff)
downloadganv-3b9f400868fc382a5f61db4eb7105be999049c7b.tar.gz
ganv-3b9f400868fc382a5f61db4eb7105be999049c7b.tar.bz2
ganv-3b9f400868fc382a5f61db4eb7105be999049c7b.zip
Improve documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3840 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/node.h')
-rw-r--r--ganv/node.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/ganv/node.h b/ganv/node.h
index fb093cd..238492f 100644
--- a/ganv/node.h
+++ b/ganv/node.h
@@ -117,14 +117,17 @@ ganv_node_head_vector(const GanvNode* self,
double* y2);
/**
- Get the colours that should currently be used for drawing this node.
- Note these may not be identical to the property values because of
- highlighting and selection.
-*/
-void ganv_node_get_draw_properties(const GanvNode* node,
- double* dash_length,
- double* border_color,
- double* fill_color);
+ * ganv_node_get_draw_properties:
+ *
+ * Get the colours that should currently be used for drawing this node. Note
+ * these may not be identical to the property values because of highlighting
+ * and selection.
+ */
+void
+ganv_node_get_draw_properties(const GanvNode* node,
+ double* dash_length,
+ double* border_color,
+ double* fill_color);
const char* ganv_node_get_label(const GanvNode* node);