[gnome] Update extensions

This commit is contained in:
2026-06-10 11:03:09 -04:00
parent 20fc1e4e75
commit 6c973853c6
394 changed files with 12513 additions and 1340 deletions

View File

@ -440,7 +440,7 @@ const ContactsPlugin = GObject.registerClass({
}
/**
* Request the vCards for @uids.
* Request the vCards for {@link uids}.
*
* @param {string[]} uids - A list of contact UIDs
*/

View File

@ -316,7 +316,7 @@ const MousepadPlugin = GObject.registerClass({
}
/**
* Send an echo/ACK of @input, if requested
* Send an echo/ACK of {@link input}, if requested
*
* @param {object} input - The body of a 'kdeconnect.mousepad.request'
*/

View File

@ -120,7 +120,7 @@ const RunCommandPlugin = GObject.registerClass({
}
/**
* Handle a request to execute the local command with the UUID @key
* Handle a request to execute the local command with the UUID {@link key}
*
* @param {string} key - The UUID of the local command
*/
@ -233,7 +233,7 @@ const RunCommandPlugin = GObject.registerClass({
commands() {}
/**
* Send a request to execute the remote command with the UUID @key
* Send a request to execute the remote command with the UUID {@link key}
*
* @param {string} key - The UUID of the remote command
*/

View File

@ -263,8 +263,8 @@ const SFTPPlugin = GObject.registerClass({
}
/**
* Remove all host keys from ~/.ssh/known_hosts for @host in the port range
* used by KDE Connect (1739-1764).
* Remove all host keys from ~/.ssh/known_hosts for {@link host} in the
* port range used by KDE Connect (1739-1764).
*
* @param {string} host - A hostname or IP address
*/

View File

@ -506,7 +506,7 @@ const SMSPlugin = GObject.registerClass({
}
/**
* Try to find a thread_id in @smsPlugin for @addresses.
* Try to find a thread_id in for {@link addresses}.
*
* @param {object[]} addresses - a list of address objects
* @returns {string|null} a thread ID

View File

@ -113,7 +113,7 @@ const SystemVolumePlugin = GObject.registerClass({
}
/**
* Update the cache for @stream
* Update the cache for {@link stream}
*
* @param {"Gvc.MixerStream"} stream - The stream to cache
* @returns {object} The updated cache object