From 2f2ddc1f2dbca56c874e8f9c31b5b963202d80e7 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Thu, 14 Apr 2022 01:12:43 +0000 Subject: Generate docs for the 0.16 release --- doc/html/deprecated.html | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 doc/html/deprecated.html (limited to 'doc/html/deprecated.html') diff --git a/doc/html/deprecated.html b/doc/html/deprecated.html new file mode 100644 index 0000000..3fb967c --- /dev/null +++ b/doc/html/deprecated.html @@ -0,0 +1,95 @@ + + + + + +json-c: Deprecated List + + + + + + +
+
+ + + + + + +
+
json-c +  0.16 +
+
+
+ + + +
+
+
+
Deprecated List
+
+
+
+
Global array_list_new (array_list_free_fn *free_fn)
+
Use array_list_new2() instead.
+
Global json_parse_double (const char *buf, double *retval)
+
+
Global json_tokener
+
Unused in json-c code
+
Global json_tokener::char_offset
+
See json_tokener_get_parse_end() instead.
+
Global json_tokener::err
+
See json_tokener_get_error() instead.
+
Global json_tokener::str
+
Do not access any of these fields outside of json_tokener.c
+
Class json_tokener_srec
+
Don't use this outside of json_tokener.c, it will be made private in a future release.
+
Global json_tokener_state
+
Don't use this outside of json_tokener.c, it will be made private in a future release.
+
Global lh_entry::k
+
Use lh_entry_k() instead of accessing this directly.
+
Global lh_entry::k_is_constant
+
use lh_entry_k_is_constant() instead.
+
Global lh_entry::next
+
Use lh_entry_next() instead of accessing this directly.
+
Global lh_entry::prev
+
Use lh_entry_prev() instead of accessing this directly.
+
Global lh_entry::v
+
Use lh_entry_v() instead of accessing this directly.
+
Global lh_table::count
+
Use lh_table_length() instead.
+
Global lh_table::equal_fn
+
do not use outside of linkhash.c
+
Global lh_table::free_fn
+
do not use outside of linkhash.c
+
Global lh_table::hash_fn
+
do not use outside of linkhash.c
+
Global lh_table::head
+
Use lh_table_head() instead.
+
Global lh_table::size
+
do not use outside of linkhash.c
+
Global lh_table::table
+
do not use outside of linkhash.c
+
Global lh_table::tail
+
Do not use, may be removed in a future release.
+
+
+ + + + -- cgit v1.2.1