diff options
author | Andrea Canciani <ranma42@gmail.com> | 2012-02-16 14:30:08 +0100 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2012-03-29 11:03:19 +0200 |
commit | dc1f5f1b002dd61c4c7b27dbaadb9f52dd34ec14 (patch) | |
tree | 7cd168f91835865ca8ae7cd0a24700522daabd44 /src/cairo-script.h | |
parent | 2470065edf80fa3a41159990a5dac3e45ac80a09 (diff) |
doc: Add since documentation for enumeration values
Diffstat (limited to 'src/cairo-script.h')
-rw-r--r-- | src/cairo-script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-script.h b/src/cairo-script.h index c4cad9f3..b5a8cf32 100644 --- a/src/cairo-script.h +++ b/src/cairo-script.h @@ -44,8 +44,8 @@ CAIRO_BEGIN_DECLS /** * cairo_script_mode_t: - * @CAIRO_SCRIPT_MODE_ASCII: the output will be in readable text (default) - * @CAIRO_SCRIPT_MODE_BINARY: the output will use byte codes + * @CAIRO_SCRIPT_MODE_ASCII: the output will be in readable text (default). (Since 1.12) + * @CAIRO_SCRIPT_MODE_BINARY: the output will use byte codes. (Since 1.12) * * A set of script output variants. * |