pub trait FromGlibPtrBorrow<P: Ptr>: Sized {
    unsafe fn from_glib_borrow(_ptr: P) -> Self { ... }
}
Expand description

Translate from a pointer type by borrowing. Don’t increase the refcount

Provided Methods

Implementations on Foreign Types

Implementors