From 419813288ac5c234c7f44c79bdda9444ec4d3599 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 26 Sep 2024 01:16:26 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4e543a2..722c8d44 100644 --- a/README.md +++ b/README.md @@ -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