mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +00:00
update readme
This commit is contained in:
parent
b3c7545717
commit
8b521e459a
@ -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…
x
Reference in New Issue
Block a user