This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Description
Bug description
Please provide a code sample as small as possible which reproduces the bug.
Upstream gtk_notebook_append_page returns a gint. In gtk3-rs NotebookExtManual.append_page returns a u32. The documentation says the function will return -1 on error, which is impossible in the rust code.