Interface

PidginNotifiable

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.

Implementations

Instance methods

pidgin_notifiable_get_needs_attention

Gets whether or not this notifiable needs attention.

since: 3.0

pidgin_notifiable_get_notification_count

Gets the number of notifications.

since: 3.0

Properties

Pidgin.Notifiable:needs-attention

Whether or not this needs attention.

since: 3.0

Pidgin.Notifiable:notification-count

The number of notifications.

since: 3.0

Interface structure

struct PidginNotifiableInterface {
  /* no available fields */
}
No description available.