aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/serd/serd.h b/serd/serd.h
index cd2a7031..9b8ab66a 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -261,9 +261,9 @@ typedef struct {
always ASCII).
*/
typedef enum {
- SERD_STYLE_ASCII = 1 << 0, ///< Escape all non-ASCII characters
- SERD_STYLE_UNQUALIFIED = 1 << 1, ///< Do not shorten URIs into CURIEs
- SERD_STYLE_UNRESOLVED = 1 << 2 ///< Do not make URIs relative
+ SERD_WRITE_ASCII = 1 << 0, ///< Escape all non-ASCII characters
+ SERD_WRITE_UNQUALIFIED = 1 << 1, ///< Do not shorten URIs into CURIEs
+ SERD_WRITE_UNRESOLVED = 1 << 2 ///< Do not make URIs relative
} SerdWriterFlag;
/// Bitwise OR of SerdWriterFlag values