Skip to content

Commit

Permalink
Fix DBus interface XML syntax
Browse files Browse the repository at this point in the history
Attribute values must be escaped.

Fixes #1865
  • Loading branch information
Vogtinator committed Feb 20, 2024
1 parent 896320c commit 08ff234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/interfaces/org.freedesktop.login1.Seat.xml
Expand Up @@ -17,7 +17,7 @@
<property name="CanGraphical" type="b" access="read">
</property>
<property name="Sessions" type="a(so)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QList<NamedSessionPath>"/>
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QList&lt;NamedSessionPath&gt;"/>
</property>
<property name="IdleHint" type="b" access="read">
</property>
Expand Down
2 changes: 1 addition & 1 deletion data/interfaces/org.freedesktop.login1.User.xml
Expand Up @@ -33,7 +33,7 @@
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
</property>
<property name="Sessions" type="a(so)" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QList<NamedSessionPath>"/>
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QList&lt;NamedSessionPath&gt;"/>
</property>
<property name="IdleHint" type="b" access="read">
</property>
Expand Down

0 comments on commit 08ff234

Please sign in to comment.