Function
Pidginblist_get_name_markup
Declaration [src]
gchar*
pidgin_blist_get_name_markup (
PurpleBuddy* buddy,
gboolean selected,
gboolean aliased
)
Parameters
buddy |
PurpleBuddy |
The buddy to return markup from. |
|
The data is owned by the caller of the function. | |
selected |
gboolean |
Whether this buddy is selected. If TRUE, the markup will not change the color. |
|
aliased |
gboolean |
TRUE to return the appropriate alias of this buddy, FALSE to return its username and status information. |