IconProviderBase.getIconForFilePath - multiple declarations

Function IconProviderBase.getIconForFilePath

Get image of icon associated with file path. If icon was not found use fallback.

final Ref!(dcanvas.graphics.drawbuf.DrawBuf) getIconForFilePath(
  string filePath,
  lazy Ref!(dcanvas.graphics.drawbuf.DrawBuf) fallback
);

Function IconProviderBase.getIconForFilePath

Get image of icon associated with file path. Return null image if icon was not found in the system. Default implementation detects icon for a directory and for a file using the list of hardcoded extensions.

Ref!(dcanvas.graphics.drawbuf.DrawBuf) getIconForFilePath(
  string filePath
);