Name

enum _em_format_handler_t — Format handler flags.

Synopsis

enum _em_format_handler_t {
  EM_FORMAT_HANDLER_INLINE,
  EM_FORMAT_HANDLER_INLINE_DISPOSITION
};  

Constants

EM_FORMAT_HANDLER_INLINE

This type should be shown expanded inline by default.

EM_FORMAT_HANDLER_INLINE_DISPOSITION

This type should always be shown inline, despite what the Content-Disposition suggests.

Description