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
003486e3ed
commit
419813288a
@ -39,8 +39,8 @@ This guide in process
|
|||||||
* implement only one `struct` (same as one file for one class)
|
* implement only one `struct` (same as one file for one class)
|
||||||
* `struct` is public, where members - private
|
* `struct` is public, where members - private
|
||||||
* contain `struct` implementation:
|
* contain `struct` implementation:
|
||||||
* one constructor that must return:
|
* at least one constructor that must return:
|
||||||
* raw `struct` without cover to any kind of smart `std` or `glib` pointers
|
* raw `struct` (`new() -> Self`) without cover to any kind of smart `std` or `glib` pointers
|
||||||
* ownership to new object created
|
* ownership to new object created
|
||||||
* one link getter for widget implementation (`widget -> &Gtk`) because it's private
|
* one link getter for widget implementation (`widget -> &Gtk`) because it's private
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user