diff --git a/modules/other/gail/gailcell.c b/modules/other/gail/gailcell.c index bc8dd131f4..cb03f0b057 100644 --- a/modules/other/gail/gailcell.c +++ b/modules/other/gail/gailcell.c @@ -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) { diff --git a/modules/other/gail/gailcell.h b/modules/other/gail/gailcell.h index 1ab0f41241..296ff1b820 100644 --- a/modules/other/gail/gailcell.h +++ b/modules/other/gail/gailcell.h @@ -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,