Commit af840d72bb8099041397dfc2c98850f74aadfe73
1 parent
bbe7e969
Exists in
master
and in
1 other branch
GtkAction is deprecated.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/include/v3270.h
... | ... | @@ -274,7 +274,7 @@ |
274 | 274 | LIB3270_EXPORT const gchar * v3270_get_remap_filename(GtkWidget *widget); |
275 | 275 | |
276 | 276 | // Actions |
277 | - LIB3270_EXPORT void v3270_set_scroll_action(GtkWidget *widget, GdkScrollDirection direction, GtkAction *action); | |
277 | + LIB3270_EXPORT void v3270_set_scroll_action(GtkWidget *widget, GdkScrollDirection direction, GtkAction *action) G_GNUC_DEPRECATED; | |
278 | 278 | LIB3270_EXPORT void v3270_tab(GtkWidget *widget); |
279 | 279 | LIB3270_EXPORT void v3270_backtab(GtkWidget *widget); |
280 | 280 | ... | ... |