Skip to content

Draft: Add GtkIconProvider

Matthias Clasen requested to merge icon-provider into main

This is a minimal interface to provide icon lookup by name. It is implemented by GtkIconTheme, but platform libraries or applications can provide their own implementation and pass it to GTK.

Merge request reports