CAPS Universe documentation  1.0.4
All you need to know to be successful
Functions

Get the list of supported MIME types. More...

Functions

const struct caps_supported_mime_listcaps_rstr_mime_list_get (void)
 

Detailed Description

The short list includes the following formats:

Since this support can be enabled/disabled individually per MIME type at libcapsraster's compile time, you need to retrieve the supported MIME types at run-time.

Function Documentation

◆ caps_rstr_mime_list_get()

const struct caps_supported_mime_list * caps_rstr_mime_list_get ( void  )

Get the static list of supported MIME types, libcapsraster supports

Returns
Pointer to the MIME list

This list can be used to register the supported MIME formats at the printing coordinator via caps_pp_instance_mime_setup()

Attention
The supported MIME types are defined at compile time of libcapsraster.