mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
replace arc with rc
This commit is contained in:
parent
a0e923eb7d
commit
c843e5b7c0
62 changed files with 317 additions and 334 deletions
|
|
@ -176,7 +176,7 @@ Quick start guide and maintenance protocol
|
|||
* implementable `struct` is public, where it members - private
|
||||
* contain main `struct` implementation:
|
||||
* at least one constructor that must:
|
||||
* have common for application names: `from`, `new` or/and `new_arc`, `new_mutex`, etc - on return object in container
|
||||
* have common for application names: `from`, `new` or/and `new_rc`, `new_mutex`, etc - on return object in container
|
||||
* grant ownership for new `Self` object created
|
||||
* public `activate` action if the new object can not be activated on construct
|
||||
* public `link` getter for GTK `widget` (parental composition)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue