Trait gio::prelude::ActionMapExtManual
source · pub trait ActionMapExtManual {
// Required method
fn add_action_entries(
&self,
entries: impl IntoIterator<Item = ActionEntry<Self>>
) -> Result<(), BoolError>
where Self: IsA<ActionMap>;
}