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

Method connect_after

gi/object.cpp:2946–2952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2944}
2945
2946bool ObjectBase::connect_after(JSContext* cx, unsigned argc, JS::Value* vp) {
2947 GJS_CHECK_WRAPPER_PRIV(cx, argc, vp, args, obj, ObjectBase, priv);
2948 if (!priv->check_is_instance(cx, "connect to signals"))
2949 return false;
2950
2951 return priv->to_instance()->connect_impl(cx, args, true);
2952}
2953
2954bool ObjectBase::connect_object(JSContext* cx, unsigned argc, JS::Value* vp) {
2955 GJS_CHECK_WRAPPER_PRIV(cx, argc, vp, args, obj, ObjectBase, priv);

Callers 3

id_is_never_lazyMethod · 0.80

Calls 3

check_is_instanceMethod · 0.80
connect_implMethod · 0.80
to_instanceMethod · 0.80

Tested by

no test coverage detected