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

Method add_associated_memory

modules/cairo-linear-gradient.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void CairoLinearGradient::add_associated_memory(JSObject* obj,
30 cairo_pattern_t* pattern) {
31 add_associated_memory_for_pattern(obj, pattern);
32}
33
34cairo_pattern_t* CairoLinearGradient::constructor_impl(
35 JSContext* cx, const JS::CallArgs& args) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected