summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-12 05:48:51 +0000
committerDavid Robillard <d@drobilla.net>2009-02-12 05:48:51 +0000
commitd9b5f38ffb9c0d0a6841368e7d52a71b9819d087 (patch)
tree80ad4b7fd2570c3467afe709573b750374babf11 /slv2/types.h
parent10f3dcb136761169d738343608fc09491118ea22 (diff)
downloadlilv-d9b5f38ffb9c0d0a6841368e7d52a71b9819d087.tar.gz
lilv-d9b5f38ffb9c0d0a6841368e7d52a71b9819d087.tar.bz2
lilv-d9b5f38ffb9c0d0a6841368e7d52a71b9819d087.zip
Generic plugin query API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1930 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/types.h')
-rw-r--r--slv2/types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/slv2/types.h b/slv2/types.h
index d17568f..0e18d6d 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -84,10 +84,13 @@ typedef struct _SLV2UI* SLV2UI;
typedef void* SLV2UIs;
+/** A set of query results (conceptually a table) */
+typedef struct _SLV2Results* SLV2Results;
+
+
#ifdef __cplusplus
} /* extern "C" */
#endif
-
#endif /* __SLV2_TYPES_H__ */