summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/types.h')
-rw-r--r--slv2/types.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/slv2/types.h b/slv2/types.h
index faab351..ec9324b 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -71,27 +71,24 @@ typedef struct _SLV2PluginClass* SLV2PluginClass;
/** A collection of plugin classes. Opaque, but valid to compare to NULL. */
typedef void* SLV2PluginClasses;
-/** A typed value */
+/** A typed value. */
typedef struct _SLV2Value* SLV2Value;
/** A collection of typed values. */
typedef void* SLV2Values;
-/** A scale point */
+/** A scale point. */
typedef struct _SLV2ScalePoint* SLV2ScalePoint;
/** A collection of scale points. */
typedef void* SLV2ScalePoints;
-/** A plugin UI */
+/** A plugin UI. */
typedef struct _SLV2UI* SLV2UI;
/** A collection of plugin UIs. */
typedef void* SLV2UIs;
-/** A set of query results (conceptually a table) */
-typedef struct _SLV2Results* SLV2Results;
-
#ifdef __cplusplus
} /* extern "C" */
#endif