From 374a5bfc69eb7f032f63fe7cb1087c82f69619d3 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 30 Aug 2002 20:22:00 +0000 Subject: [PATCH] Added item for BAppFileInfo::SetSupportedTypes(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@945 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/storage/Annotations | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/develop/storage/Annotations b/docs/develop/storage/Annotations index 1796853c1d..7de9fd9b81 100644 --- a/docs/develop/storage/Annotations +++ b/docs/develop/storage/Annotations @@ -507,6 +507,13 @@ Description: Returns B_ENTRY_NOT_FOUND when the file's signature is not carried out successfully. +OS: BeOS R5 +Module: BAppFileInfo +Location: SetSupportedTypes() +Description: Don't check whether the supplied types are valid MIME types. And + don't fail, if they are not. OBOS checks them. + + OS: BeOS R5 Module: BAppFileInfo Location: GetIcon(), GetIconForType()