summaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
commit2fcb157f28b152ba32e89baddbd811b0d6e76b79 (patch)
tree30f96332ac7993ff4acf88b4892f922a80ddd393 /docs/API
parent2fc4177a09cc6fc6706f84dbe157077a41b6e22b (diff)
downloadlibcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.gz
libcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.bz2
Strip trailing whitespace.
Diffstat (limited to 'docs/API')
-rw-r--r--docs/API6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/API b/docs/API
index 421d720..6115b5b 100644
--- a/docs/API
+++ b/docs/API
@@ -182,12 +182,12 @@ The arguments are as follows:
| directly; instead it gets information about it through the functions given
| in the handler argument, described below. Usually this will be a node in a
| document tree.
-|
+|
+ uint64_t media
| The media that the style should apply to. The computed style will only
| consider stylesheets or @media blocks that include this media. See the CSS
| specification for more details.
-|
+|
+ const css_stylesheet *inline_style
|
+ css_select_handler *handler
@@ -213,7 +213,7 @@ following in common:
* the last one or two arguments are pointers that must be updated with the
required information
-
+
* the return value is a css_error and should be CSS_OK if everything worked and
an error code otherwise