gecko-dev/image/decoders/icon/qt/nsGtkQtIconsConverter.idl

13 строки
413 B
Plaintext
Исходник Обычный вид История

/* vim:set ts=2 sw=2 sts=2 cin et: */
2012-05-21 15:12:37 +04:00
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsISupports.idl"
[scriptable, uuid(c0783c34-a831-40c6-8c03-98c9f74cca45)]
interface nsIGtkQtIconsConverter : nsISupports
{
long convert(in string icon);
};