File: usd-sharing-manager.xml

package info (click to toggle)
ukui-settings-daemon 4.0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,324 kB
  • sloc: cpp: 39,120; ansic: 3,240; xml: 1,570; sh: 88; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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.ukui.SettingsDaemon.Sharing">
    <signal name="serviceChange">
      <arg name="state" type="s" direction="out"/>
      <arg name="serviceName" type="s" direction="out"/>
    </signal>
    <method name="EnableService">
      <arg name="serviceName" type="s" direction="in"/>
    </method>
    <method name="DisableService">
      <arg name="serviceName" type="s" direction="in"/>
    </method>
  </interface>
</node>