[][src]Function glib::translate::from_glib_borrow

pub unsafe fn from_glib_borrow<P: Ptr, T: FromGlibPtrBorrow<P>>(
    ptr: P
) -> Borrowed<T>

Translate from a pointer type, borrowing the pointer.

See FromGlibPtrBorrow.