:description: D-Bus Binding for Ada
:sectanchors:
:source-highlighter: pygments
:stylesdir: css
:stylesheet: styles.css

include::../README[]

The following code connects to the D-Bus session bus, calls the
remote `org.freedesktop.DBus.ListNames` method and prints all the results:

[source,ada]
---------------------------------------------------------------------
include::../examples/caller/list_names.adb[]
---------------------------------------------------------------------
