12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- =================
- gearman_version()
- =================
- --------
- SYNOPSIS
- --------
- #include <libgearman/gearman.h>
- .. c:function:: const char *gearman_version(gearman_verbose_t verbose)
- Link with -lgearman
- -----------
- DESCRIPTION
- -----------
- Return the version of the library.
- ------------
- RETURN VALUE
- ------------
- A constant C style string. No deallocation is required.
- ----
- HOME
- ----
- To find out more information please check:
- `https://gearman.org/gearmand/ <https://gearman.org/gearmand/>`_
- --------
- SEE ALSO
- --------
- :manpage:`gearmand(8)` :manpage:`libgearman(3)`
|