diff --git a/README.md b/README.md index 368056a8..e4e543a2 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,9 @@ 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 + * one constructor that must return: + * raw `struct` 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 ### Contribution