pub trait FromGlibPtrFull<P: Ptr>: Sized {
    unsafe fn from_glib_full(ptr: P) -> Self;
}
Expand description

Translate from a pointer type taking ownership, transfer: full.

Required Methods

Implementations on Foreign Types

Implementors