Method

NotifyNotificationset_hint

Declaration [src]

void
notify_notification_set_hint (
  NotifyNotification* notification,
  const char* key,
  GVariant* value
)

Description [src]

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.

Available since:0.6

Parameters

key const char*
 

The hint key.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
value GVariant
 

The hint value.

 The argument can be NULL.
 The data is owned by the caller of the function.