Struct glib::object::BindingBuilder [−][src]
Methods
impl<'a, S: IsA<Object> + 'a, T: IsA<Object> + 'a> BindingBuilder<'a, S, T>[src]
impl<'a, S: IsA<Object> + 'a, T: IsA<Object> + 'a> BindingBuilder<'a, S, T>pub fn transform_from<F: Fn(&Binding, &Value) -> Option<Value> + Send + Sync + 'static>(
self,
func: F
) -> Self[src]
pub fn transform_from<F: Fn(&Binding, &Value) -> Option<Value> + Send + Sync + 'static>(
self,
func: F
) -> Selfpub fn transform_to<F: Fn(&Binding, &Value) -> Option<Value> + Send + Sync + 'static>(
self,
func: F
) -> Self[src]
pub fn transform_to<F: Fn(&Binding, &Value) -> Option<Value> + Send + Sync + 'static>(
self,
func: F
) -> Selfpub fn flags(self, flags: BindingFlags) -> Self[src]
pub fn flags(self, flags: BindingFlags) -> Selfpub fn build(self) -> Option<Binding>[src]
pub fn build(self) -> Option<Binding>Auto Trait Implementations
impl<'a, S, T> Send for BindingBuilder<'a, S, T> where
S: Sync,
T: Sync,
impl<'a, S, T> Send for BindingBuilder<'a, S, T> where
S: Sync,
T: Sync, impl<'a, S, T> Sync for BindingBuilder<'a, S, T> where
S: Sync,
T: Sync,
impl<'a, S, T> Sync for BindingBuilder<'a, S, T> where
S: Sync,
T: Sync,