[gnome] Update extensions
This commit is contained in:
@ -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