XML · 678 bytes Raw Blame History
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schemalist>
3
4 <schema id='org.gtk.gtk4.Settings.EmojiChooser' path='/org/gtk/gtk4/settings/emoji-chooser/'>
5 <key name='recently-used-emoji' type='a((aussasasu)u)'>
6 <default>[]</default>
7 <summary>Recently used Emoji</summary>
8 <description>
9 An array of Emoji definitions to show in the Emoji chooser. Each Emoji is
10 specified as an array of codepoints, name and keywords. The extra
11 integer after this pair is the code of the Fitzpatrick modifier to use in
12 place of a modifier placeholder (0 or 0x1F3FB) in the codepoint array.
13 </description>
14 </key>
15 </schema>
16
17 </schemalist>