Method

PurpleBadgeset_link_text

unstable since: 3.0

Declaration [src]

void
purple_badge_set_link_text (
  PurpleBadge* badge,
  const char* link_text
)

Description [src]

Sets the link text of badge to link_text.

Available since: 3.0

Sets propertyPurple.Badge:link-text

Parameters

link_text

Type: const char*

The new link text.

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