Function
Pidginblist_get_default_gtk_blist
Declaration [src]
PidginBuddyList*
pidgin_blist_get_default_gtk_blist (
void
)
Description [src]
Returns the default gtk buddy list
There’s normally only one buddy list window, but that isn’t a necessity. This function returns the PidginBuddyList we’re most likely wanting to work with. This is slightly cleaner than an externed global.
Return value
Returns: | PidginBuddyList |
The default GTK buddy list. |
|
The data is owned by the called function. |