Method
PurpleBadgeset_tooltip_text
unstable since: 3.0
[−]
Declaration [src]
void
purple_badge_set_tooltip_text (
PurpleBadge* badge,
const char* tooltip_text
)
[−]
Description [src]
Sets the tooltip text of badge
.
Available since: 3.0
Sets property | Purple.Badge:tooltip-text |
[−]
Parameters
tooltip_text
-
Type:
const char*
The new tooltip 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.