diff options
Diffstat (limited to 'gtk/gtkcellview.h')
-rw-r--r-- | gtk/gtkcellview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcellview.h b/gtk/gtkcellview.h index c07f24960c..73de84e191 100644 --- a/gtk/gtkcellview.h +++ b/gtk/gtkcellview.h @@ -72,7 +72,9 @@ gboolean gtk_cell_view_get_size_of_row (GtkCellView *cell_v void gtk_cell_view_set_background_color (GtkCellView *cell_view, const GdkColor *color); +#ifndef GTK_DISABLE_DEPRECATED GList *gtk_cell_view_get_cell_renderers (GtkCellView *cell_view); +#endif G_END_DECLS |