**Bug description** Similarly to [`Box::into_raw`](https://doc.rust-lang.org/std/boxed/struct.Box.html#method.into_raw), [`IntoGlibPtr::into_glib_ptr`](https://gtk-rs.org/gtk-rs-core/stable/0.18/docs/glib/translate/trait.IntoGlibPtr.html) merely converts `self` into a raw pointer, which is inert by itself. There don't seem to be any [safety invariants](https://doc.rust-lang.org/reference/unsafe-keyword.html#unsafe-functions-unsafe-fn) (preconditions) the caller needs to uphold. **Backtrace** N/A