Gail: Deprecate gail_cell_type_add_action_interface

This commit is contained in:
Mike Gorse 2010-09-10 09:44:41 -04:00
parent e58f22a7ea
commit ecc6577a37
2 changed files with 5 additions and 0 deletions

View File

@ -296,6 +296,9 @@ atk_action_interface_init (AtkActionIface *iface)
iface->get_keybinding = gail_cell_action_get_keybinding;
}
/*
* Deprecated: 2.22: The action interface is added for all cells now.
*/
void
gail_cell_type_add_action_interface (GType type)
{

View File

@ -80,8 +80,10 @@ gboolean gail_cell_remove_state (GailCell *cell,
AtkStateType state_type,
gboolean emit_signal);
#ifndef GTK_DISABLE_DEPRECATED
void gail_cell_type_add_action_interface
(GType type);
#endif
gboolean gail_cell_add_action (GailCell *cell,
const gchar *action_name,