summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-02-10 11:19:27 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-10 11:19:27 +0000
commitdf3d8e8d51099b9ae17ddca679a352b90eb23fcc (patch)
tree0960c19b7a7a1307903e9fc94e113e466e7614b3 /docs
parent9024333772a2f657cde4e61b660e2e6850d4b461 (diff)
downloadlibcss-df3d8e8d51099b9ae17ddca679a352b90eb23fcc.tar.gz
libcss-df3d8e8d51099b9ae17ddca679a352b90eb23fcc.tar.bz2
Documentation: Fix typos.
Diffstat (limited to 'docs')
-rw-r--r--docs/API-ABI-Changes6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/API-ABI-Changes b/docs/API-ABI-Changes
index b1927fd..e567d80 100644
--- a/docs/API-ABI-Changes
+++ b/docs/API-ABI-Changes
@@ -9,20 +9,20 @@ LibCSS 0.2.0 --> LibCSS 0.3.0
Both the API and ABI are changed.
- LibCSS nolonger lets clients provide a memory allocator function.
+ LibCSS no longer lets clients provide a memory allocator function.
This change affects the following functions:
From include/libcss/computed.h -- css_computed_style_create()
From include/libcss/select.h -- css_select_ctx_create()
- From incluce/libcss/stylesheet.h -- css_stylesheet_create()
+ From include/libcss/stylesheet.h -- css_stylesheet_create()
There are changes to selection handler callback table:
node_classes
- LibCSS nolonger frees the any array of classes passed to the
+ LibCSS no longer frees the any array of classes passed to the
node_classes callback. It does still unref the individual strings.
This means clients need not allocate a new array each call, but can
keep the array cached on the node.