rename action

This commit is contained in:
yggverse 2025-02-15 12:12:31 +02:00
parent 12c1c80092
commit 330075164d
4 changed files with 14 additions and 14 deletions

View file

@ -6,18 +6,18 @@ use gtk::{
prelude::StaticVariantType,
};
/// Open [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html)
pub struct Open {
/// Load [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html)
pub struct Load {
pub simple_action: SimpleAction,
}
impl Default for Open {
impl Default for Load {
fn default() -> Self {
Self::new()
}
}
impl Open {
impl Load {
// Constructors
/// Create new `Self`