Browse Source

...

sisyphus
Dustin Falgout 8 years ago
parent
commit
831bf63e81
  1. 12
      src/gresource/js/Greeter.js
  2. 15
      src/gresource/js/LightDMObjects.js

12
src/gresource/js/Greeter.js

@ -25,18 +25,6 @@
* along with lightdm-webkit2-greeter; If not, see <http://www.gnu.org/licenses/>.
*/
/**
* The global window object.
* @name window
* @type {object}
* @global
*/
/**
* The greeter's Theme JavaScript API.
* @namespace LightDM
*/
/**
* Base class for the greeter's Theme JavaScript API. Greeter themes will interact

15
src/gresource/js/LightDMObjects.js

@ -25,6 +25,21 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* The global window object.
*
* @name window
* @type {object}
* @global
*/
/**
* The greeter's Theme JavaScript API.
*
* @namespace LightDM
*/
/**
* Interface for object that holds info about a session. Session objects are not
* created by the theme's code, but rather by the {@link LightDM.Greeter} class.

Loading…
Cancel
Save