summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-06-25 15:00:42 +0200
committerAlexander Larsson <alexl@redhat.com>2012-06-25 15:07:13 +0200
commit6c04296f03515b9bab0e735898ebc8ebfba0fb38 (patch)
tree4c0120678c58d15a751100fde269a0e8588b6203 /gtk/gtkiconview.h
parentd41b5d927ee44bd79380dfa7f4e01a6126db41dc (diff)
downloadgtk+-6c04296f03515b9bab0e735898ebc8ebfba0fb38.tar.gz
Rename gtk_icon_view_get_cell_area to gtk_icon_view_get_cell_rect
get_cell_area was "conflicting" with the property named "cell-area" which is something different.
Diffstat (limited to 'gtk/gtkiconview.h')
-rw-r--r--gtk/gtkiconview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h
index 469e9ffa81..554902eae0 100644
--- a/gtk/gtkiconview.h
+++ b/gtk/gtkiconview.h
@@ -236,7 +236,7 @@ void gtk_icon_view_convert_widget_to_bin_window_coords (GtkIconView *icon
gint *bx,
gint *by);
GDK_AVAILABLE_IN_3_6
-gboolean gtk_icon_view_get_cell_area (GtkIconView *icon_view,
+gboolean gtk_icon_view_get_cell_rect (GtkIconView *icon_view,
GtkTreePath *path,
GtkCellRenderer *cell,
GdkRectangle *rect);