summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-04-15 11:55:15 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-04-15 15:21:38 -0700
commit46b94ee9556f160e0432f8e7784b5172679cdc9d (patch)
tree1f6d652450faf3e83a1ce54668c2478ab04868a6
parente935a1b0c300d8fc97661e01a8200af14876e627 (diff)
validate: Add the "Implements" field from spec version 1.2
Fixes #55
-rw-r--r--src/validate.c2
1 files changed, 2 insertions, 0 deletions
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 },