~mordred/gearmand/cancel-job

« back to all changes in this revision

Viewing changes to docs/libgearman/types.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:
 
1
================
 
2
Required C types
 
3
================
 
4
 
 
5
.. highlightlang:: c
 
6
 
 
7
Types
 
8
-----
 
9
  
 
10
C Types Used
 
11
------------
 
12
  
 
13
.. c:type:: bool
 
14
 
 
15
.. c:type:: uint32_t
 
16
 
 
17
.. c:type:: int64_t
 
18
 
 
19
.. c:type:: uint64_t
 
20
 
 
21
.. c:type:: in_port_t
 
22
 
 
23
.. c:type:: size_t
 
24
 
 
25
.. c:type:: time_t
 
26
 
 
27
.. c:type:: struct timespec
 
28
 
 
29
.. c:type:: sasl_callback_t