@@ -235,7 +235,7 @@ void gjs_gtk_container_child_set_property(GObject* container, GObject* child,
235235 * @store: a #GListStore
236236 * @item: the new item
237237 * @compare_func: (scope call): pairwise comparison function for sorting
238- * @user_data: (closure): user data for @compare_func
238+ * @user_data: user data for @compare_func
239239 *
240240 * Inserts @item into @store at a position to be determined by the
241241 * @compare_func.
@@ -258,7 +258,7 @@ unsigned int gjs_list_store_insert_sorted(GListStore *store, GObject *item,
258258 * gjs_list_store_sort:
259259 * @store: a #GListStore
260260 * @compare_func: (scope call): pairwise comparison function for sorting
261- * @user_data: (closure): user data for @compare_func
261+ * @user_data: user data for @compare_func
262262 *
263263 * Sort the items in @store according to @compare_func.
264264 */
@@ -270,7 +270,7 @@ void gjs_list_store_sort(GListStore *store, GjsCompareDataFunc compare_func,
270270/**
271271 * gjs_gtk_custom_sorter_new:
272272 * @sort_func: (nullable) (scope call): function to sort items
273- * @user_data: (closure): user data for @compare_func
273+ * @user_data: user data for @sort_func
274274 * @destroy: destroy notify for @user_data
275275 *
276276 * Creates a new `GtkSorter` that works by calling @sort_func to compare items.
@@ -305,7 +305,7 @@ GObject* gjs_gtk_custom_sorter_new(GjsCompareDataFunc sort_func,
305305 * gjs_gtk_custom_sorter_set_sort_func:
306306 * @sorter: a `GtkCustomSorter`
307307 * @sort_func: (nullable) (scope call): function to sort items
308- * @user_data: (closure): user data to pass to @sort_func
308+ * @user_data: user data to pass to @sort_func
309309 * @destroy: destroy notify for @user_data
310310 *
311311 * Sets (or unsets) the function used for sorting items.
@@ -423,7 +423,7 @@ void gjs_log_set_writer_default() {
423423/**
424424 * gjs_log_set_writer_func:
425425 * @func: (scope notified): callback with log data
426- * @user_data: (closure): user data for @func
426+ * @user_data: user data for @func
427427 * @user_data_free: (destroy user_data_free): destroy for @user_data
428428 *
429429 * Sets a given function as the writer function for structured logging,
0 commit comments