diff 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
line wrap: on
line diff
--- a/libpurple/account.h	Mon Jun 18 00:56:00 2007 +0000
+++ b/libpurple/account.h	Mon Jun 18 01:55:54 2007 +0000
@@ -841,6 +841,14 @@
  */
 gboolean purple_account_supports_offline_message(PurpleAccount *account, PurpleBuddy *buddy);
 
+/**
+ * Sets the current tune playing on the machine (if the prpl support setting this information)
+ *
+ * @param account	The account
+ * @param info		The tune information
+ */
+void purple_account_set_tune(PurpleAccount *account, const PurpleTuneInfo *info);
+
 /*@}*/
 
 /**************************************************************************/