mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename container constructors
This commit is contained in:
parent
e514312f84
commit
0a0d7b0481
8 changed files with 12 additions and 11 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue