mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix typo in c_interop_wkhtmltopdf.v (#15036)
This commit is contained in:
parent
9839ab6a6c
commit
7a17a29952
@ -29,7 +29,7 @@ fn C.wkhtmltopdf_create_global_settings() &C.wkhtmltopdf_global_settings
|
|||||||
|
|
||||||
fn C.wkhtmltopdf_destroy_global_settings(global_settings &C.wkhtmltopdf_global_settings)
|
fn C.wkhtmltopdf_destroy_global_settings(global_settings &C.wkhtmltopdf_global_settings)
|
||||||
|
|
||||||
fn wkhtmltopdf_set_global_setting(global_settings &C.wkhtmltopdf_global_settings, name &char, value &char) bool
|
fn C.wkhtmltopdf_set_global_setting(global_settings &C.wkhtmltopdf_global_settings, name &char, value &char) bool
|
||||||
|
|
||||||
fn C.wkhtmltopdf_create_object_settings() &C.wkhtmltopdf_object_settings
|
fn C.wkhtmltopdf_create_object_settings() &C.wkhtmltopdf_object_settings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user