GetSupportingApps
status_t GetSupportingApps(BMessage* signatures) const;
status_t GetSupportingApps(const char *type, BMessage *signatures);
status_t GetSupportingApps(const char *type, BMessage *apps);
if (type->GetSupportingApps(&msg) == B_OK) {
if (type == NULL || type->GetSupportingApps(&applications) != B_OK)
&& type.GetSupportingApps(&supportingSignatures) == B_OK) {
err = mime.GetSupportingApps(wild_ones);
return fSupportingApps.GetSupportingApps(type, signatures);
mime.GetSupportingApps(&message);
mime.GetSupportingApps(&supportingAppList);
if (type == NULL || type->GetSupportingApps(&applications) != B_OK)
if (mimeType.GetSupportingApps(&applications) == B_OK
err = fDatabase.GetSupportingApps(type, &reply);
BMimeType(type).GetSupportingApps(&apps);
CHK(supportedType.GetSupportingApps(&appMsg) == B_OK);
CHK(mime.GetSupportingApps(&msg) == B_OK);
CHK(mime.GetSupportingApps(&msg2) == B_OK);
if (mimeType.GetSupportingApps(&supportingApps) == B_OK) {