Codebase list gnome-shell-extension-appindicator / debian/23-2 interfaces-xml / Properties.xml
debian/23-2

Tree @debian/23-2 (Download .tar.gz)

Properties.xml @debian/23-2raw · history · blame

<interface name="org.freedesktop.DBus.Properties">
    <method name="Get">
        <arg type="s" direction="in" />
        <arg type="s" direction="in" />
        <arg type="v" direction="out" />
    </method>
    <method name="GetAll">
        <arg type="s" direction="in" />
        <arg type="a{sv}" direction="out" />
    </method>
    <signal name="PropertiesChanged">
        <arg type="s" direction="out" />
        <arg type="a{sv}" direction="out" />
        <arg type="as" direction="out" />
    </signal>
</interface>