gearman_version.rst 586 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. =================
  2. gearman_version()
  3. =================
  4. --------
  5. SYNOPSIS
  6. --------
  7. #include <libgearman/gearman.h>
  8. .. c:function:: const char *gearman_version(gearman_verbose_t verbose)
  9. Link with -lgearman
  10. -----------
  11. DESCRIPTION
  12. -----------
  13. Return the version of the library.
  14. ------------
  15. RETURN VALUE
  16. ------------
  17. A constant C style string. No deallocation is required.
  18. ----
  19. HOME
  20. ----
  21. To find out more information please check:
  22. `https://gearman.org/gearmand/ <https://gearman.org/gearmand/>`_
  23. --------
  24. SEE ALSO
  25. --------
  26. :manpage:`gearmand(8)` :manpage:`libgearman(3)`