|
a/src/internfile/mimehandler.h |
|
b/src/internfile/mimehandler.h |
|
... |
|
... |
112 |
bool filtertypes=false);
|
112 |
bool filtertypes=false);
|
113 |
|
113 |
|
114 |
/// Free up filter for reuse (you can also delete it)
|
114 |
/// Free up filter for reuse (you can also delete it)
|
115 |
extern void returnMimeHandler(Dijon::Filter *);
|
115 |
extern void returnMimeHandler(Dijon::Filter *);
|
116 |
|
116 |
|
|
|
117 |
/// Clean up cache at the end of an indexing pass. For people who use
|
|
|
118 |
/// the GUI to index: avoid all those filter processes forever hanging
|
|
|
119 |
/// off recoll.
|
|
|
120 |
extern void clearMimeHandlerCache();
|
|
|
121 |
|
117 |
/// Can this mime type be interned ?
|
122 |
/// Can this mime type be interned ?
|
118 |
extern bool canIntern(const std::string mimetype, RclConfig *cfg);
|
123 |
extern bool canIntern(const std::string mimetype, RclConfig *cfg);
|
119 |
|
124 |
|
120 |
#endif /* _MIMEHANDLER_H_INCLUDED_ */
|
125 |
#endif /* _MIMEHANDLER_H_INCLUDED_ */
|