All memory and reference counting functions are currently empty. The R garbage collector is used to clean-up at the end of object lifetimes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | cairo_destroy(...)
cairo_reference(...)
cairo_get_reference_count(...)
cairo_surface_destroy(...)
cairo_surface_reference(...)
cairo_surface_get_reference_count(...)
cairo_device_destroy(...)
cairo_device_reference(...)
cairo_device_get_reference_count(...)
cairo_pattern_destroy(...)
cairo_pattern_reference(...)
cairo_pattern_get_reference_count(...)
cairo_scaled_font_destroy(...)
cairo_scaled_font_reference(...)
cairo_scaled_font_get_reference_count(...)
cairo_font_face_destroy(...)
cairo_font_face_reference(...)
cairo_font_face_get_reference_count(...)
cairo_rectangle_list_destroy(...)
cairo_region_destroy(...)
cairo_region_reference(...)
cairo_font_options_destroy(...)
cairo_path_destroy(...)
|
... |
all arguments ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.