Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
notification: improve example documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
waht committed Apr 6, 2018
1 parent 52fcfe5 commit 8d41195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libs/notification/example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Example Applications for Notifications

This folder contains two example notifications:
This folder contains example notifications which demonstrate how
notifications and the I/O binding API are used in applications:

- example_notification: Repeatedly calls kdbGet, does not require transport plugins
- example_notification_async: Uses asynchronous I/O. Requires transport plugins
Expand All @@ -25,4 +26,4 @@ Usage:

Make sure that the required transport plugins are mounted (e.g. for D-Bus):

> kdb global-mount dbus dbusrecv
> kdb global-mount dbus announce=once dbusrecv

0 comments on commit 8d41195

Please sign in to comment.