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)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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)