png_benign_error

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void png_benign_error(png_const_structrp png_ptr, png_const_charp warning_message)
  2. alias png_benign_error = png_warning
    version(!PNG_VERSION_INFO_ONLY && PNG_ALLOW_BENIGN_ERRORS)
    extern (C)
    static if(!(PNG_BENIGN_ERRORS_SUPPORTED))
    alias png_benign_error = png_warning
  3. alias png_benign_error = png_error

Meta