comparison plugins/ChangeLog.API @ 12163:f6f08fd1841a

[gaim-migrate @ 14464] I think GTK's 16x16 disconnect icon looks nice for a plugin menu item. As long as I was importing that as a plugins icon, I imported it as a DISCONNECT icon like it's meant to be. I then imported the connect icon as well. They might have some use to plugins. I don't want a plugin to use the GAIM_STOCK_PLUGIN icon when they really want DISCONNECT, in case we want to change the plugin icon later. I don't know how we'd apply the versioning API to these, but this allows us more flexibility in some cases. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 Nov 2005 15:27:44 +0000
parents b105009a60ae
children a655bdeb561d
comparison
equal deleted inserted replaced
12162:5e24b8e49522 12163:f6f08fd1841a
153 * gaim_gtk_create_prpl_icon() 153 * gaim_gtk_create_prpl_icon()
154 * gaim_gtk_create_prpl_icon_with_status() 154 * gaim_gtk_create_prpl_icon_with_status()
155 * gaim_gtk_pounces_manager_show() 155 * gaim_gtk_pounces_manager_show()
156 * gaim_gtk_pounces_manager_hide() 156 * gaim_gtk_pounces_manager_hide()
157 * gaim_gtk_pounce_editor_show() 157 * gaim_gtk_pounce_editor_show()
158 * GAIM_STOCK_CONNECT, GAIM_STOCK_DISCONNECT
159 * GAIM_STOCK_PLUGIN
158 160
159 Signals - Changed: (See the Doxygen docs for details on all signals.) 161 Signals - Changed: (See the Doxygen docs for details on all signals.)
160 * Signal propagation now stops after a handler returns a non-NULL value. 162 * Signal propagation now stops after a handler returns a non-NULL value.
161 This value is now returned. Previously, all registered handlers were 163 This value is now returned. Previously, all registered handlers were
162 called and the value from the last handler was used. 164 called and the value from the last handler was used.