update message

This commit is contained in:
yggverse 2024-11-10 10:09:24 +02:00
parent 33b22ca30a
commit baea14de95

View File

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