[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

@ -531,8 +531,8 @@ const Device = GObject.registerClass({
}
/**
* Get the position of a GMenuItem with @actionName in the top level of the
* device menu.
* Get the position of a GMenuItem with {@link actionName} in the top level
* of the device menu.
*
* @param {string} actionName - An action name with scope (eg. device.foo)
* @returns {number} An 0-based index or -1 if not found
@ -755,7 +755,7 @@ const Device = GObject.registerClass({
}
/**
* Reject the transfer payload described by @packet.
* Reject the transfer payload described by {@link packet}.
*
* @param {Core.Packet} packet - A packet
* @returns {void}