Interface
PidginNotifiable
unstable since: 3.0
Description [src]
interface Pidgin.Notifiable : GObject.Object
An interface for notifiable items.
This should be implemented by anything that wants to show attention or a
badge in a PidginDisplayWindow
.
The PidginNotifiable:needs-attention
property is used to determine if
a badge and/or other steps should be taken to signify that the user needs to
look at this item.
The PidginNotifiable:notification-count
determines how many
notifications there are which can be used in a badge or other elements.
Available since: 3.0
Prerequisite
In order to implement Notifiable, your type must inherit fromGObject
.
Instance methods
pidgin_notifiable_get_needs_attention
Gets whether or not this notifiable needs attention.
unstable since: 3.0