From 154b73723ff136354076514c2d58869d26cdd969 Mon Sep 17 00:00:00 2001 From: Val Och Date: Mon, 27 Nov 2023 16:44:04 +0000 Subject: [PATCH] GtkFontDialog: fix annotation for choose_font_and_features_finish Parameters in question have callee-allocated semantics. --- gtk/gtkfontdialog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkfontdialog.c b/gtk/gtkfontdialog.c index c533dac2cc..1ab43ac552 100644 --- a/gtk/gtkfontdialog.c +++ b/gtk/gtkfontdialog.c @@ -926,9 +926,9 @@ gtk_font_dialog_choose_font_and_features (GtkFontDialog *self, * gtk_font_dialog_choose_font_and_features_finish: * @self: a `GtkFontDialog` * @result: a `GAsyncResult` - * @font_desc: (out caller-allocates): return location for font description - * @font_features: (out caller-allocates): return location for font features - * @language: (out caller-allocates): return location for the language + * @font_desc: (out): return location for font description + * @font_features: (out): return location for font features + * @language: (out): return location for the language * @error: return location for a [enum@Gtk.DialogError] error * * Finishes the [method@Gtk.FontDialog.choose_font_and_features]