summaryrefslogtreecommitdiff
path: root/gtk/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
blob: 748d3e1d5a44d7e8d542cab74e70be8de2be2dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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((ausasu)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 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>

</schemalist>