| 382 | } |
| 383 | |
| 384 | void gjs_cairo_surface_init() { |
| 385 | static GjsForeignInfo foreign_info = {surface_to_gi_argument, |
| 386 | surface_from_gi_argument, |
| 387 | surface_release_argument}; |
| 388 | gjs_struct_foreign_register("cairo", "Surface", &foreign_info); |
| 389 | } |
no test coverage detected