diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-11 15:03:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-11 15:03:46 -0400 |
commit | 9e0efc5022400b003725838af5a1c173ebea0bd1 (patch) | |
tree | cb84d7101c386aee87dc44edfe39a051d1b8e82e /gtk/gtkbindings.h | |
parent | 8f078992fd1981848113e12883db3f4e15e31cd1 (diff) | |
download | gtk+-9e0efc5022400b003725838af5a1c173ebea0bd1.tar.gz |
Add deprecation annotations for deprecated functions
We define our own GDK_DEPRECATED[_FOR] macros for this
and allow it to be turned off by defining the
GDK_DISABLE_DEPRECATION_WARNINGS macro.
Diffstat (limited to 'gtk/gtkbindings.h')
-rw-r--r-- | gtk/gtkbindings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbindings.h b/gtk/gtkbindings.h index 2c2e3acda6..1ac34ef3c9 100644 --- a/gtk/gtkbindings.h +++ b/gtk/gtkbindings.h @@ -181,6 +181,7 @@ void gtk_binding_entry_remove (GtkBindingSet *binding_set, GdkModifierType modifiers); #ifndef GTK_DISABLE_DEPRECATED +GDK_DEPRECATED void gtk_binding_set_add_path (GtkBindingSet *binding_set, GtkPathType path_type, const gchar *path_pattern, |