Notify.Notification.prototype.set_hint_string
function set_hint_string(key: String, value: String): void {
// Gjs wrapper for notify_notification_set_hint_string()
}
Sets a hint with a string value.
- key
The hint.
- value
The hint's value.
function set_hint_string(key: String, value: String): void {
// Gjs wrapper for notify_notification_set_hint_string()
}
Sets a hint with a string value.
The hint.
The hint's value.