Closed sophie-h closed 4 years ago
Possible workaround is to call .get_buffer().get_text() to get no Option.
.get_buffer().get_text()
Option
I think the same applies for
Indeed, do you want to submit a PR for this? It requires marking the return type as nullable = false in the Gir.toml.
nullable = false
Gir.toml
And to run make gir afterwards to update the code automatically.
make gir
Possible workaround is to call
.get_buffer().get_text()
to get noOption
.I think the same applies for