This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
[BUG] Wrong return turn (u32 vs gint) for GtkNotebook append_page #785
Labels
bug
Something isn't working
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-rsNotebookExtManual.append_page
returns a u32. The documentation says the function will return -1 on error, which is impossible in the rust code.The text was updated successfully, but these errors were encountered: