Method

PurpleBadgeset_link_uri

unstable since: 3.0

Declaration [src]

void
purple_badge_set_link_uri (
  PurpleBadge* badge,
  const char* link_uri
)

Description [src]

Sets the link URI of badge to link_uri.

Available since: 3.0

Sets propertyPurple.Badge:link-uri

Parameters

link_uri

Type: const char*

The new link URI.

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