Function notify_notification_set_hint
Sets a hint for key with value value . If value is NULL, a previously set hint for key is unset.
extern(C) void notify_notification_set_hint
(
NotifyNotification* notification,
const(char*) key,
glib .gvariant .GVariant* value
);
If value is floating, it is consumed.
Parameters
Name | Description |
---|---|
notification | a NotifyNotification |
key | the hint key |
value | the hint value, or null to unset the hint. |