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

Commit

Permalink
notification: clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
waht committed Apr 6, 2018
1 parent 9649558 commit f2b03c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/kdbioprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ typedef struct _ElektraIoInterface
/**
* Free memory used by I/O binding.
*
* All added file descriptors and timers have to be removed before calling this function.
* All added operations have to be removed before calling this function.
*
* @param binding I/O binding
* @return 0 on success, any other value on error
Expand Down
2 changes: 2 additions & 0 deletions src/include/kdbnotification.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ int elektraNotificationClose (KDB * kdb);
* @ingroup kdbnotification
* @brief Subscribe for automatic updates to a given variable when the given key value is changed.
*
* On kdbGet iff the key is present and its content is valid, the registered variable is updated.
*
* @param handle plugin handle
* @param key key to watch for changes
* @param variable variable
Expand Down

0 comments on commit f2b03c8

Please sign in to comment.