chore: use consistent parameter names (#29361)
This commit is contained in:
parent
d18dbdd72b
commit
ba26580f23
19 changed files with 38 additions and 40 deletions
|
@ -85,7 +85,7 @@ class Notification : public gin::Wrappable<Notification>,
|
|||
void SetHasReply(bool new_has_reply);
|
||||
void SetUrgency(const std::u16string& new_urgency);
|
||||
void SetTimeoutType(const std::u16string& new_timeout_type);
|
||||
void SetReplyPlaceholder(const std::u16string& new_reply_placeholder);
|
||||
void SetReplyPlaceholder(const std::u16string& new_placeholder);
|
||||
void SetSound(const std::u16string& sound);
|
||||
void SetActions(const std::vector<electron::NotificationAction>& actions);
|
||||
void SetCloseButtonText(const std::u16string& text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue