summaryrefslogtreecommitdiff
path: root/gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-14 22:29:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-10-03 19:46:46 -0400
commited724ebc357338de8797884f586b5308243927c7 (patch)
tree74b177d924a5b9dffcef5764651048b99cb8fe96 /gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
parent44448016e87349458e358fd2c7762ed280c01647 (diff)
downloadgtk+-ed724ebc357338de8797884f586b5308243927c7.tar.gz
emoji: Add keywords to the data
And use them for matching in the Emoji chooser.
Diffstat (limited to 'gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml')
-rw-r--r--gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml b/gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
index 1a0191fe5a..6085c0e901 100644
--- a/gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
+++ b/gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
@@ -2,14 +2,14 @@
<schemalist>
<schema id='org.gtk.gtk4.Settings.EmojiChooser' path='/org/gtk/gtk4/settings/emoji-chooser/'>
- <key name='recent-emoji' type='a((auss)u)'>
+ <key name='recent-emoji' type='a((aussas)u)'>
<default>[]</default>
<summary>Recently used Emoji</summary>
<description>
An array of Emoji definitions to show in the Emoji chooser. Each Emoji is
- specified as an array of codepoints, name and shortname. The extra integer after this
- pair is the code of the Fitzpatrick modifier to use in place of a 0 in the
- codepoint array.
+ specified as an array of codepoints, name, shortname and keywords. The extra
+ integer after this pair is the code of the Fitzpatrick modifier to use in
+ place of a 0 in the codepoint array.
</description>
</key>
</schema>