~mordred/gearmand/cancel-job

« back to all changes in this revision

Viewing changes to docs/man/gearman_worker_define_function.3

  • Committer: Brian Aker
  • Date: 2012-05-04 03:46:04 UTC
  • Revision ID: brian@tangent.org-20120504034604-5t22ae4v2o45zjkq
Update for libtest, documentation, and fix for root bzr dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "GEARMAN_WORKER_DEFINE_FUNCTION" "3" "April 17, 2012" "0.32" "Gearmand"
 
1
.TH "GEARMAN_WORKER_DEFINE_FUNCTION" "3" "May 03, 2012" "0.33" "Gearmand"
2
2
.SH NAME
3
3
gearman_worker_define_function \- Gearmand Documentation, http://gearman.info/
4
4
.
35
35
#include <libgearman/gearman.h>
36
36
.INDENT 0.0
37
37
.TP
38
 
.B gearman_return_t gearman_worker_define_function(gearman_worker_st\fI\ *worker\fP, const char\fI\ *function_name\fP, const size_t\fI\ function_name_length\fP, const gearman_function_t\fI\ function\fP, const uint32_t\fI\ timeout\fP, void\fI\ *context\fP)
 
38
.B gearman_function_t
 
39
.UNINDENT
 
40
.INDENT 0.0
 
41
.TP
 
42
.B gearman_return_t gearman_worker_define_function(gearman_worker_st\fI\ *worker\fP, const char\fI\ *function_name\fP, const size_t\fI\ function_name_length\fP, const \fI\%gearman_function_t\fP\fI\ function\fP, const uint32_t\fI\ timeout\fP, void\fI\ *context\fP)
39
43
.UNINDENT
40
44
.INDENT 0.0
41
45
.TP