Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
git-svn-id: svn://10.0.0.236/trunk@71450 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -60,7 +60,7 @@ interface nsIEvent : nsISupports
|
||||
return the pointer in.
|
||||
*/
|
||||
[noscript] void GetNativeData(in nsNativeEventDataType dataType,
|
||||
out voidStar data);
|
||||
out voidPtr data);
|
||||
|
||||
/*
|
||||
Sets the internal structure to hold the appropriate data.
|
||||
@@ -77,7 +77,7 @@ interface nsIEvent : nsISupports
|
||||
NS_INVALID_ARG The data type sent is not supported by this event.
|
||||
*/
|
||||
[noscript] void SetNativeData(in nsNativeEventDataType dataType,
|
||||
in voidStar data);
|
||||
in voidPtr data);
|
||||
|
||||
readonly attribute boolean isExitEvent;
|
||||
};
|
||||
|
||||
@@ -60,7 +60,7 @@ interface nsIEventFilter : nsISupports
|
||||
return the pointer in.
|
||||
*/
|
||||
[noscript] void GetNativeData(in nsNativeFilterDataType dataType,
|
||||
out voidStar data);
|
||||
out voidPtr data);
|
||||
|
||||
/*
|
||||
Sets the internal structure to hold the appropriate data.
|
||||
@@ -77,7 +77,7 @@ interface nsIEventFilter : nsISupports
|
||||
NS_INVALID_ARG The data type sent is not supported by this event.
|
||||
*/
|
||||
[noscript] void SetNativeData(in nsNativeFilterDataType dataType,
|
||||
in voidStar data);
|
||||
in voidPtr data);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user