[gnome] Update extensions
This commit is contained in:
@ -14,7 +14,7 @@ import system from 'system';
|
||||
/**
|
||||
* Return a random color
|
||||
*
|
||||
* @param {*} [salt] - If not %null, will be used as salt for generating a color
|
||||
* @param {string} [salt] - If not %null, will be used as salt for generating a color
|
||||
* @param {number} alpha - A value in the [0...1] range for the alpha channel
|
||||
* @returns {Gdk.RGBA} A new Gdk.RGBA object generated from the input
|
||||
*/
|
||||
@ -72,8 +72,8 @@ function getFgRGBA(rgba) {
|
||||
|
||||
|
||||
/**
|
||||
* Get a GdkPixbuf for @path, allowing the corrupt JPEG's KDE Connect sometimes
|
||||
* sends. This function is synchronous.
|
||||
* Get a GdkPixbuf for {@link path}, allowing the corrupt JPEG's KDE Connect
|
||||
* sometimes sends. This function is synchronous.
|
||||
*
|
||||
* @param {string} path - A local file path
|
||||
* @param {number} size - Size in pixels
|
||||
@ -159,7 +159,7 @@ function getNumberTypeLabel(type) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a display number from @contact for @address.
|
||||
* Get a display number from {@link contact} for {@link address}.
|
||||
*
|
||||
* @param {object} contact - A contact object
|
||||
* @param {string} address - A phone number
|
||||
|
||||
@ -1077,7 +1077,7 @@ export const Window = GObject.registerClass({
|
||||
}
|
||||
|
||||
/**
|
||||
* Find the thread row for @contacts
|
||||
* Find the thread row for {@link contacts}
|
||||
*
|
||||
* @param {object[]} contacts - A contact group
|
||||
* @returns {ConversationSummary|null} The thread row or %null
|
||||
@ -1160,7 +1160,7 @@ export const Window = GObject.registerClass({
|
||||
}
|
||||
|
||||
/**
|
||||
* Try and find an existing conversation widget for @message.
|
||||
* Try and find an existing conversation widget for {@link message}.
|
||||
*
|
||||
* @param {object} message - A message object
|
||||
* @returns {Conversation|null} A conversation widget or %null
|
||||
@ -1202,8 +1202,8 @@ export const Window = GObject.registerClass({
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the contents of the message entry. If @pending is %false set the
|
||||
* message of the currently selected conversation, otherwise mark the
|
||||
* Set the contents of the message entry. If {@link pending} is %false set
|
||||
* the message of the currently selected conversation, otherwise mark the
|
||||
* message to be set for the next selected conversation.
|
||||
*
|
||||
* @param {string} message - The message to place in the entry
|
||||
|
||||
Reference in New Issue
Block a user