[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

@ -19,7 +19,7 @@ import Tooltip from './tooltip.js';
* Get a dictionary of a GMenuItem's attributes
*
* @param {Gio.MenuModel} model - The menu model containing the item
* @param {number} index - The index of the item in @model
* @param {number} index - The index of the item in {@link model}
* @returns {object} A dictionary of the item's attributes
*/
function getItemInfo(model, index) {