Module: Roxane::GLib

Extended by:
FFI::Library
Defined in:
lib/roxane/webkit.rb

Overview

GLib main-loop scheduling. g_idle_add / g_timeout_add are thread-safe and run the callback as a TOP-LEVEL main-loop iteration — a clean stack, never nested inside a webview dispatch callback (layout-triggering WebKit calls made from inside one can reenter the engine and crash; see the zoom work, 2026-07-03).