diff options
author | David Robillard <d@drobilla.net> | 2011-09-29 01:06:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-09-29 01:06:33 +0000 |
commit | 70610a9cc403148e248fa2300fd7c0757f86a339 (patch) | |
tree | eac7c88ab447c854bf470008a6351f7fc944fca8 /lilv | |
parent | 8a1dc198ffbc358bc299898928c9cc48f8547a78 (diff) | |
download | lilv-70610a9cc403148e248fa2300fd7c0757f86a339.tar.gz lilv-70610a9cc403148e248fa2300fd7c0757f86a339.tar.bz2 lilv-70610a9cc403148e248fa2300fd7c0757f86a339.zip |
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3506 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index fccec60..3d15b24 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1012,7 +1012,7 @@ lilv_port_is_a(const LilvPlugin* plugin, /** Get the default, minimum, and maximum values of a port. - + @a def, @a min, and @a max are outputs, pass pointers to uninitialized LilvNode* variables. These will be set to point at new values (which must be freed by the caller using lilv_node_free), or NULL if the value does not |