1<?xml version="1.0"?>
2<interface>
3  <!-- interface-requires gtk+ 3.12 -->
4  <menu id="app-menu">
5    <section>
6      <item>
7        <attribute name="label" translatable="yes">_New window</attribute>
8        <attribute name="action">app.new-window</attribute>
9      </item>
10    </section>
11    <section>
12      <item>
13        <attribute name="label" translatable="yes">_Preferences…</attribute>
14        <attribute name="action">app.preferences</attribute>
15      </item>
16    </section>
17    <section>
18      <item>
19        <attribute name="label" translatable="yes">_Supported cameras</attribute>
20        <attribute name="action">app.devices</attribute>
21      </item>
22      <item>
23        <attribute name="label" translatable="yes">_Keyboard shortcuts</attribute>
24        <attribute name="action">win.show-help-overlay</attribute>
25      </item>
26      <item>
27        <attribute name="label" translatable="yes">_Help</attribute>
28        <attribute name="action">app.manual</attribute>
29      </item>
30      <item>
31        <attribute name="label" translatable="yes">_About</attribute>
32        <attribute name="action">app.about</attribute>
33      </item>
34    </section>
35    <section>
36      <item>
37        <attribute name="label" translatable="yes">_Quit</attribute>
38        <attribute name="action">app.quit</attribute>
39      </item>
40    </section>
41  </menu>
42</interface>
43