comparison libpurple/account.h @ 17587:84638e3af1bc

Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 18 Jun 2007 01:55:54 +0000
parents 516f14bef90e
children 759cd72bd2ff
comparison
equal deleted inserted replaced
17586:beaeb7fb4dbd 17587:84638e3af1bc
839 * @param account The account 839 * @param account The account
840 * @param buddy The buddy 840 * @param buddy The buddy
841 */ 841 */
842 gboolean purple_account_supports_offline_message(PurpleAccount *account, PurpleBuddy *buddy); 842 gboolean purple_account_supports_offline_message(PurpleAccount *account, PurpleBuddy *buddy);
843 843
844 /**
845 * Sets the current tune playing on the machine (if the prpl support setting this information)
846 *
847 * @param account The account
848 * @param info The tune information
849 */
850 void purple_account_set_tune(PurpleAccount *account, const PurpleTuneInfo *info);
851
844 /*@}*/ 852 /*@}*/
845 853
846 /**************************************************************************/ 854 /**************************************************************************/
847 /** @name Accounts API */ 855 /** @name Accounts API */
848 /**************************************************************************/ 856 /**************************************************************************/