Skip to content

webrtc: Use `#[repr(C)]` to get a C-compatible layout for the `Signaller` struct

This is required by GObject for class/interface and instance structs and the reason why implementing the glib::ObjectInterface trait is unsafe.

Fixes #397 (closed)

Merge request reports