Applet GJS documentation deviation #715
Unanswered
hydroperfox
asked this question in
Development
Replies: 1 comment 1 reply
-
Cjs is not an API, it is javascript language bindings. The apis you're referring to mostly live in You can get quite a bit by installing the cinnamon-doc package (if you're in Mint). Some API that lives in muffin (Cinnamon's window manager) is best viewed at https://gjs-docs.gnome.org/ using API 7 libraries. Importable config: devdocs.json. Unfortunately these aren't available in devhelp. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed devhelp, but when I browse it there are missing APIs for CJS; for example, there is no
ui.popupMenu.PopupMenuManager
there, even though my Linux Mint version (Linux Mint 22 Cinnamon)'s[email protected]
applet uses it.Also, there is no consistent documentation for St (GNOME Shell Tookit) API in CJS for example. There is
IconStyle
here, but notIconType
, which the applet above uses.Beta Was this translation helpful? Give feedback.
All reactions