You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
Bug description
Please provide a code sample as small as possible which reproduces the bug.
Upstream
gtk_notebook_append_pagereturns a gint. In gtk3-rsNotebookExtManual.append_pagereturns a u32. The documentation says the function will return -1 on error, which is impossible in the rust code.