Warning, /education/kstars/kstars/org.kde.kstars.INDI.Weather.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003     <interface name="org.kde.kstars.INDI.Weather">
0004         <property name="name" type="s" access="read"/>
0005         <property name="connected" type="b" access="read"/>
0006         <property name="data" type="s" access="read"/>
0007         <property name="refreshPeriod" type="i" access="read"/>
0008         <property name="status" type="i" access="read">
0009             <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::Weather::Status"/>
0010         </property>
0011 
0012         <method name="Connect">
0013             <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0014         </method>
0015         <method name="Disconnect">
0016             <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0017         </method>
0018         <signal name="Connected"/>
0019         <signal name="Disconnected"/>
0020         <signal name="ready"/>
0021         <signal name="newStatus">
0022             <arg name="status" type="(i)" direction="out"/>
0023             <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::Weather::Status"/>
0024             <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::Weather::Status"/>
0025         </signal>
0026     </interface>
0027 </node>