Trait glib::traits::FFIGObject [] [src]

pub trait FFIGObject {
    fn unwrap_gobject(&self) -> *mut GObject;
    fn wrap_object(object: *mut GObject) -> Self;
}

Required Methods

fn unwrap_gobject(&self) -> *mut GObject

fn wrap_object(object: *mut GObject) -> Self

Implementors