MCPcopy Create free account
hub / github.com/GNOME/gjs / gjs_cairo_surface_init

Function gjs_cairo_surface_init

modules/cairo-surface.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void 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}

Callers 1

Calls 1

Tested by

no test coverage detected