forked from AuroraMiddleware/gtk
5c31c721af
Rename all our settings schemas to the org.gtk.gtk4 prefix to avoid conflicting with the gtk3 schemas.
18 lines
633 B
XML
18 lines
633 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
|
|
<schema id='org.gtk.gtk4.Settings.EmojiChooser' path='/org/gtk/gtk4/settings/emoji-chooser/'>
|
|
<key name='recent-emoji' type='a((auss)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.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
|
|
</schemalist>
|