summaryrefslogtreecommitdiff
path: root/src/cr-term.h
diff options
context:
space:
mode:
authorAbhishek Sharma <sharma.abhishek.it@gmail.com>2011-07-03 00:52:21 +0530
committerAbhishek Sharma <sharma.abhishek.it@gmail.com>2011-07-03 00:52:21 +0530
commitac3e66fa2bb416507b5b5cf114c1edaa3455f105 (patch)
treee4756168d3a488de228e9a836a3fa769747352ad /src/cr-term.h
parent903f13254d71f127bd5221779c3441c93f1ca92b (diff)
downloadlibcroco-ac3e66fa2bb416507b5b5cf114c1edaa3455f105.tar.gz
Sending recent tested changes from inkscape developers to libcroco upstream
Diffstat (limited to 'src/cr-term.h')
-rw-r--r--src/cr-term.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cr-term.h b/src/cr-term.h
index 0f22dda..ae8b234 100644
--- a/src/cr-term.h
+++ b/src/cr-term.h
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
/**
*@file
- *Declaration of the #CRTem class.
+ *Declaration of the #CRTerm class.
*/
enum CRTermType
@@ -169,13 +169,13 @@ CRTerm * cr_term_append_term (CRTerm *a_this, CRTerm *a_new_term) ;
CRTerm * cr_term_prepend_term (CRTerm *a_this, CRTerm *a_new_term) ;
-guchar * cr_term_to_string (CRTerm const *a_this) ;
+guchar * cr_term_to_string (CRTerm *a_this) ;
-guchar * cr_term_one_to_string (CRTerm const * a_this) ;
+guchar * cr_term_one_to_string (CRTerm * a_this) ;
-void cr_term_dump (CRTerm const *a_this, FILE *a_fp) ;
+void cr_term_dump (CRTerm *a_this, FILE *a_fp) ;
-int cr_term_nr_values (CRTerm const *a_this) ;
+int cr_term_nr_values (CRTerm *a_this) ;
CRTerm * cr_term_get_from_list (CRTerm *a_this, int itemnr) ;