summaryrefslogtreecommitdiff
path: root/docs/reference/rest/rest-sections.txt
blob: cce34f6105d6af576396bbc7868e00df895692c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<SECTION>
<FILE>rest-xml-parser</FILE>
<TITLE>RestXmlParser</TITLE>
RestXmlParser
RestXmlNode
rest_xml_parser_new
rest_xml_parser_parse_from_data
rest_xml_node_ref
rest_xml_node_unref
rest_xml_node_get_attr
rest_xml_node_find
<SUBSECTION Standard>
REST_XML_PARSER
REST_IS_XML_PARSER
REST_TYPE_XML_PARSER
rest_xml_parser_get_type
REST_XML_PARSER_CLASS
REST_IS_XML_PARSER_CLASS
REST_XML_PARSER_GET_CLASS
REST_TYPE_XML_NODE
rest_xml_node_get_type
</SECTION>

<SECTION>
<FILE>rest-proxy-call</FILE>
<TITLE>RestProxyCall</TITLE>
RestProxyCall
REST_PROXY_CALL_ERROR
RestProxyCallError
rest_proxy_call_set_method
rest_proxy_call_get_method
rest_proxy_call_set_function
rest_proxy_call_add_header
rest_proxy_call_add_headers
rest_proxy_call_add_headers_from_valist
rest_proxy_call_lookup_header
rest_proxy_call_remove_header
rest_proxy_call_add_param
rest_proxy_call_add_params
rest_proxy_call_add_params_from_valist
rest_proxy_call_lookup_param
rest_proxy_call_remove_param
rest_proxy_call_get_params
rest_proxy_call_run
RestProxyCallAsyncCallback
rest_proxy_call_async
rest_proxy_call_cancel
rest_proxy_call_sync
rest_proxy_call_lookup_response_header
rest_proxy_call_get_response_headers
rest_proxy_call_get_payload_length
rest_proxy_call_get_payload
rest_proxy_call_get_status_code
rest_proxy_call_get_status_message
<SUBSECTION Standard>
RestProxyCallPrivate
REST_PROXY_CALL
REST_IS_PROXY_CALL
REST_TYPE_PROXY_CALL
rest_proxy_call_get_type
REST_PROXY_CALL_CLASS
REST_IS_PROXY_CALL_CLASS
REST_PROXY_CALL_GET_CLASS
rest_proxy_call_error_quark
</SECTION>

<SECTION>
<FILE>rest-proxy</FILE>
<TITLE>RestProxy</TITLE>
RestProxy
RestProxyClass
REST_PROXY_ERROR
RestProxyError
rest_proxy_new
rest_proxy_bind
rest_proxy_bind_valist
rest_proxy_set_user_agent
rest_proxy_get_user_agent
rest_proxy_new_call
rest_proxy_simple_run
rest_proxy_simple_run_valist
<SUBSECTION Standard>
REST_PROXY
REST_IS_PROXY
REST_TYPE_PROXY
rest_proxy_get_type
REST_PROXY_CLASS
REST_IS_PROXY_CLASS
REST_PROXY_GET_CLASS
rest_proxy_error_quark
</SECTION>

<SECTION>
<FILE>oauth-proxy-call</FILE>
<TITLE>OAuthProxyCall</TITLE>
OAuthProxyCall
oauth_proxy_call_parse_token_reponse
<SUBSECTION Standard>
OAuthProxyCallClass
OAUTH_PROXY_CALL
OAUTH_IS_PROXY_CALL
OAUTH_TYPE_PROXY_CALL
oauth_proxy_call_get_type
OAUTH_PROXY_CALL_CLASS
OAUTH_IS_PROXY_CALL_CLASS
OAUTH_PROXY_CALL_GET_CLASS
</SECTION>

<SECTION>
<FILE>oauth-proxy</FILE>
<TITLE>OAuthProxy</TITLE>
OAuthProxy
OAuthSignatureMethod
oauth_proxy_new
oauth_proxy_new_with_token
OAuthProxyAuthCallback
oauth_proxy_auth_step
oauth_proxy_auth_step_async
oauth_proxy_request_token
oauth_proxy_request_token_async
oauth_proxy_is_oauth10a
oauth_proxy_access_token
oauth_proxy_access_token_async
oauth_proxy_get_token
oauth_proxy_set_token
oauth_proxy_get_token_secret
oauth_proxy_set_token_secret
<SUBSECTION Standard>
OAuthProxyPrivate
OAuthProxyClass
OAUTH_PROXY
OAUTH_IS_PROXY
OAUTH_TYPE_PROXY
oauth_proxy_get_type
OAUTH_PROXY_CLASS
OAUTH_IS_PROXY_CLASS
OAUTH_PROXY_GET_CLASS
</SECTION>