Improve documentation around 'concrete' in bindings. No bug. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D35465

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Boris Zbarsky 2019-06-21 06:50:52 +00:00
Родитель b49048f298
Коммит 00ac432030
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,8 @@
# * concrete - Indicates whether there exist JS objects with this interface as
# their primary interface (and hence whose prototype is this
# interface's prototype object). Always False for callback
# interfaces. Defaults to True otherwise.
# interfaces. Defaults to True for leaf interfaces and
# interfaces with constructors, false otherwise.
# * notflattened - The native type does not have nsIClassInfo, so when
# wrapping it the right IID needs to be passed in.
# Only relevant for callback interfaces.