Beispiel #1
0
static void
gum_file_on_weak_notify (const WeakCallbackInfo<GumFile> & info)
{
  HandleScope handle_scope (info.GetIsolate ());
  auto self = info.GetParameter ();
  g_hash_table_remove (self->module->files, self);
}