diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-21 14:09:55 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-21 14:09:55 +0000 |
| commit | 05ae28182cbcb380545b69e44795aeb46d39ebda (patch) | |
| tree | 473a779e974dc071378a8eb65c9c85fcdb6d89cb | |
| parent | 1b1847ccb11ffceac2cf46b97888d34fa6dd588b (diff) | |
| download | lasso-05ae28182cbcb380545b69e44795aeb46d39ebda.tar.gz lasso-05ae28182cbcb380545b69e44795aeb46d39ebda.tar.xz lasso-05ae28182cbcb380545b69e44795aeb46d39ebda.zip | |
documented new version check mode
| -rw-r--r-- | lasso/lasso.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lasso/lasso.h b/lasso/lasso.h index 60921b82..70d4cdd4 100644 --- a/lasso/lasso.h +++ b/lasso/lasso.h @@ -50,10 +50,11 @@ LASSO_EXPORT int lasso_shutdown(void); /** * LassoCheckVersionMode: - * @LASSO_CHECK_VERSION_EXACT: the version should match exactly. - * @LASSO_CHECK_VERSIONABI_COMPATIBLE: the version should be ABI compatible. + * @LASSO_CHECK_VERSION_EXACT: version should match exactly + * @LASSO_CHECK_VERSIONABI_COMPATIBLE: version should be ABI compatible + * @LASSO_CHECK_VERSION_NUMERIC: version should be at least that number * - * The lasso library version mode. + * Lasso library version check mode. */ typedef enum { LASSO_CHECK_VERSION_EXACT = 0, |
