haiku/headers/private
Tyler Dauwalder e3a2f2069e + Added SetSupportedTypes() test
+ Modified BMimeType::SetSupportedTypes functionality so it keeps track of
stranded types (i.e. previously supported types that have not had the now
unsupporting app signature removed from their supporting apps list yet due
to a false fullSync parameter) over consecutive SetSupportedTypes(...,
false) calls and updates all appropriate stranded types on the next
SetSupportedTypes(..., true) call.
+ Added fullSync parameter to BMimeType::DeleteSupportedTypes
+ Made BMimeType::Delete() do a DeleteSupportedTypes(..., true) call to
properly update the supporting apps lists when a mime type is deleted.
+ Added initial BMimeType::Get/SetSnifferRule
+ Updated BMimeType::CheckSnifferRule() to return B_BAD_VALUE when passed
a NULL rule string.
+ Brought CheckSnifferRule() tests up to date
+ Added lots of Mime::Database doxygen
+ Added any missing mime monitor notifications in Mime::Database
+ Possibly made some other changes as well... :-)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1004 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-09 08:12:03 +00:00
..
app Removed B_REG_MIME_UNSUPPORT_TYPE. 2002-08-30 20:01:30 +00:00
input It is accomplished ... 2002-07-09 12:24:59 +00:00
interface It is accomplished ... 2002-07-09 12:24:59 +00:00
kernel Change int into status_t, and other changes for better BeOS type compatiblitly. 2002-09-03 02:19:22 +00:00
media *** empty log message *** 2002-09-09 05:33:21 +00:00
net Moving the net kit private includes files to /current tree. 2002-08-27 07:59:57 +00:00
shared A templatized adaptation of BAutolock. Any class which supplies the 2002-07-15 16:06:31 +00:00
storage + Added SetSupportedTypes() test 2002-09-09 08:12:03 +00:00