d-bus/info.globalcode.mouse.cadMousePro.xml
branchv_0
changeset 12 cf77c218b0b1
child 29 361687fe303a
equal deleted inserted replaced
11:bb42abd9f510 12:cf77c218b0b1
       
     1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
       
     2 <!--
       
     3 	n.b. in current version, this is not a stable public API and might change in later versions;
       
     4 	now it server only as an internal interface between the daemon and the GUI application.
       
     5 	
       
     6 	generate C++ code from this XML:
       
     7 		d-bus/generate.sh adaptor
       
     8 		d-bus/generate.sh proxy
       
     9 -->
       
    10 <node name="/info/globalcode/mouse/cadMousePro">
       
    11 	<interface name="info.globalcode.mouse.cadMousePro">
       
    12 		
       
    13 		<property name="devicePresent" type="b" access="read"/>
       
    14 		<property name="deviceName" type="s" access="read"/>
       
    15 		
       
    16 		<method name="configure">
       
    17 			<arg name="liftOffDetection" type="b" direction="in"/>
       
    18 			<arg name="smartScrolling" type="b" direction="in"/>
       
    19 			<arg name="frequency" type="i" direction="in"/>
       
    20 		</method>
       
    21 		
       
    22 	</interface>
       
    23 </node>