gnome-shell/js/ui/components
Marco Trevisan (Treviño) 766288eec1 telepathyClient: Use GObjects based message objects
As per commit b5676a2a5 ChatNotification is a GObject, but I was wrongly
considering that it was using Tp.Message's as children, instead it just
uses custom-built objects to pass information around through signals.

Given gjs can only use GObjects as signal parameters, create a small wrapper
class to hold the ChatNotification messages and use it as signal parameter.

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2449

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1112
2020-03-25 21:18:54 +00:00
..
__init__.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
automountManager.js js: Don't use templates in files with translations 2020-02-17 23:20:40 +01:00
autorunManager.js js: Don't use templates in files with translations 2020-02-17 23:20:40 +01:00
keyring.js dialogs: Hide caps lock warning if password entry is hidden 2020-02-01 08:08:33 +01:00
networkAgent.js networkAgent: Make searching VPN binaries asynchronous 2020-03-17 14:07:15 +00:00
polkitAgent.js js: Don't use templates in files with translations 2020-02-17 23:20:40 +01:00
telepathyClient.js telepathyClient: Use GObjects based message objects 2020-03-25 21:18:54 +00:00