diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-01-27 05:34:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-01-27 05:34:05 +0000 |
commit | 98e2295efc2dbe61b43e83d3d5c65d76505b5bf1 (patch) | |
tree | adede63a16363f2187046c09195ee350411fa79b /gtk/gtkfilesel.h | |
parent | 318f1c97bc45adc70f0f9cde85822d7c4f92c835 (diff) | |
download | gtk+-98e2295efc2dbe61b43e83d3d5c65d76505b5bf1.tar.gz |
Add deprecation guards for gtk_rc_style_ref/unref and the old file
2007-01-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesel.h:
* gtk/gtkrc.h:
* gtk/gtk.symbols: Add deprecation guards for gtk_rc_style_ref/unref
and the old file selector. (#348256)
svn path=/trunk/; revision=17223
Diffstat (limited to 'gtk/gtkfilesel.h')
-rw-r--r-- | gtk/gtkfilesel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkfilesel.h b/gtk/gtkfilesel.h index e22eb77765..75f65a16d1 100644 --- a/gtk/gtkfilesel.h +++ b/gtk/gtkfilesel.h @@ -24,6 +24,8 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef GTK_DISABLE_DEPRECATED + #ifndef __GTK_FILESEL_H__ #define __GTK_FILESEL_H__ @@ -121,3 +123,5 @@ G_END_DECLS #endif /* __GTK_FILESEL_H__ */ + +#endif /* GTK_DISABLE_DEPRECATED */ |