~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/libdrizzle/types.rst

  • Committer: lbieber at stabletransit
  • Date: 2010-10-13 16:01:40 UTC
  • mfrom: (1836.3.1 more-docs)
  • mto: This revision was merged to the branch mainline in revision 1844.
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101013160140-vft253sh5ljmcl6n
Merge Monty - Moved libdrizzle api listings from doxygen to sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. highlightlang:: c
 
2
 
 
3
Types
 
4
-----
 
5
 
 
6
 
 
7
.. c:type:: drizzle_st
 
8
 
 
9
.. c:type:: drizzle_con_tcp_st
 
10
 
 
11
.. c:type:: drizzle_con_uds_st
 
12
 
 
13
.. c:type:: drizzle_con_st
 
14
 
 
15
.. c:type:: drizzle_query_st
 
16
 
 
17
.. c:type:: drizzle_result_st
 
18
 
 
19
.. c:type:: drizzle_column_st
 
20
 
 
21
.. c:type:: drizzle_field_t
 
22
 
 
23
.. c:type:: drizzle_row_t
 
24
 
 
25
.. c:type:: drizzle_charset_t
 
26
 
 
27
.. c:type:: drizzle_context_free_fn
 
28
 
 
29
.. c:type:: drizzle_log_fn
 
30
 
 
31
.. c:type:: drizzle_state_fn
 
32
 
 
33
.. c:type:: drizzle_con_context_free_fn
 
34
 
 
35
.. c:type:: drizzle_query_context_free_fn
 
36
 
 
37
.. c:type:: drizzle_event_watch_fn
 
38