summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-10-04 11:06:08 +0100
committerRichard Hughes <richard@hughsie.com>2019-10-04 11:23:26 +0100
commitd407862968c6528f44c93102e53da5664ffc8f4d (patch)
tree4423fa9363ac9968d4cdb0dc4e7bf4f961e04031
parent5919e50a6e57a5088cdc34e5522d0fd92b2b4816 (diff)
downloadappstream-glib-d407862968c6528f44c93102e53da5664ffc8f4d.tar.gz
trivial: Mark an internal function as static
-rw-r--r--libappstream-glib/as-app-desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-app-desktop.c b/libappstream-glib/as-app-desktop.c
index 180d738..a3a78db 100644
--- a/libappstream-glib/as-app-desktop.c
+++ b/libappstream-glib/as-app-desktop.c
@@ -455,7 +455,7 @@ as_app_parse_file_key_fallback_comment (AsApp *app,
return TRUE;
}
-gboolean
+static gboolean
as_app_parse_desktop_kf (AsApp *app, GKeyFile *kf, AsAppParseFlags flags, GError **error)
{
g_auto(GStrv) keys = NULL;