DEBSOURCES
Skip Quicknav
sources / golang-github-twstrike-gotk3adapter / 0.0~git20170505.0.901a95d%2Bds-3 / gdk_mock / mock_pixbuf.go
12345678
package gdk_mock type MockPixbuf struct { } func (*MockPixbuf) SavePNG(string, int) error { return nil }