Get rid of the context in properties/signal

This commit is contained in:
Olivier Goffart 2020-07-13 18:49:06 +02:00
parent ab7ae9f3e2
commit e00491811b
25 changed files with 389 additions and 653 deletions

View file

@ -44,7 +44,7 @@ pub use abi::sharedarray::SharedArray;
pub use abi::datastructures::Resource;
#[doc(inline)]
pub use abi::properties::{EvaluationContext, Property};
pub use abi::properties::Property;
#[doc(inline)]
pub use abi::signals::Signal;