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

Method add_associated_memory

modules/cairo-solid-pattern.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// clang-format on
32
33void CairoSolidPattern::add_associated_memory(JSObject* obj,
34 cairo_pattern_t* pattern) {
35 add_associated_memory_for_pattern(obj, pattern);
36}
37
38GJS_JSAPI_RETURN_CONVENTION
39static bool createRGB_func(JSContext* cx, unsigned argc, JS::Value* vp) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected