gnome-shell/js/misc
Ray Strode 2391497f60 misc: Don't call disconnectAll on token proxy objects
The disconnectAll method is a method available to javascript]
objects that want gobject-ish signal handling features.

It is not a method available to GObjects come from introspection.

"token" objects in the smartcard manager code are just plain old
GDBusProxy objects and so don't have disconnectAll methods.

This commit changes the code to use a direct disconnect call for
the one pertinent signal connection instead.
2024-05-03 09:06:40 -04:00
..
animationUtils.js js: Stop using {v,h}scroll properties 2023-11-18 18:00:43 +00:00
config.js.in config: Add missing semicolon 2023-11-02 17:50:04 +01:00
dateUtils.js js: Port to modules 2023-08-06 13:02:49 +02:00
dbusErrors.js extensionSystem: Support locking down extension installation 2024-02-14 16:20:59 +00:00
dbusUtils.js cleanup: Replace deprecated String.prototype.substr() 2024-04-19 17:38:37 +00:00
dependencies.js js: Update for Gio/GioUnix split 2024-04-29 16:48:07 +02:00
errorUtils.js extensionSystem: Improve error formatting 2024-01-04 20:12:32 +01:00
extensionUtils.js extensionSystem: Add 'enabled' property 2024-01-03 20:05:05 +00:00
fileUtils.js cleanup: Use type-safe comparisons 2023-08-09 15:10:38 +00:00
gnomeSession.js cleanup: Use consistent 4-space indent 2023-08-09 15:10:37 +00:00
history.js cleanup: Use consistent 4-space indent 2023-08-09 15:10:37 +00:00
ibusManager.js ibusManager: Avoid changes to ibus-typing-booster configuration 2024-02-29 16:42:22 +01:00
inputMethod.js inputMethod: Honor the "private" IBusInputHint 2024-02-29 16:42:22 +01:00
introspect.js cleanup: Use type-safe comparisons 2023-08-09 15:10:38 +00:00
jsParse.js cleanup: Use type-safe comparisons 2023-08-09 15:10:38 +00:00
keyboardManager.js keyboardManager: Adapt to moved functions 2024-02-14 19:24:12 +00:00
loginManager.js js: Update for Gio/GioUnix split 2024-04-29 16:48:07 +02:00
meson.build build: Remove Soup2 support 2023-05-26 19:05:22 +00:00
modemManager.js cleanup: Use type-safe comparisons 2023-08-09 15:10:38 +00:00
objectManager.js js: Port to modules 2023-08-06 13:02:49 +02:00
params.js cleanup: Use spread properties instead of Object.assign() 2024-02-17 11:53:43 +01:00
parentalControlsManager.js cleanup: Remove spaces in object literals 2023-08-09 15:10:37 +00:00
permissionStore.js cleanup: Use consistent 4-space indent 2023-08-09 15:10:37 +00:00
signals.js js: Port to modules 2023-08-06 13:02:49 +02:00
signalTracker.js cleanup: Fixup wrong JSDoc comments 2023-08-09 15:10:38 +00:00
smartcardManager.js misc: Don't call disconnectAll on token proxy objects 2024-05-03 09:06:40 -04:00
systemActions.js cleanup: Use consistent 4-space indent 2023-08-09 15:10:37 +00:00
util.js util: Handle .rc in version comparisons 2024-01-26 13:20:07 +00:00
weather.js weather: Prevent setting Geoclue source as location name 2023-08-16 19:17:21 +00:00