[crosspost with followup-to netscape.public.mozilla.netlib]

Hi,
writing you to tell you about an API Change of nsIMIMEInfo.
This only affects current trunk builds and Mozilla 1.8alpha and later; not 1.7.
(This also does not affect any C++ code using nsIMIMEInfo)


For bug 239394 (http://bugzilla.mozilla.org/show_bug.cgi?id=239394), some of the functions got renamed to start with a lowercase letter instead of an uppercase one.

Namely, these functions were changed:
SetFileExtensions -> setFileExtensions
ExtensionExists -> extensionExists
AppendExtension -> appendExtension
Equals -> equals

And these attributes:
Description -> description
MacType -> macType
MacCreator -> macCreator

Refer to http://lxr.mozilla.org/seamonkey/source/netwerk/mime/public/nsIMIMEInfo.idl for a complete description of the interface.

-biesi
_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to