Searched refs:hintMIME (Results 1 – 4 of 4) sorted by relevance
/haiku/src/kits/translation/ |
H A D | TranslatorRosterPrivate.h | 62 const char* hintMIME, uint32 wantType, 67 const char* hintMIME, uint32 wantType, 91 const char* hintMIME);
|
H A D | TranslatorRoster.cpp | 718 BMessage* ioExtension, uint32 hintType, const char* hintMIME, in Identify() argument 743 hintType, hintMIME); in Identify() 772 BMessage* ioExtension, uint32 hintType, const char* hintMIME, in GetTranslators() argument 800 hintType, hintMIME); in GetTranslators() 936 int32 formatsCount, uint32 hintType, const char* hintMIME) in _CheckHints() argument 938 if (formats == NULL || formatsCount <= 0 || (!hintType && hintMIME == NULL)) in _CheckHints() 943 if (hintMIME && !strchr(hintMIME, '/')) in _CheckHints() 944 super = strlen(hintMIME); in _CheckHints() 949 || (hintMIME in _CheckHints() 950 && ((super && !strncmp(formats[i].MIME, hintMIME, super)) in _CheckHints() [all …]
|
/haiku/headers/os/translation/ |
H A D | TranslatorRoster.h | 54 const char* hintMIME = NULL, 61 const char* hintMIME = NULL, 84 const char* hintMIME = NULL);
|
/haiku/docs/user/translation/ |
H A D | TranslatorRoster.dox | 213 _numInfo, uint32 hintType = 0, const char* hintMIME = NULL, uint32\ 226 \param hintMIME A hint about the MIME type of \a source. \c NULL represents 384 const char* hintMIME = NULL, uint32 wantType = 0); 394 \param hintMIME A hint about the MIME type of \a source. \c NULL represents 416 hintMIME = NULL); 429 \param hintMIME A hint about the MIME type of the data in \a source.
|