gtk-rs-core
gtk-rs-core copied to clipboard
[FEATURE REQUEST] `ToValue/From` for `[Value; N]`
String get's converted to a GString
internally right?
Then we should also be able to convert [Value; N]
to a glib::ValueArray
glib::ValueArray
is deprecated in C so I wouldn't add too much API that makes it easy to use
Not much can be done on this without https://gitlab.gnome.org/GNOME/glib/-/issues/1069