summaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
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