Changeset 25878 in project for wiki/eggref/4/dbus
- Timestamp:
- 02/08/12 12:17:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/dbus
r25877 r25878 105 105 === Exported functions 106 106 107 <procedure>(dbus:make-context dbus:make-context#!key (bus dbus:session-bus) service interface (path "/"))</procedure>107 <procedure>(dbus:make-context #!key (bus dbus:session-bus) service interface (path "/"))</procedure> 108 108 109 109 Glom together a bus, service, interface and path into an object that … … 157 157 158 158 Enable or disable the polling thread for a particular bus, and set the 159 polling interval in seconds 159 polling interval in seconds. 160 160 161 161 … … 171 171 <procedure>(dbus:discover-services #!key (bus dbus:session-bus))</procedure> 172 172 173 Get a list of service names available on a bus 174 175 176 <procedure>(dbus:discover-api-xml c txt)</procedure>173 Get a list of service names available on a bus. 174 175 176 <procedure>(dbus:discover-api-xml context)</procedure> 177 177 178 178 Get the XML API "documentation" provided by the Introspectable 179 interface of a service, if that interface is implemented 179 interface of a service, if that interface is implemented. 180 180 181 181
Note: See TracChangeset
for help on using the changeset viewer.