| 210 | } |
| 211 | |
| 212 | void gjs_cairo_pattern_init() { |
| 213 | static GjsForeignInfo foreign_info = {pattern_to_gi_argument, |
| 214 | pattern_from_gi_argument, |
| 215 | pattern_release_argument}; |
| 216 | gjs_struct_foreign_register("cairo", "Pattern", &foreign_info); |
| 217 | } |
no test coverage detected