Rename interface function "getPrintableUTIs" to "getPrintableTypes"

This commit is contained in:
Sebastián Katzer 2019-02-06 11:54:59 +01:00
parent b34927d4a4
commit 790aefeb86

View File

@ -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', []);