diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-04 04:59:03 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-04 04:59:03 +0200 |
commit | d2b8fd13b03503a259275387f07210aaf27e8d9a (patch) | |
tree | 04b7a752b35575144fd9832c730bb280a7b6982e /include | |
parent | 38a2d43a7b207feefb9c5ded71ddc941a91fa158 (diff) |
get attributes with node instead
Diffstat (limited to 'include')
-rw-r--r-- | include/quickmedia/HtmlSearch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quickmedia/HtmlSearch.h b/include/quickmedia/HtmlSearch.h index c0bd17c..e2b0ecc 100644 --- a/include/quickmedia/HtmlSearch.h +++ b/include/quickmedia/HtmlSearch.h @@ -55,7 +55,7 @@ typedef struct { The result is stripped of whitespace on the left and right side. Case insensitive search. */ -QuickMediaStringView quickmedia_html_node_get_attribute_value(QuickMediaMatchNode *self, const char *attribute_name); +QuickMediaStringView quickmedia_html_node_get_attribute_value(QuickMediaHtmlNode *self, const char *attribute_name); /* Returns an empty string if the node doesn't have any text or if there was an error creating the text. |