summaryrefslogtreecommitdiff
path: root/libgnomekbd/gkbd-config-registry.xml
blob: 73b6404ce3fd4e339c4796d3fc8c2ee96d910edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>

<node name="/org/gnome/GkbdConfigRegistry">
	<interface name="org.gnome.GkbdConfigRegistry">
		<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="gkbd_config_registry"/>
		<method name="GetDescriptionsAsUtf8">
			<arg type="as" name="layoutIds"  direction="in" />
			<arg type="as" name="variantIds"  direction="in" />
			<arg type="as" name="shortLayoutDescriptions"  direction="out" />
			<arg type="as" name="longLayoutDescriptions"   direction="out" />
			<arg type="as" name="shortVariantDescriptions" direction="out" />
			<arg type="as" name="longVariantDescriptions"  direction="out" />
		</method>
		<!-- Add more methods/signals if you want -->
	</interface>
</node>