Added entry for B_REG_MIME_UNSUPPORT_TYPES.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@876 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-08-25 22:40:20 +00:00
parent 321a1ba7c1
commit a17e6b6813

View File

@ -464,3 +464,24 @@ reply fields:
-----------------------------------------------------------------------
remove an app from the list of supporting apps for given types
target: mime manager (BRoster::fMimeMess)
message: B_REG_MIME_UNSUPPORT_TYPES
"type": B_STRING_TYPE
"unsupported_types": B_STRING_TYPE[]
reply: standard general result
message fields:
- "type": The signature of the application that doesn't support the
given types any longer.
- "unsupported_types": The types that aren't supported any longer.
reply fields:
- "result":
- B_OK: success
- (error code): failure
-----------------------------------------------------------------------