diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-06-09 11:30:30 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-06-10 17:31:01 +0100 |
commit | 6605997d586590fcb1061cf21ec02bb1190b7968 (patch) | |
tree | 25ee3635dc82b3800b294a913ec08cbe0c576057 /json-glib/json-path.h | |
parent | cf3d68bb159423691f31ac0a489b71cd1479c87e (diff) | |
download | json-glib-6605997d586590fcb1061cf21ec02bb1190b7968.tar.gz |
Update the JsonPath documentation
Diffstat (limited to 'json-glib/json-path.h')
-rw-r--r-- | json-glib/json-path.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/json-glib/json-path.h b/json-glib/json-path.h index 9d47a2e..d9a29d9 100644 --- a/json-glib/json-path.h +++ b/json-glib/json-path.h @@ -38,7 +38,7 @@ G_BEGIN_DECLS /** * JSON_PATH_ERROR: * - * Error domain for #JsonPath errors + * Error domain for `JsonPath`. * * Since: 0.14 */ @@ -48,7 +48,9 @@ G_BEGIN_DECLS * JsonPathError: * @JSON_PATH_ERROR_INVALID_QUERY: Invalid query * - * Error code enumeration for the %JSON_PATH_ERROR domain. + * Error codes for `JSON_PATH_ERROR`. + * + * This enumeration can be extended at later date * * Since: 0.14 */ |