Advertisement
Guest User

Untitled

a guest
May 14th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. [Timur@Timur-Zenbook complex]$ gdbus introspect --session --dest org.gnome.SettingsDaemon.Rfkill --object-path /org/gnome/SettingsDaemon/Rfkill
  2. node /org/gnome/SettingsDaemon/Rfkill {
  3. interface org.freedesktop.DBus.Properties {
  4. methods:
  5. Get(in s interface_name,
  6. in s property_name,
  7. out v value);
  8. GetAll(in s interface_name,
  9. out a{sv} properties);
  10. Set(in s interface_name,
  11. in s property_name,
  12. in v value);
  13. signals:
  14. PropertiesChanged(s interface_name,
  15. a{sv} changed_properties,
  16. as invalidated_properties);
  17. properties:
  18. };
  19. interface org.freedesktop.DBus.Introspectable {
  20. methods:
  21. Introspect(out s xml_data);
  22. signals:
  23. properties:
  24. };
  25. interface org.freedesktop.DBus.Peer {
  26. methods:
  27. Ping();
  28. GetMachineId(out s machine_uuid);
  29. signals:
  30. properties:
  31. };
  32. @org.freedesktop.DBus.GLib.CSymbol("gsd_rfkill_manager")
  33. interface org.gnome.SettingsDaemon.Rfkill {
  34. methods:
  35. signals:
  36. properties:
  37. readwrite b AirplaneMode = false;
  38. readonly b HardwareAirplaneMode = false;
  39. readonly b HasAirplaneMode = true;
  40. readonly b ShouldShowAirplaneMode = true;
  41. readwrite b BluetoothAirplaneMode = true;
  42. readonly b BluetoothHardwareAirplaneMode = false;
  43. readonly b BluetoothHasAirplaneMode = true;
  44. };
  45. };
  46. [Timur@Timur-Zenbook complex]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement