comparison plugins/ChangeLog.API @ 11774:60fb8b4b61c1

[gaim-migrate @ 14065] (00:30:44) rlaager: grim: Shouldn't the plugin API functions be documented in plugins/ChangeLog.API? (00:31:04) Gary Kramlich (grim): rlaager: thanks for volunteering to take care of that for me ;) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 23 Oct 2005 23:34:52 +0000
parents a8f8939b968e
children fa17fc619f17
comparison
equal deleted inserted replaced
11773:92cf092f194e 11774:60fb8b4b61c1
116 * gaim_account_remove_buddy() 116 * gaim_account_remove_buddy()
117 * gaim_account_remove_buddies() 117 * gaim_account_remove_buddies()
118 * gaim_account_change_password() 118 * gaim_account_change_password()
119 * gaim_conversation_close_logs(), to force a conversation's log(s) to 119 * gaim_conversation_close_logs(), to force a conversation's log(s) to
120 be closed. New logs will be opened as necessary. 120 be closed. New logs will be opened as necessary.
121 * gaim_plugin_get_id()
122 * gaim_plugin_get_name()
123 * gaim_plugin_get_version()
124 * gaim_plugin_get_summary()
125 * gaim_plugin_get_description()
126 * gaim_plugin_get_author()
127 * gaim_plugin_get_homepage()
121 128
122 Signals - Changed: 129 Signals - Changed:
123 * "received-im-msg" and "received-chat-msg" to match, both now pass a 130 * "received-im-msg" and "received-chat-msg" to match, both now pass a
124 conversation pointer and flags 131 conversation pointer and flags
125 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a 132 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a