Notify.Notification.prototype.set_hint

function set_hint(key: String, value: GLib.Variant): void {
    // Gjs wrapper for notify_notification_set_hint()
}
  

Sets a hint for key with value value. If value is null, a previously set hint for key is unset.

If value is floating, it is consumed.

Since 0.6

key

the hint key

value

the hint value, or null to unset the hint