Mercurial > pidgin
comparison libpurple/blist.h @ 16768:52342adf4303
Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 02 May 2007 03:22:11 +0000 |
parents | 516f14bef90e |
children | 79c1f60ece2e |
comparison
equal
deleted
inserted
replaced
16765:9a2ec0a033b5 | 16768:52342adf4303 |
---|---|
684 * @return TRUE if there are any buddies in the group, or FALSE otherwise. | 684 * @return TRUE if there are any buddies in the group, or FALSE otherwise. |
685 */ | 685 */ |
686 gboolean purple_group_on_account(PurpleGroup *g, PurpleAccount *account); | 686 gboolean purple_group_on_account(PurpleGroup *g, PurpleAccount *account); |
687 | 687 |
688 /** | 688 /** |
689 * Returns the name of a group. | |
690 * | |
691 * @param group The group. | |
692 * | |
693 * @return The name of the group. | |
694 */ | |
695 const char *purple_group_get_name(PurpleGroup *group); | |
696 | |
697 /** | |
689 * Called when an account gets signed on. Tells the UI to update all the | 698 * Called when an account gets signed on. Tells the UI to update all the |
690 * buddies. | 699 * buddies. |
691 * | 700 * |
692 * @param account The account | 701 * @param account The account |
693 */ | 702 */ |