Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2010
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.82 KB | None | 0 0
  1. <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  2. <!--
  3. http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format
  4. http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-signatures
  5. -->
  6. <node name="/">
  7.     <interface name="org.maskwa.PowerviewApplicationPresence">
  8.    
  9.         <method name="GetApplicationIdentifier">
  10.             <arg type="s" name="OUT_aid" direction="out" />
  11.         </method>
  12.         <signal name="ApplicationIdentifierChanged">
  13.             <arg type="s" name="new_aid" />
  14.         </signal>
  15.        
  16.         <method name="GetDisplayName">
  17.             <arg type="s" name="OUT_display_name" direction="out" />
  18.         </method>
  19.         <signal name="DisplayNameChanged">
  20.             <arg type="s" name="new_display_name" />
  21.         </signal>
  22.     </interface>
  23. </node>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement