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

Method out

gi/arg-cache.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 static bool out(JSContext* cx, GITypeTag element_tag, GIArgument* arg,
316 JS::MutableHandleValue value_out) {
317 return gjs_value_from_basic_gptrarray_gi_argument(cx, value_out,
318 element_tag, arg);
319 }
320
321 static void release_container(GIArgument* arg) {
322 g_clear_pointer(&gjs_arg_member<GPtrArray*>(arg), g_ptr_array_unref);

Callers

nothing calls this directly

Tested by

no test coverage detected