create separated wrapper for reload action

This commit is contained in:
yggverse 2024-11-10 10:30:10 +02:00
parent baea14de95
commit b4dee17768
16 changed files with 144 additions and 64 deletions

View file

@ -57,7 +57,7 @@ impl Pin {
let state = self
.gobject
.state()
.expect("Required state value")
.expect("State value required")
.get::<i32>()
.expect("Parameter type does not match `i32`");