forked from AuroraMiddleware/gtk
45b2e162ae
Add a popover that shows color Emoji, with a search entry. The recently-used Emoji are stored in a GSetting.
17 lines
520 B
XML
17 lines
520 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(ausaau)'>
|
|
<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, a name, and an optional array of
|
|
nested Emoji.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
|
|
</schemalist>
|