gtk-rs-core icon indicating copy to clipboard operation
gtk-rs-core copied to clipboard

[FEATURE REQUEST] `ToValue/From` for `[Value; N]`

Open ranfdev opened this issue 2 years ago • 2 comments

String get's converted to a GString internally right? Then we should also be able to convert [Value; N] to a glib::ValueArray

ranfdev avatar Feb 08 '23 12:02 ranfdev

glib::ValueArray is deprecated in C so I wouldn't add too much API that makes it easy to use

sdroege avatar Feb 08 '23 12:02 sdroege

Not much can be done on this without https://gitlab.gnome.org/GNOME/glib/-/issues/1069

jf2048 avatar Feb 08 '23 21:02 jf2048