Method

PurpleBadgeManagerremove

unstable since: 3.0

Declaration [src]

gboolean
purple_badge_manager_remove (
  PurpleBadgeManager* manager,
  const char* id
)

Description [src]

Removes a badge with the given identifier.

Available since: 3.0

Parameters

id

Type: const char*

The identifier of the badge.

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

Return value

Type: gboolean

TRUE if badge was found and removed.