diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-06-25 15:00:42 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-06-25 15:07:13 +0200 |
commit | 6c04296f03515b9bab0e735898ebc8ebfba0fb38 (patch) | |
tree | 4c0120678c58d15a751100fde269a0e8588b6203 /gtk/gtkiconview.h | |
parent | d41b5d927ee44bd79380dfa7f4e01a6126db41dc (diff) | |
download | gtk+-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.h | 2 |
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); |