summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-01-03 12:08:58 -0800
committerDave Beckett <dave@dajobe.org>2011-01-03 12:08:58 -0800
commit274f478136487490f9e7ddd03591a9d7abf051ff (patch)
tree7b320d6f4fb461cfe7326b2e41a87118b965a361 /docs
parent2f8c66e6345d8759172810a443a3d3b623f946fd (diff)
downloadraptor-274f478136487490f9e7ddd03591a9d7abf051ff.tar.gz
Update for older API change: raptor_term_to_.*string not _as_
Diffstat (limited to 'docs')
-rw-r--r--docs/raptor-1-to-2-map.tsv6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/raptor-1-to-2-map.tsv b/docs/raptor-1-to-2-map.tsv
index bac3b645..4205c2eb 100644
--- a/docs/raptor-1-to-2-map.tsv
+++ b/docs/raptor-1-to-2-map.tsv
@@ -235,7 +235,7 @@
1.4.21 int raptor_statement_compare (const raptor_statement *s1, const raptor_statement *s2) 1.9.0 int raptor_statement_compare (const raptor_statement *s1, const raptor_statement *s2) -
1.4.21 int raptor_statement_compare_v2 (const raptor_statement_v2 *s1, const raptor_statement_v2 *s2) 1.9.0 int raptor_statement_compare (const raptor_statement *s1, const raptor_statement *s2) -
1.4.21 unsigned char* raptor_statement_part_as_counted_string (const void *term, raptor_identifier_type type, raptor_uri* literal_datatype, const unsigned char* literal_language, size_t* len_p) 1.9.0 - - - Better done via methods of #raptor_term class such as raptor_term_as_counted_string().
-1.4.21 unsigned char* raptor_statement_part_as_counted_string_v2 (raptor_world* world, const void *term, raptor_identifier_type type, raptor_uri* literal_datatype, const unsigned char* literal_language, size_t* len_p) 1.9.0 - - - Better done via methods of #raptor_term class such as raptor_term_as_counted_string().
+1.4.21 unsigned char* raptor_statement_part_as_counted_string_v2 (raptor_world* world, const void *term, raptor_identifier_type type, raptor_uri* literal_datatype, const unsigned char* literal_language, size_t* len_p) 1.9.0 - - - Better done via methods of #raptor_term class such as raptor_term_to_counted_string().
1.4.21 unsigned char* raptor_statement_part_as_string () 1.9.0 - - - Better done via methods of #raptor_term class such as raptor_term_as_string().
1.4.21 unsigned char* raptor_statement_part_as_string_v2 () 1.9.0 - - - Better done via methods of #raptor_term class such as raptor_term_as_string().
1.4.21 int raptor_stringbuffer_append_counted_string (raptor_stringbuffer* stringbuffer, const unsigned char* string, size_t length, int do_copy) 1.9.0 int raptor_stringbuffer_append_counted_string (raptor_stringbuffer* stringbuffer, const unsigned char* string, size_t length, int do_copy) -
@@ -385,8 +385,8 @@
1.4.21 - - - 1.9.0 void raptor_statement_clear (raptor_statement *statement) -
1.4.21 - - - 1.9.0 raptor_statement* raptor_statement_copy (raptor_statement *statement) -
1.4.21 - - - 1.9.0 int raptor_statement_equals (const raptor_statement* s1, const raptor_statement* s2) -
-1.4.21 - - - 1.9.0 unsigned char* raptor_term_as_counted_string (raptor_term *term, size_t* len_p) -
-1.4.21 - - - 1.9.0 unsigned char* raptor_term_as_string (raptor_term *term) -
+1.4.21 - - - 1.9.0 unsigned char* raptor_term_to_counted_string (raptor_term *term, size_t* len_p) -
+1.4.21 - - - 1.9.0 unsigned char* raptor_term_to_string (raptor_term *term) -
1.4.21 - - - 1.9.0 int raptor_term_compare (const raptor_term *t1, const raptor_term *t2) -
1.4.21 - - - 1.9.0 raptor_term* raptor_term_copy (raptor_term* term) -
1.4.21 - - - 1.9.0 int raptor_term_equals (raptor_term* term1, raptor_term* term2) -