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

Method remove_associated_memory

modules/cairo-surface.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void CairoSurface::remove_associated_memory(JSObject* obj, cairo_surface_t* surface) {
252 if (!surface)
253 return;
254
255 remove_associated_memory_for_surface(obj, surface);
256}
257
258// Public API
259

Callers

nothing calls this directly

Tested by

no test coverage detected