| 207 GAIM_NOTIFY_BUTTON_IM, GAIM_NOTIFY_BUTTON_JOIN, |
207 GAIM_NOTIFY_BUTTON_IM, GAIM_NOTIFY_BUTTON_JOIN, |
| 208 GAIM_NOTIFY_BUTTON_INVITE |
208 GAIM_NOTIFY_BUTTON_INVITE |
| 209 * stock buttons GAIM_STOCK_IM, GAIM_STOCK_INFO |
209 * stock buttons GAIM_STOCK_IM, GAIM_STOCK_INFO |
| 210 * gaim_conversation_present() |
210 * gaim_conversation_present() |
| 211 * GaimConversationUiOps->present(GaimConversation *) |
211 * GaimConversationUiOps->present(GaimConversation *) |
| |
212 * GaimPlugin.unloadable |
| |
213 * gaim_plugin_is_unloadable() |
| 212 |
214 |
| 213 Signals - Changed: (See the Doxygen docs for details on all signals.) |
215 Signals - Changed: (See the Doxygen docs for details on all signals.) |
| 214 * Signal propagation now stops after a handler returns a non-NULL value. |
216 * Signal propagation now stops after a handler returns a non-NULL value. |
| 215 This value is now returned. Previously, all registered handlers were |
217 This value is now returned. Previously, all registered handlers were |
| 216 called and the value from the last handler was used. |
218 called and the value from the last handler was used. |