png_chunk_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_chunk_benign_error(png_const_structrp png_ptr, png_const_charp warning_message)
  2. alias png_chunk_benign_error = png_chunk_warning
  3. alias png_chunk_benign_error = png_chunk_error
    version(!PNG_VERSION_INFO_ONLY && !PNG_ALLOW_BENIGN_ERRORS)
    extern (C)
    static if(!(PNG_BENIGN_ERRORS_SUPPORTED))
    alias png_chunk_benign_error = png_chunk_error

Meta