mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update readme
This commit is contained in:
parent
b3c7545717
commit
8b521e459a
1 changed files with 4 additions and 4 deletions
|
|
@ -38,11 +38,11 @@ This guide in process
|
|||
* access 1 level of child API, never parents (e.g.`super`)
|
||||
* implement only one `struct` (same as one file for one class)
|
||||
* `struct` is public, where members - private
|
||||
* contain `struct` implementation:
|
||||
* contain main `struct` implementation:
|
||||
* at least one constructor that must return:
|
||||
* raw `struct` (`new() -> Self`) without cover to any kind of smart `std` or `glib` pointers
|
||||
* ownership to new object created
|
||||
* one public link getter for privately constructed widget (`widget -> &Gtk`)
|
||||
* unwrapped main `Self` structure
|
||||
* granted ownership for new object created
|
||||
* public link getter for privately constructed widget
|
||||
|
||||
### Contribution
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue