lexborisov / Modest

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.
GNU Lesser General Public License v2.1
732 stars 65 forks source link

missing api method for css_entry->selectors #3

Closed kostya closed 7 years ago

kostya commented 7 years ago

https://github.com/lexborisov/Modest/blob/master/examples/selectors/selectors_low_level.c#L83

also mycss_selectors_list_t *list, not free in example, is there any method for this?

lexborisov commented 7 years ago

Added to example

See in header

Thanks!

kostya commented 7 years ago

thanks, but what about api method for css_entry->selectors? this is last low level function in this example

lexborisov commented 7 years ago

Done!