~mordred/gearmand/cancel-job

« back to all changes in this revision

Viewing changes to docs/libgearman/gearman_worker_options.rst

  • 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:
9
9
 
10
10
#include <libgearman/gearman.h>
11
11
 
12
 
.. c:type: gearman_worker_options_t
 
12
.. c:type:: gearman_worker_options_t
13
13
 
14
14
.. c:function:: gearman_worker_options_t gearman_worker_options(const gearman_worker_st *worker)
15
15
 
26
26
DESCRIPTION
27
27
-----------
28
28
 
29
 
:c:func:`gearman_worker_options()` returns the :c:type:`gearman_worker_options_t` for :c:type:`gearman_worker_st`. You enable options via :c:func:`gearman_worker_add_options()` and disable options via :c:func:`gearman_worker_remove_options()`.  
 
29
:c:func:`gearman_worker_options` returns the :c:type:`gearman_worker_options_t` for :c:type:`gearman_worker_st`. You enable options via :c:func:`gearman_worker_add_options` and disable options via :c:func:`gearman_worker_remove_options`.  
30
30
 
31
31
 
32
32