From 46b94ee9556f160e0432f8e7784b5172679cdc9d Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 15 Apr 2020 11:55:15 -0700 Subject: validate: Add the "Implements" field from spec version 1.2 Fixes #55 --- src/validate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/validate.c b/src/validate.c index f98bcf1..c52b300 100644 --- a/src/validate.c +++ b/src/validate.c @@ -318,6 +318,8 @@ static DesktopKeyDefinition registered_desktop_keys[] = { /* since 1.1 (used to be in the spec before 1.0, but was not really * specified) */ { DESKTOP_STRING_LIST_TYPE, "Actions", FALSE, FALSE, FALSE, handle_actions_key }, + /* Since 1.2 */ + { DESKTOP_STRING_LIST_TYPE, "Implements", FALSE, FALSE, FALSE, NULL }, { DESKTOP_BOOLEAN_TYPE, "DBusActivatable", FALSE, FALSE, FALSE, handle_dbus_activatable_key }, -- cgit v1.2.1