summaryrefslogtreecommitdiff
path: root/json-glib/json-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-path.h')
-rw-r--r--json-glib/json-path.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/json-glib/json-path.h b/json-glib/json-path.h
index 3c3ddf0..9d47a2e 100644
--- a/json-glib/json-path.h
+++ b/json-glib/json-path.h
@@ -56,24 +56,7 @@ typedef enum {
JSON_PATH_ERROR_INVALID_QUERY
} JsonPathError;
-/**
- * JsonPath:
- *
- * The `JsonPath` structure is an opaque object whose members cannot be
- * directly accessed except through the provided API.
- *
- * Since: 0.14
- */
typedef struct _JsonPath JsonPath;
-
-/**
- * JsonPathClass:
- *
- * The `JsonPathClass` structure is an opaque object class whose members
- * cannot be directly accessed.
- *
- * Since: 0.14
- */
typedef struct _JsonPathClass JsonPathClass;
JSON_AVAILABLE_IN_1_0