mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
rename aReloadPages to aRedrawPages according to erik's review comment
sr=erik not part of the build yet.
This commit is contained in:
parent
7781fedd74
commit
7810e9c086
@ -45,7 +45,7 @@ interface nsIFontPackageService : nsISupports {
|
||||
/*
|
||||
* Notify the installation have been handled
|
||||
* @param aSuccess to notify it is a success installation or not
|
||||
* @param aReloadPages to notify to reload all relate page or not
|
||||
* @param aRedrawPages to notify to reload all relate page or not
|
||||
* @param aFontPackID a font package id, this should be the same value pass to
|
||||
* nsIFontPackageHandler::
|
||||
* The id have the following naming convenation
|
||||
@ -64,6 +64,6 @@ interface nsIFontPackageService : nsISupports {
|
||||
* th - Thai font package ("lang:th")
|
||||
* other name space are reserved for now.
|
||||
*/
|
||||
void FontPackageHandled(in boolean aSuccess, in boolean aReloadPages, in string aFontPackID );
|
||||
void FontPackageHandled(in boolean aSuccess, in boolean aRedrawPages, in string aFontPackID );
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user