mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
15 lines
358 B
ReStructuredText
15 lines
358 B
ReStructuredText
.. py:currentmodule:: firefox_puppeteer.api.appinfo
|
|
|
|
AppInfo
|
|
=======
|
|
|
|
The appinfo class is a wrapper around the nsIXULAppInfo_ interface in
|
|
Firefox and provides access to a subset of its members.
|
|
|
|
.. _nsIXULAppInfo: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIXULAppInfo
|
|
|
|
AppInfo
|
|
-------
|
|
|
|
.. autoclass:: AppInfo
|
|
:members:
|