forked from AuroraMiddleware/gtk
fdd5e9f61e
No longer store variation sequences explicitly. Instead, put a 0 in the sequence where the modifiers will be inserted. This is more compact, and it allows us to put variations directly into the recent section. Update the type of the recent-emoji setting to match these changes.
18 lines
613 B
XML
18 lines
613 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
|
|
<schema id='org.gtk.Settings.EmojiChooser' path='/org/gtk/settings/emoji-chooser/'>
|
|
<key name='recent-emoji' type='a((aus)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 and a name. 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>
|
|
|
|
</schemalist>
|