summaryrefslogtreecommitdiff
path: root/lib/bemenu.h
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-04-12 22:12:44 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2014-04-12 22:12:44 +0300
commit06972a357983a4686dc37a2aa5a8b0bfd2dd4e7e (patch)
treef7bf0ed9b43250b5560e684cde5efd82ac0841e9 /lib/bemenu.h
parent01ff5f48edde73364d8f4b11f4f5480c8cc86789 (diff)
downloadbemenu-06972a357983a4686dc37a2aa5a8b0bfd2dd4e7e.tar.gz
bemenu-06972a357983a4686dc37a2aa5a8b0bfd2dd4e7e.tar.bz2
bemenu-06972a357983a4686dc37a2aa5a8b0bfd2dd4e7e.zip
CLI interface, aka option parsing.
Diffstat (limited to 'lib/bemenu.h')
-rw-r--r--lib/bemenu.h21
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
* @{ */