gearman_string_t.rst 657 B

12345678910111213141516171819202122232425262728293031323334
  1. ==========================
  2. Strings (gearman_string_t)
  3. ==========================
  4. --------
  5. SYNOPSIS
  6. --------
  7. #include <libgearman/gearman.h>
  8. .. c:type:: gearman_string_t
  9. .. c:macro:: size_t gearman_size(gearman_string_t)
  10. .. c:macro:: const char *gearman_c_str(gearman_string_t)
  11. Compile and link with -lgearman
  12. -----------
  13. DESCRIPTION
  14. -----------
  15. The :c:type:`gearman_string_t` is a simple type representing a "string".
  16. Once created :c:type:`gearman_string_t` are not mutable once created. They
  17. only point to the strings that define them and require no deallocation.
  18. --------
  19. SEE ALSO
  20. --------
  21. :manpage:`gearmand(8)` :manpage:`libgearman(3)`