|
a/src/internfile/mimehandler.h |
|
b/src/internfile/mimehandler.h |
|
... |
|
... |
100 |
bool m_havedoc;
|
100 |
bool m_havedoc;
|
101 |
string m_udi; // May be set by creator as a hint
|
101 |
string m_udi; // May be set by creator as a hint
|
102 |
};
|
102 |
};
|
103 |
|
103 |
|
104 |
/**
|
104 |
/**
|
105 |
* Return indexing handler object for the given mime type
|
105 |
* Return indexing handler object for the given mime type. The returned
|
106 |
* returned pointer should be deleted by caller
|
106 |
* pointer should be passed to returnMimeHandler() for recycling, after use.
|
107 |
* @param mtyp input mime type, ie text/plain
|
107 |
* @param mtyp input mime type, ie text/plain
|
108 |
* @param cfg the recoll config object to be used
|
108 |
* @param cfg the recoll config object to be used
|
109 |
* @param filtertypes decide if we should restrict to types in
|
109 |
* @param filtertypes decide if we should restrict to types in
|
110 |
* indexedmimetypes (if this is set at all).
|
110 |
* indexedmimetypes (if this is set at all).
|
111 |
*/
|
111 |
*/
|