forked from AuroraMiddleware/gtk
Gail: Deprecate gail_cell_type_add_action_interface
This commit is contained in:
parent
e58f22a7ea
commit
ecc6577a37
@ -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)
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user