]> git.pld-linux.org Git - packages/font-manager.git/blame - font-manager-fix-gcc11-compilation.patch
- added missing Source0-md5
[packages/font-manager.git] / font-manager-fix-gcc11-compilation.patch
CommitLineData
00a35187
KM
1From f9c4621389dae5999ca9d2f3c8402c2512a9ea60 Mon Sep 17 00:00:00 2001
2From: Jerry Casiano <JerryCasiano@gmail.com>
3Date: Thu, 30 Sep 2021 18:31:10 -0400
4Subject: [PATCH] - Add (skip) annotation to fsType_to_string - Issue #240
5
6---
7 lib/common/font-manager-freetype.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/lib/common/font-manager-freetype.c b/lib/common/font-manager-freetype.c
11index cd0236a4..9d3bfac6 100644
12--- a/lib/common/font-manager-freetype.c
13+++ b/lib/common/font-manager-freetype.c
14@@ -278,7 +278,7 @@ font_manager_fsType_get_type (void)
15 }
16
17 /**
18- * font_manager_fsType_to_string:
19+ * font_manager_fsType_to_string: (skip)
20 * @fstype: #FontManagerfsType
21 *
22 * Returns a description of the fsType field suitable for display.
23
This page took 0.084087 seconds and 4 git commands to generate.