mirror of https://github.com/cutefishos/core
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 | 
						|
<node>
 | 
						|
  <interface name="org.kde.StatusNotifierWatcher">
 | 
						|
 | 
						|
    <!-- methods -->
 | 
						|
    <method name="RegisterStatusNotifierItem">
 | 
						|
       <arg name="service" type="s" direction="in"/>
 | 
						|
    </method>
 | 
						|
 | 
						|
    <method name="RegisterStatusNotifierHost">
 | 
						|
       <arg name="service" type="s" direction="in"/>
 | 
						|
    </method>
 | 
						|
 | 
						|
 | 
						|
    <!-- properties -->
 | 
						|
 | 
						|
    <property name="RegisteredStatusNotifierItems" type="as" access="read">
 | 
						|
       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QStringList"/>
 | 
						|
    </property>
 | 
						|
 | 
						|
    <property name="IsStatusNotifierHostRegistered" type="b" access="read"/>
 | 
						|
 | 
						|
    <property name="ProtocolVersion" type="i" access="read"/>
 | 
						|
 | 
						|
 | 
						|
    <!-- signals -->
 | 
						|
 | 
						|
    <signal name="StatusNotifierItemRegistered">
 | 
						|
        <arg type="s"/>
 | 
						|
    </signal>
 | 
						|
 | 
						|
    <signal name="StatusNotifierItemUnregistered">
 | 
						|
        <arg type="s"/>
 | 
						|
    </signal>
 | 
						|
 | 
						|
    <signal name="StatusNotifierHostRegistered">
 | 
						|
    </signal>
 | 
						|
 | 
						|
    <signal name="StatusNotifierHostUnregistered">
 | 
						|
    </signal>
 | 
						|
  </interface>
 | 
						|
</node>
 |