Add deprecation guards for gtk_cell_view_get_size_of_row()

This commit is contained in:
Javier Jardón 2010-09-14 20:40:15 +02:00
parent 7b42d4feda
commit ab4ba69cc8
2 changed files with 4 additions and 0 deletions

View File

@ -684,7 +684,9 @@ gtk_cell_view_get_desired_height_for_width_of_row
gtk_cell_view_get_desired_width_of_row
gtk_cell_view_get_displayed_row
gtk_cell_view_get_model
#ifndef GTK_DISABLE_DEPRECATED
gtk_cell_view_get_size_of_row
#endif
gtk_cell_view_get_type G_GNUC_CONST
gtk_cell_view_new
gtk_cell_view_new_with_markup

View File

@ -66,9 +66,11 @@ GtkTreeModel *gtk_cell_view_get_model (GtkCellView *cell_v
void gtk_cell_view_set_displayed_row (GtkCellView *cell_view,
GtkTreePath *path);
GtkTreePath *gtk_cell_view_get_displayed_row (GtkCellView *cell_view);
#ifndef GTK_DISABLE_DEPRECATED
gboolean gtk_cell_view_get_size_of_row (GtkCellView *cell_view,
GtkTreePath *path,
GtkRequisition *requisition);
#endif
void gtk_cell_view_get_desired_width_of_row(GtkCellView *cell_view,
GtkTreePath *path,
gint *minimum_size,