Move some source files.
[GB.DBUS] * NEW: Move some source files.
This commit is contained in:
parent
d387324bb6
commit
380d5a0f0e
7 changed files with 3 additions and 1 deletions
|
@ -419,7 +419,9 @@ Public Sub _Introspect() As String
|
|||
|
||||
Case Class.Property
|
||||
|
||||
sDesc &= " <property name=\"" & sSymbol & "\" type=\"" & sType & "\" access=\"" & If(bReadOnly, "read", "readwrite") & "\"/>\n"
|
||||
sDesc &= " <property name=\"" & sSymbol & "\" type=\"" & sType & "\" access=\"" & If(bReadOnly, "read", "readwrite") & "\">\n"
|
||||
'sDesc &= " <annotation name=\"org.freedesktop.DBus.Property.EmitsChangedSignal\" value=\"false\"/>"
|
||||
sDesc &= " </property>"
|
||||
|
||||
End Select
|
||||
|
||||
|
|
Loading…
Reference in a new issue