From 60d67683bd224dc7b8400c64e7f697f406c019b9 Mon Sep 17 00:00:00 2001 From: Maximilian Irlinger Date: Mon, 9 Jan 2023 17:36:07 +0100 Subject: [PATCH] doc: add hooks to user glossary --- doc/contrib/contrib-glossary.md | 3 --- doc/help/elektra-glossary.md | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/contrib/contrib-glossary.md b/doc/contrib/contrib-glossary.md index 854f2069205..83718c9d004 100644 --- a/doc/contrib/contrib-glossary.md +++ b/doc/contrib/contrib-glossary.md @@ -1,7 +1,4 @@ # Contributor's glossary of Elektra -- **Hooks**: - central points in the KDB lifecycle, where specialized plugins are called - - **Change Tracking**: mechanism to detect changes that were made to keys in between `kdbGet` and `kdbSet` calls diff --git a/doc/help/elektra-glossary.md b/doc/help/elektra-glossary.md index 8c7765f07ff..48baacd46ce 100644 --- a/doc/help/elektra-glossary.md +++ b/doc/help/elektra-glossary.md @@ -59,6 +59,10 @@ A library may implement several classes. E.g., `KDB`, `Key` and `KeySet` are the most important classes. +- **Hooks**: + Central points in the KDB lifecycle, where specialized plugins are called. + Can be used for notification and other purposes. + ## Technical Concepts - [Backends](elektra-backends.md):