~kaijanmaki/+junk/indicators-ng

« back to all changes in this revision

Viewing changes to zinc/dbus-interfaces/net.kaijanmaki.zinc.ServiceRegistry.xml

  • Committer: Antti Kaijanmäki
  • Date: 2015-09-21 20:43:11 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20150921204311-bnmu8s14n6ovobyu
foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
2
  "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
  
 
4
<node>
 
5
<interface name="net.kaijanmaki.zinc.ServiceRegistry">
 
6
    <property name="version" type="s" access="read"/>
 
7
    <property name="AvailableServices" type="a(s)" access="read"/>
 
8
    
 
9
    <method name="Register">
 
10
        <arg name="name" type="s" direction="in"/>
 
11
    </method>
 
12
</interfacce>
 
13
</node>
 
14
 
 
15