| 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); |
nothing calls this directly
no test coverage detected