get the icon theme and lookup the icon we want by name, here at a size of 64px var info = Gtk.IconTheme.get_default ().lookup_icon ("view-refresh-symbolic", 64, 0); now load the icon as a symbolic with a color set in the brackets as RGBA, here as plain red var pixbuf = info.load_symbolic ({1, 0, 0,
()
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected