Rename interface function "getPrintableUTIs" to "getPrintableTypes"
This commit is contained in:
parent
b34927d4a4
commit
790aefeb86
@ -119,7 +119,7 @@ exports.canPrintItem = function (uri, callback, scope) {
|
|||||||
*
|
*
|
||||||
* @return [ Void ]
|
* @return [ Void ]
|
||||||
*/
|
*/
|
||||||
exports.getPrintableUTIs = function (callback, scope) {
|
exports.getPrintableTypes = function (callback, scope) {
|
||||||
var fn = this._createCallbackFn(callback, scope);
|
var fn = this._createCallbackFn(callback, scope);
|
||||||
|
|
||||||
exec(fn, null, 'Printer', 'utis', []);
|
exec(fn, null, 'Printer', 'utis', []);
|
||||||
|
Loading…
Reference in New Issue
Block a user