gearman_string_t - Gearmand Documentation, http://gearman.info/
Contents
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
1.1.21+ds Jul 31, 2025 GEARMAN_STRING_T(3)
Description
The gearman_string_t is a simple type representing a "string". Once created gearman_string_t are not
mutable once created. They only point to the strings that define them and require no deallocation.
Name
gearman_string_t - Gearmand Documentation, http://gearman.info/See Also
gearmand(8)libgearman(3)
Synopsis
#include <libgearman/gearman.h>
typegearman_string_tsize_tgearman_size(gearman_string_t)constchar*gearman_c_str(gearman_string_t)
Compile and link with -lgearman
