|
a/src/common/rclconfig.h |
|
b/src/common/rclconfig.h |
|
... |
|
... |
194 |
* @param whole the raw value. No way to escape a semi-colon in there.
|
194 |
* @param whole the raw value. No way to escape a semi-colon in there.
|
195 |
*/
|
195 |
*/
|
196 |
bool valueSplitAttributes(const string& whole, string& value,
|
196 |
bool valueSplitAttributes(const string& whole, string& value,
|
197 |
ConfSimple& attrs);
|
197 |
ConfSimple& attrs);
|
198 |
|
198 |
|
199 |
/** mimeconf: get icon name for mimetype */
|
199 |
/** Return icon path for mime type and tag */
|
200 |
string getMimeIconName(const string &mtype, string *path = 0);
|
200 |
string getMimeIconPath(const string &mt, const string& apptag);
|
201 |
|
201 |
|
202 |
/** mimeconf: get list of file categories */
|
202 |
/** mimeconf: get list of file categories */
|
203 |
bool getMimeCategories(vector<string>&);
|
203 |
bool getMimeCategories(vector<string>&);
|
204 |
/** mimeconf: is parameter one of the categories ? */
|
204 |
/** mimeconf: is parameter one of the categories ? */
|
205 |
bool isMimeCategory(string&);
|
205 |
bool isMimeCategory(string&);
|