Trait gobject_subclass::object::ObjectImpl[][src]

pub trait ObjectImpl<T: ObjectBase>: AnyImpl + 'static {
    fn set_property(&self, _obj: &Object, _id: u32, _value: &Value) { ... }
fn get_property(&self, _obj: &Object, _id: u32) -> Result<Value, ()> { ... } }

Provided Methods

Methods

impl<T: ObjectBase> ObjectImpl<T>
[src]

Implementations on Foreign Types

impl<T: ObjectBase> ObjectImpl<T> for Box<ObjectImpl<T>>
[src]

Implementors