summaryrefslogtreecommitdiff
path: root/gqsort.h
diff options
context:
space:
mode:
Diffstat (limited to 'gqsort.h')
-rw-r--r--gqsort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gqsort.h b/gqsort.h
index f236e04fb..d946e80ca 100644
--- a/gqsort.h
+++ b/gqsort.h
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
void g_qsort_with_data (gconstpointer pbase,
gint total_elems,
size_t size,
- GCompareFuncData compare_func,
+ GCompareDataFunc compare_func,
gpointer user_data);
G_END_DECLS