Mercurial > pidgin.yaz
changeset 22742:d4d57a5505ab
disapproval of revision '2f8316df13d1c3e6bf66b91c28abe1504033dae8'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 29 Apr 2008 03:56:56 +0000 |
parents | 06c98bab9bd2 |
children | 19dffacf8638 |
files | ChangeLog.API doc/conversation-signals.dox |
diffstat | 2 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.API Tue Apr 29 01:53:08 2008 +0000 +++ b/ChangeLog.API Tue Apr 29 03:56:56 2008 +0000 @@ -1,10 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul version 2.x.x: - libpurple: - Added: - * serv_got_join_chat_failed - * chat-join-failed signal (see conversation-signals.dox) perl: Added: * Purple::Prefs::get_children_names.
--- a/doc/conversation-signals.dox Tue Apr 29 01:53:08 2008 +0000 +++ b/doc/conversation-signals.dox Tue Apr 29 03:56:56 2008 +0000 @@ -27,7 +27,6 @@ @signal chat-invited-user @signal chat-invited @signal chat-joined - @signal chat-join-failed @signal chat-left @signal chat-topic-changed @signal conversation-extended-menu @@ -401,16 +400,6 @@ @param conv The conversation that joined the chat room. @endsignaldef - @signaldef chat-join-failed - @signalproto -void (*chat_join_failed)(PurpleConnection *gc, const char *name); - @endsignalproto - @signaldesc - Emitted when an account fails to join a chat room - @param gc The PurpleConnection of the account which failed to join the chat. - @param name The name of the chat. - @endsignaldef - @signaldef chat-left @signalproto void (*chat_left)(PurpleConversation *conv);