|
|
@ -42,7 +42,7 @@ This guide in process |
|
|
|
* at least one constructor that must return: |
|
|
|
* at least one constructor that must return: |
|
|
|
* raw `struct` (`new() -> Self`) 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 public link getter for privately constructed widget (`widget -> &Gtk`) |
|
|
|
|
|
|
|
|
|
|
|
### Contribution |
|
|
|
### Contribution |
|
|
|
|
|
|
|
|
|
|
|