Warning, /frameworks/kirigami/src/libkirigami/org.kde.KWin.VirtualKeyboard.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.kwin.VirtualKeyboard">
0004     <property name="available" type="b" access="read"/>
0005     <property name="enabled" type="b" access="readwrite"/>
0006     <property name="active" type="b" access="readwrite"/>
0007     <property name="visible" type="b" access="read"/>
0008 
0009     <method name="willShowOnActive">
0010       <arg name="show" type="b" direction="out"/>
0011     </method>
0012 
0013     <signal name="enabledChanged">
0014     </signal>
0015     <signal name="activeChanged">
0016     </signal>
0017     <signal name="visibleChanged">
0018     </signal>
0019     <signal name="availableChanged">
0020     </signal>
0021   </interface>
0022   <interface name="org.freedesktop.DBus.Properties">
0023     <method name="Get">
0024       <arg name="interface_name" type="s" direction="in"/>
0025       <arg name="property_name" type="s" direction="in"/>
0026       <arg name="value" type="v" direction="out"/>
0027     </method>
0028     <method name="Set">
0029       <arg name="interface_name" type="s" direction="in"/>
0030       <arg name="property_name" type="s" direction="in"/>
0031       <arg name="value" type="v" direction="in"/>
0032     </method>
0033     <method name="GetAll">
0034       <arg name="interface_name" type="s" direction="in"/>
0035       <arg name="values" type="a{sv}" direction="out"/>
0036       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
0037     </method>
0038     <signal name="PropertiesChanged">
0039       <arg name="interface_name" type="s" direction="out"/>
0040       <arg name="changed_properties" type="a{sv}" direction="out"/>
0041       <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
0042       <arg name="invalidated_properties" type="as" direction="out"/>
0043     </signal>
0044   </interface>
0045 </node>