diff options
Diffstat (limited to '')
-rw-r--r-- | data/dbus-interfaces/org.gnome.Shell.Wacom.PadOsd.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.gnome.Shell.Wacom.PadOsd.xml b/data/dbus-interfaces/org.gnome.Shell.Wacom.PadOsd.xml new file mode 100644 index 0000000..5e046c7 --- /dev/null +++ b/data/dbus-interfaces/org.gnome.Shell.Wacom.PadOsd.xml @@ -0,0 +1,8 @@ +<node> + <interface name="org.gnome.Shell.Wacom.PadOsd"> + <method name="Show"> + <arg name="device_node" direction="in" type="o"/> + <arg name="edition_mode" direction="in" type="b"/> + </method> + </interface> +</node> |