Removed B_REG_MIME_UNSUPPORT_TYPE.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@940 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -464,24 +464,3 @@ 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
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ enum {
|
|||||||
B_REG_MIME_GET_INSTALLED_TYPES = 'rgit',
|
B_REG_MIME_GET_INSTALLED_TYPES = 'rgit',
|
||||||
B_REG_MIME_GET_INSTALLED_SUPERTYPES = 'rgis',
|
B_REG_MIME_GET_INSTALLED_SUPERTYPES = 'rgis',
|
||||||
B_REG_MIME_GET_SUPPORTING_APPS = 'rgsa',
|
B_REG_MIME_GET_SUPPORTING_APPS = 'rgsa',
|
||||||
B_REG_MIME_UNSUPPORT_TYPES = 'rgut', //! \todo Remove once BAppFileInfo no longer uses it
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// B_REG_MIME_SET_PARAM "which" constants
|
// B_REG_MIME_SET_PARAM "which" constants
|
||||||
|
|||||||
Reference in New Issue
Block a user