We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal repro:
from pgi.repository import Gtk ls = Gtk.ListStore(str) ls.append(["Test"])
The text was updated successfully, but these errors were encountered:
sidenote: When adding empty strings, it gives errors before segfaulting
(__main__.py:19174): GLib-GObject-CRITICAL **: g_value_type_transformable: assertion 'G_TYPE_IS_VALUE (src_type)' failed (__main__.py:19174): Gtk-WARNING **: /var/tmp/portage/x11-libs/gtk+-3.16.6/work/gtk+-3.16.6/gtk/gtkliststore.c:836: Unable to convert from (null) to gchararray (__main__.py:19174): GLib-GObject-CRITICAL **: g_value_type_transformable: assertion 'G_TYPE_IS_VALUE (src_type)' failed (__main__.py:19174): Gtk-WARNING **: /var/tmp/portage/x11-libs/gtk+-3.16.6/work/gtk+-3.16.6/gtk/gtkliststore.c:836: Unable to convert from (null) to gchararray (__main__.py:19174): Gtk-WARNING **: /var/tmp/portage/x11-libs/gtk+-3.16.6/work/gtk+-3.16.6/gtk/gtkliststore.c:836: Unable to convert from glong to gchararray
Sorry, something went wrong.
Any update on this? It just bit me about 10 seconds ago.
Any update on this? It just bit me also.
No branches or pull requests
Minimal repro:
The text was updated successfully, but these errors were encountered: