update readme

This commit is contained in:
yggverse 2024-09-26 01:16:26 +03:00
parent 003486e3ed
commit 419813288a

View File

@ -39,8 +39,8 @@ This guide in process
* implement only one `struct` (same as one file for one class)
* `struct` is public, where members - private
* contain `struct` implementation:
* one constructor that must return:
* raw `struct` without cover to any kind of smart `std` or `glib` pointers
* 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 link getter for widget implementation (`widget -> &Gtk`) because it's private