summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r--gtk/gtkclist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index a70edd5953..5c8e9ebbbd 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -352,8 +352,8 @@ void gtk_clist_moveto (GtkCList * clist,
gfloat col_align);
/* returns true if the row is visible */
-gint gtk_clist_row_isvisable (GtkCList * clist,
- gint row);
+gint gtk_clist_row_is_visible (GtkCList * clist,
+ gint row);
/* returns the cell type */
GtkCellType gtk_clist_get_cell_type (GtkCList * clist,