Re: Accessing an extension's namespace in the looking glass

2013-02-23 Thread Amy
On 23 February 2013 23:08, Giovanni Campagna wrote: > Il sab, feb 23, 2013 at 2:51 ,Jason Heeris ha > scritto: > > In Gnome Shell 3.6, is there a way to access the namespace and imports > of an extension from the looking glass? For example, to be able to > manually call a function defined in an e

Re: Accessing an extension's namespace in the looking glass

2013-02-23 Thread Giovanni Campagna
Il sab, feb 23, 2013 at 2:51 ,Jason Heeris ha scritto: In Gnome Shell 3.6, is there a way to access the namespace and imports of an extension from the looking glass? For example, to be able to manually call a function defined in an extension? Or say in an extension you have this line: const Conve

Accessing an extension's namespace in the looking glass

2013-02-22 Thread Jason Heeris
In Gnome Shell 3.6, is there a way to access the namespace and imports of an extension from the looking glass? For example, to be able to manually call a function defined in an extension? Or say in an extension you have this line: const Convenience = ExtensionUtils.getCurrentExtension().import