| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8" ?> | 1 <?xml version="1.0" encoding="UTF-8" ?> |
| 2 <!-- COPYRIGHT HERE | 2 <!-- COPYRIGHT HERE |
| 3 dbus-binding-tool -mode=glib-server -prefix=cryptohome cryptohome.xml | 3 dbus-binding-tool -mode=glib-server -prefix=cryptohome cryptohome.xml |
| 4 > bindings/server.h | 4 > bindings/server.h |
| 5 --> | 5 --> |
| 6 <node name="/org/chromium/"> | 6 <node name="/org/chromium/"> |
| 7 <interface name="org.chromium.CryptohomeInterface"> | 7 <interface name="org.chromium.CryptohomeInterface"> |
| 8 <annotation name="org.freedesktop.DBus.GLib.CSymbol" | 8 <annotation name="org.freedesktop.DBus.GLib.CSymbol" |
| 9 value="cryptohome"/> | 9 value="cryptohome"/> |
| 10 <method name="IsMounted"> | 10 <method name="IsMounted"> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 <arg type="s" name="username" direction="in" /> | 40 <arg type="s" name="username" direction="in" /> |
| 41 <arg type="i" name="async_id" direction="out" /> | 41 <arg type="i" name="async_id" direction="out" /> |
| 42 </method> | 42 </method> |
| 43 <method name="GetSystemSalt"> | 43 <method name="GetSystemSalt"> |
| 44 <arg type="ay" name="salt" direction="out" /> | 44 <arg type="ay" name="salt" direction="out" /> |
| 45 </method> | 45 </method> |
| 46 <method name="Mount"> | 46 <method name="Mount"> |
| 47 <arg type="s" name="username" direction="in" /> | 47 <arg type="s" name="username" direction="in" /> |
| 48 <arg type="s" name="key" direction="in" /> | 48 <arg type="s" name="key" direction="in" /> |
| 49 <arg type="b" name="create_if_missing" direction="in" /> | 49 <arg type="b" name="create_if_missing" direction="in" /> |
| 50 <arg type="b" name="replace_tracked_subdirectories" direction="in" /> | 50 <arg type="b" name="deprecated_replace_tracked_subdirectories" direction="
in" /> |
| 51 <arg type="as" name="tracked_subdirectories" direction="in" /> | 51 <arg type="as" name="deprecated_tracked_subdirectories" direction="in" /> |
| 52 <arg type="i" name="error" direction="out" /> | 52 <arg type="i" name="error" direction="out" /> |
| 53 <arg type="b" name="done" direction="out" /> | 53 <arg type="b" name="done" direction="out" /> |
| 54 </method> | 54 </method> |
| 55 <method name="AsyncMount"> | 55 <method name="AsyncMount"> |
| 56 <arg type="s" name="username" direction="in" /> | 56 <arg type="s" name="username" direction="in" /> |
| 57 <arg type="s" name="key" direction="in" /> | 57 <arg type="s" name="key" direction="in" /> |
| 58 <arg type="b" name="create_if_missing" direction="in" /> | 58 <arg type="b" name="create_if_missing" direction="in" /> |
| 59 <arg type="b" name="replace_tracked_subdirectories" direction="in" /> | 59 <arg type="b" name="deprecated_replace_tracked_subdirectories" direction="
in" /> |
| 60 <arg type="as" name="tracked_subdirectories" direction="in" /> | 60 <arg type="as" name="deprecated_tracked_subdirectories" direction="in" /> |
| 61 <arg type="i" name="async_id" direction="out" /> | 61 <arg type="i" name="async_id" direction="out" /> |
| 62 </method> | 62 </method> |
| 63 <method name="MountGuest"> | 63 <method name="MountGuest"> |
| 64 <arg type="i" name="error" direction="out" /> | 64 <arg type="i" name="error" direction="out" /> |
| 65 <arg type="b" name="done" direction="out" /> | 65 <arg type="b" name="done" direction="out" /> |
| 66 </method> | 66 </method> |
| 67 <method name="AsyncMountGuest"> | 67 <method name="AsyncMountGuest"> |
| 68 <arg type="i" name="async_id" direction="out" /> | 68 <arg type="i" name="async_id" direction="out" /> |
| 69 </method> | 69 </method> |
| 70 <method name="Unmount"> | 70 <method name="Unmount"> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 <arg type="b" name="owned" /> | 103 <arg type="b" name="owned" /> |
| 104 <arg type="b" name="was_owned_this_boot" /> | 104 <arg type="b" name="was_owned_this_boot" /> |
| 105 </signal> | 105 </signal> |
| 106 <signal name="AsyncCallStatus"> | 106 <signal name="AsyncCallStatus"> |
| 107 <arg type="i" name="async_id" /> | 107 <arg type="i" name="async_id" /> |
| 108 <arg type="b" name="return_status" /> | 108 <arg type="b" name="return_status" /> |
| 109 <arg type="i" name="return_code" /> | 109 <arg type="i" name="return_code" /> |
| 110 </signal> | 110 </signal> |
| 111 </interface> | 111 </interface> |
| 112 </node> | 112 </node> |
| OLD | NEW |