summaryrefslogtreecommitdiff
path: root/gtk/gtk.symbols
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-01-27 05:34:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-01-27 05:34:05 +0000
commit98e2295efc2dbe61b43e83d3d5c65d76505b5bf1 (patch)
treeadede63a16363f2187046c09195ee350411fa79b /gtk/gtk.symbols
parent318f1c97bc45adc70f0f9cde85822d7c4f92c835 (diff)
downloadgtk+-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/gtk.symbols')
-rw-r--r--gtk/gtk.symbols4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index e4b382f1c1..cabc850feb 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -1489,6 +1489,7 @@ gtk_file_system_win32_new
#if IN_HEADER(__GTK_FILESEL_H__)
#if IN_FILE(__GTK_FILESEL_C__)
+#ifndef GTK_DISABLE_DEPRECATED
gtk_file_selection_complete
gtk_file_selection_get_filename PRIVATE
#ifdef G_OS_WIN32
@@ -1510,6 +1511,7 @@ gtk_file_selection_set_select_multiple
gtk_file_selection_show_fileop_buttons
#endif
#endif
+#endif
#if IN_HEADER(__GTK_FIXED_H__)
#if IN_FILE(__GTK_FIXED_C__)
@@ -3021,10 +3023,12 @@ gtk_rc_set_default_files_utf8
gtk_rc_style_copy
gtk_rc_style_get_type G_GNUC_CONST
gtk_rc_style_new
+#ifndef GTK_DISABLE_DEPRECATED
gtk_rc_style_ref
gtk_rc_style_unref
#endif
#endif
+#endif
#if IN_HEADER(__GTK_RECENT_CHOOSER_H__)
#if IN_FILE(__GTK_RECENT_CHOOSER_C__)