aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/serd.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-13 20:22:49 +0100
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:05 -0500
commit02507b57fae1e29572a11be8894b7dde9048da5d (patch)
treef8e3ce185c679c0529d405a742adc9f9f0e7163c /include/serd/serd.h
parent234f443965b454118e5413264780706bcaa63ea3 (diff)
downloadserd-02507b57fae1e29572a11be8894b7dde9048da5d.tar.gz
serd-02507b57fae1e29572a11be8894b7dde9048da5d.tar.bz2
serd-02507b57fae1e29572a11be8894b7dde9048da5d.zip
Add support for writing terse collections
Diffstat (limited to 'include/serd/serd.h')
-rw-r--r--include/serd/serd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h
index 77cf2478..91994912 100644
--- a/include/serd/serd.h
+++ b/include/serd/serd.h
@@ -137,7 +137,9 @@ typedef enum {
SERD_ANON_S = 1u << 1u, ///< Start of anonymous subject
SERD_ANON_O = 1u << 2u, ///< Start of anonymous object
SERD_LIST_S = 1u << 3u, ///< Start of list subject
- SERD_LIST_O = 1u << 4u ///< Start of list object
+ SERD_LIST_O = 1u << 4u, ///< Start of list object
+ SERD_TERSE_S = 1u << 5u, ///< Terse serialisation of new subject
+ SERD_TERSE_O = 1u << 6u ///< Terse serialisation of new object
} SerdStatementFlag;
/// Bitwise OR of SerdStatementFlag values