libpurple/prpl.h

changeset 26871
d62964222795
parent 26746
2a2d45ac9774
child 27132
545109e6826f
child 27211
68a7be484fe1
--- a/libpurple/prpl.h	Sun Apr 26 06:26:55 2009 +0000
+++ b/libpurple/prpl.h	Sun Apr 26 06:45:55 2009 +0000
@@ -661,6 +661,20 @@
 								  const char *status_id, ...) G_GNUC_NULL_TERMINATED;
 
 /**
+ * Notifies Purple that our account's actions have changed. This is only
+ * called after the initial connection. Emits the account-actions-changed
+ * signal.
+ *
+ * This is meant to be called from protocol plugins.
+ *
+ * @param account   The account.
+ *
+ * @see account-actions-changed
+ * @since 2.6.0
+ */
+void purple_prpl_got_account_actions(PurpleAccount *account);
+
+/**
  * Notifies Purple that a buddy's idle state and time have changed.
  *
  * This is meant to be called from protocol plugins.

mercurial