~robertcarr/bamf/ignore-shell-windows

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/ayatana/bamf">
    <interface name="com.canonical.StatusNotifierApprover">
    <method name="ApproveItem">
      <arg name="id" type="s" direction="in"/>
      <arg name="category" type="s" direction="in"/>
      <arg name="pid" type="u" direction="in"/>
      <arg name="address" type="s" direction="in"/>
      <arg name="path" type="o" direction="in"/>
      <arg name="approved" type="b" direction="out"/>
    </method>
    <signal name="ReviseJudgement">
      <arg name="approved" type="b"/>
      <arg name="address" type="s"/>
      <arg name="path" type="o"/>
    </signal>
  </interface>
</node>