Add a gsettings key to specify the location of libatk-bridge.so
[platform/core/uifw/at-spi2-atk.git] / schemas / org.a11y.atspi.gschema.xml.in
1 <?xml version="1.0"?>
2 <schemalist>
3   <schema id="org.a11y.atspi" path="/a11y/atspi/">
4     <key name="atk-bridge-location" type="s">
5       <default>'@prefix@/lib/gtk-3.0/modules/libatk-bridge.so'</default>
6       <summary>Atk-bridge location</summary>
7       <description>The path to the atk-bridge module; useful for non-GTK applications/toolkits that want to load it.</description>
8     </key>
9   </schema>
10 </schemalist>