Move some source files.

[GB.DBUS]
* NEW: Move some source files.
This commit is contained in:
gambas 2021-04-03 13:10:21 +02:00
parent d387324bb6
commit 380d5a0f0e
7 changed files with 3 additions and 1 deletions

View file

@ -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