[gnome] Update extensions
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
||||
@ -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'
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user