Last change
on this file since 25880 was
25880,
checked in by ecloud, 9 years ago
|
Added support for dict and variant and a connman introspection example.
Not sure if the variant support is quite right, because what's inside
is often unsupported.
|
File size:
698 bytes
|
Line | |
---|
1 | ;;; dbus.meta -*- Scheme -*- |
---|
2 | |
---|
3 | ((synopsis "A binding for libdbus, the IPC mechanism") |
---|
4 | (category os) |
---|
5 | (license "MIT") |
---|
6 | ;(depends easyffi protobj matchable miscmacros foreigners) |
---|
7 | (depends easyffi matchable miscmacros foreigners) |
---|
8 | (doc-from-wiki) |
---|
9 | (author "Shawn Rutledge") |
---|
10 | (files "dbus.meta" "dbus.release-info" "doc/api.txt" "examples/send-car-turn.scm" "examples/receive-car-turn.scm" "examples/introspect-phonekit.scm" "examples/send-signal.scm" "examples/send-example-query.scm" "examples/introspect-services.scm" "examples/listen-example.scm" "examples/receive-signal.scm" "examples/introspect-hal.scm" "examples/introspect-avahi.scm" "examples/paranoid-android.scm" "dbus.setup" "dbus.scm")) |
---|
Note: See
TracBrowser
for help on using the repository browser.