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

Function gjs_cairo_pattern_init

modules/cairo-pattern.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void 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}

Callers 1

Calls 1

Tested by

no test coverage detected