diff options
Diffstat (limited to 'lib/bemenu.h')
-rw-r--r-- | lib/bemenu.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/bemenu.h b/lib/bemenu.h index 37c7d1e..ebafffa 100644 --- a/lib/bemenu.h +++ b/lib/bemenu.h @@ -22,6 +22,27 @@ typedef struct _bmItem bmItem; */ /** + * @addtogroub Library + * @{ */ + +/** + * @name Library Version + * @{ */ + +/** + * Get version of the library in 'major.minor.patch' format. + * + * @see @link http://semver.org/ Semantic Versioning @endlink + * + * @return Null terminated C "string" to version string. + */ +const char* bmVersion(void); + +/** @} Library Version */ + +/** @} Library */ + +/** * @addtogroup Menu * @{ */ |