From d55ed6755e4740303b1030331552534796505566 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 7 Mar 2019 17:27:35 +0000 Subject: [PATCH] =?UTF-8?q?gdesktopappinfo:=20Fix=20an=20overly-specific?= =?UTF-8?q?=20=E2=80=98Since=E2=80=99=20documentation=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was causing gtk-doc to try and link to an API deprecation index which doesn’t exist. Signed-off-by: Philip Withnall --- gio/gdesktopappinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 7d7425ea9..238141158 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -4710,7 +4710,7 @@ g_desktop_app_info_get_boolean (GDesktopAppInfo *info, * a %NULL-terminated string array or %NULL if the specified * key cannot be found. The array should be freed with g_strfreev(). * - * Since: 2.60.0 + * Since: 2.60 */ gchar ** g_desktop_app_info_get_string_list (GDesktopAppInfo *info,