libpurple/purpleprotocolclient.h

changeset 42163
b0c31c877bde
parent 42162
853501870190
child 42167
5240fe0d7bdc
--- a/libpurple/purpleprotocolclient.h	Mon Mar 20 21:12:08 2023 -0500
+++ b/libpurple/purpleprotocolclient.h	Mon Mar 20 21:14:42 2023 -0500
@@ -89,8 +89,6 @@
  *                                          The hash table should be destroyed
  *                                          by the caller when it's no longer
  *                                          needed.
- * @get_moods: Returns an array of #PurpleMood's, with the last one having
- *             "mood" set to %NULL.
  * @get_max_message_size: Gets the maximum message size in bytes for the
  *                        conversation.
  *                        <sbr/>It may depend on connection-specific or
@@ -135,8 +133,6 @@
 
 	GHashTable *(*get_account_text_table)(PurpleProtocolClient *client, PurpleAccount *account);
 
-	PurpleMood *(*get_moods)(PurpleProtocolClient *client, PurpleAccount *account);
-
 	gssize (*get_max_message_size)(PurpleProtocolClient *client, PurpleConversation *conv);
 
 	/*< private >*/
@@ -277,19 +273,6 @@
 GHashTable *purple_protocol_client_get_account_text_table(PurpleProtocolClient *client, PurpleAccount *account);
 
 /**
- * purple_protocol_client_get_moods:
- * @client: The #PurpleProtocolClient instance.
- * @account: A #PurpleAccount instance.
- *
- * Gets the mood's for @account.
- *
- * Returns: (transfer none): A %NULL terminated array of #PurpleMood's.
- *
- * Since: 3.0.0
- */
-PurpleMood *purple_protocol_client_get_moods(PurpleProtocolClient *client, PurpleAccount *account);
-
-/**
  * purple_protocol_client_get_max_message_size:
  * @client: The #PurpleProtocolClient instance.
  * @conv: A #PurpleConversation instance.

mercurial