From 923d92634504e461c3207c0e6a558d3ab43d6ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 14 Aug 2020 00:04:38 +0200 Subject: [PATCH] st: Remove invalid introspection annotation (optional) is only valid for (out) or (inout) parameters (that are marked as such). However GError** arguments appear as throws="1" in the GIR anyway instead of an explicit parameter, so we don't need any annotation at all here. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1408 --- src/st/st-theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st/st-theme.c b/src/st/st-theme.c index e9716fe63..d1bde3fc0 100644 --- a/src/st/st-theme.c +++ b/src/st/st-theme.c @@ -254,7 +254,7 @@ insert_stylesheet (StTheme *theme, * st_theme_load_stylesheet: * @theme: a #StTheme * @file: a #GFile - * @error: (optional): a #GError + * @error: a #GError * * Load the stylesheet associated with @file. *