staticvoidatk_real_gobject_accessible_initialize(AtkObject *atk_obj, gpointer data){ AtkGObjectAccessible *atk_gobj; atk_gobj = ATK_GOBJECT_ACCESSIBLE (atk_obj);g_object_set_qdata(G_OBJECT (atk_gobj), quark_object, data); atk_obj->layer = ATK_LAYER_WIDGET; g_object_weak_ref (data...
{g_object_set_qdata_full(o, sctx->ref_quark, retobj, (GDestroyNotify)object_destroy_cb); JSValueProtect(ctx, retobj); }elseg_object_set_qdata_full(o, sctx->ref_quark, retobj,NULL); finish: scripts_release_context();returnretobj; } 开发者ID:vifino,项目名称:dwb,代码行数:25,代...