*** empty log message ***
This commit is contained in:
parent
229eb0de78
commit
feea21b250
@ -61,7 +61,7 @@ namespace Dijon
|
|||||||
/** What data a filter supports as input.
|
/** What data a filter supports as input.
|
||||||
* It can be either the whole document data, its file name, or its URI.
|
* It can be either the whole document data, its file name, or its URI.
|
||||||
*/
|
*/
|
||||||
typedef enum { DOCUMENT_DATA=0, DOCUMENT_FILE_NAME, DOCUMENT_URI } DataInput;
|
typedef enum { DOCUMENT_DATA=0, DOCUMENT_STRING, DOCUMENT_FILE_NAME, DOCUMENT_URI } DataInput;
|
||||||
|
|
||||||
/** Input properties supported by the filter.
|
/** Input properties supported by the filter.
|
||||||
* - PREFERRED_CHARSET is the charset preferred by the client application.
|
* - PREFERRED_CHARSET is the charset preferred by the client application.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user