today i came across an error when loading a GTK stock icon with the internal GTK function
Code: Select all
gtk_icon_theme_load_icon_()
Code: Select all
gtk_icon_theme_load_icon(*theme, name.p-utf8, size, flags, *gerror)
I am not sure whether it is really a bug, but by using the p-utf8 thing, the code works in ASCII and UNICODE mode.
Best regards
Uwe