summaryrefslogtreecommitdiff
path: root/libpurple/conversations.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-01-30 02:52:18 +0530
committerAnkit Vani <a@nevitus.org>2014-01-30 02:52:18 +0530
commitd18222e803d5c69afd41a262c77c05f23ea0f934 (patch)
tree1fa74cdeac7e4d90519fe08f5261247bb3e88c80 /libpurple/conversations.h
parent601b4bf3706219decf93e6740beae460983ac6e5 (diff)
downloadpidgin-d18222e803d5c69afd41a262c77c05f23ea0f934.tar.gz
Move (_)purple_conversations_update_cache to internal.h
Diffstat (limited to 'libpurple/conversations.h')
-rw-r--r--libpurple/conversations.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libpurple/conversations.h b/libpurple/conversations.h
index 4f93e5fea5..c5515165c9 100644
--- a/libpurple/conversations.h
+++ b/libpurple/conversations.h
@@ -52,18 +52,6 @@ void purple_conversations_add(PurpleConversation *conv);
void purple_conversations_remove(PurpleConversation *conv);
/**
- * Updates the conversation cache to use a new conversation name and/or
- * account. This function only updates the conversation cache. It is the
- * caller's responsibility to actually update the conversation.
- *
- * @param conv The conversation.
- * @param name The new name. If no change, use @c NULL.
- * @param account The new account. If no change, use @c NULL.
- */
-void purple_conversations_update_cache(PurpleConversation *conv,
- const char *name, PurpleAccount *account);
-
-/**
* Returns a list of all conversations.
*
* This list includes both IMs and chats.