From f105b0946bfed8a1c3c18c0e26b671afeeb40fbd Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 4 Oct 2024 03:33:23 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de6c718..10d5fac7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Guide and protocol draft * return unwrapped (except `Option`, `Result`), activated new `Self` object * grant ownership for new `Self` object created * public `activate` action if the new object can not be activated on construct - * public link getter for privately constructed `widget` + * public `link` getter for GTK `widget` (required for parental composition) * Public API oriented to simple (`integer`, `boolean`), standard (`std::*`) or system-wide (`gio`, `glib`, etc) data types usage to reduce internal dependencies from app implementation #### GTK