forked from linuxdeepin/qt5platform-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.deepin.im.xml
23 lines (23 loc) · 960 Bytes
/
com.deepin.im.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="com.deepin.im">
<property name="geometry" type="(iiii)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QRect"/>
</property>
<property name="imActive" type="b" access="readwrite"/>
<property name="imSignalLock" type="b" access="readwrite"/>
<signal name="geometryChanged">
<arg name="rect" type="(iiii)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QRect"/>
</signal>
<signal name="imActiveChanged">
<arg name="is" type="b" direction="out"/>
</signal>
<signal name="imSignalLockChanged">
<arg name="is" type="b" direction="out"/>
</signal>
<method name="setKeyboardHeight">
<arg name="h" type="i" direction="in"/>
</method>
</interface>
</node>