summaryrefslogtreecommitdiff
path: root/gtk/gtkcustomsorter.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcustomsorter.h')
-rw-r--r--gtk/gtkcustomsorter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcustomsorter.h b/gtk/gtkcustomsorter.h
index 50cf090637..6846d01d46 100644
--- a/gtk/gtkcustomsorter.h
+++ b/gtk/gtkcustomsorter.h
@@ -34,7 +34,7 @@ GDK_AVAILABLE_IN_ALL
G_DECLARE_FINAL_TYPE (GtkCustomSorter, gtk_custom_sorter, GTK, CUSTOM_SORTER, GtkSorter)
GDK_AVAILABLE_IN_ALL
-GtkSorter * gtk_custom_sorter_new (GCompareDataFunc sort_func,
+GtkCustomSorter * gtk_custom_sorter_new (GCompareDataFunc sort_func,
gpointer user_data,
GDestroyNotify user_destroy);