Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utils: Clarify usage of version in bd_utils_check_util_version #1016

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/utils/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,10 @@ gint bd_utils_version_cmp (const gchar *ver_string1, const gchar *ver_string2, G
* info or %NULL if only version is printed by "$ @util @version_arg"
* @error: (out) (optional): place to store error (if any)
*
* Note: Both supplied @version and parsed result using @version_regexp must be in format
* `X[.Y[.Z[.Z2[.Z3...[-R]]]]]` where all components are natural numbers, see
* %bd_utils_version_cmp for details.
*
* Returns: whether the @util is available in a version >= @version or not
* (@error is set in such case).
*/
Expand Down
Loading