Method

NotifyNotificationset_hint_int32

deprecated: 0.6. 

Declaration [src]

void
notify_notification_set_hint_int32 (
  NotifyNotification* notification,
  const char* key,
  gint value
)

Description [src]

Sets a hint with a 32-bit integer value.

Deprecated since: 0.6.

Use notify_notification_set_hint() instead.

Parameters

key

Type: const char*

The hint.

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

Type: gint

The hint’s value.