rename container constructors

This commit is contained in:
yggverse 2024-10-08 06:38:37 +03:00
parent e514312f84
commit 0a0d7b0481
8 changed files with 12 additions and 11 deletions

View file

@ -36,7 +36,7 @@ pub struct Page {
impl Page {
// Construct
pub fn new(
pub fn new_arc(
name: GString,
navigation_request_text: Option<GString>,
action_tab_page_navigation_base: Arc<SimpleAction>,