~ci-train-bot/sni-qt/sni-qt-ubuntu-xenial-2488.1

« back to all changes in this revision

Viewing changes to src/org.kde.StatusNotifierItem.xml

  • Committer: Dmitry Shachnev
  • Date: 2015-06-29 17:59:15 UTC
  • mto: This revision was merged to the branch mainline in revision 99.
  • Revision ID: mitya57@ubuntu.com-20150629175915-4b0msmq389dmlcx8
Fix pixmap types in org.kde.StatusNotifierItem.xml

According to the spec, pixmap type is ARRAY(INT, INT, ARRAY BYTE).
This also matches our DBusImageList struct.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    <property name="IconName" type="s" access="read"/>
20
20
 
21
21
    <!--struct containing width, height and image data-->
22
 
    <property name="IconPixmap" type="(iiay)" access="read">
 
22
    <property name="IconPixmap" type="a(iiay)" access="read">
23
23
      <annotation name="com.trolltech.QtDBus.QtTypeName" value="DBusImageList"/>
24
24
    </property>
25
25
 
26
26
    <property name="OverlayIconName" type="s" access="read"/>
27
27
 
28
 
    <property name="OverlayIconPixmap" type="(iiay)" access="read">
 
28
    <property name="OverlayIconPixmap" type="a(iiay)" access="read">
29
29
      <annotation name="com.trolltech.QtDBus.QtTypeName" value="DBusImageList"/>
30
30
    </property>
31
31
 
34
34
    <property name="AttentionIconName" type="s" access="read"/>
35
35
 
36
36
    <!--same definition as image-->
37
 
    <property name="AttentionIconPixmap" type="(iiay)" access="read">
 
37
    <property name="AttentionIconPixmap" type="a(iiay)" access="read">
38
38
      <annotation name="com.trolltech.QtDBus.QtTypeName" value="DBusImageList"/>
39
39
    </property>
40
40
 
45
45
    <!-- tooltip data -->
46
46
 
47
47
    <!--(iiay) is an image-->
48
 
    <property name="ToolTip" type="(s(iiay)ss)" access="read">
 
48
    <property name="ToolTip" type="(sa(iiay)ss)" access="read">
49
49
      <annotation name="com.trolltech.QtDBus.QtTypeName" value="DBusToolTip"/>
50
50
    </property>
51
51