Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16276200B3C for ; Wed, 13 Jul 2016 11:45:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 14CCC160A6E; Wed, 13 Jul 2016 09:45:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E29DB160A57 for ; Wed, 13 Jul 2016 11:45:47 +0200 (CEST) Received: (qmail 47823 invoked by uid 500); 13 Jul 2016 09:45:41 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 46428 invoked by uid 99); 13 Jul 2016 09:45:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 09:45:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 22433E04D9; Wed, 13 Jul 2016 09:45:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jross@apache.org To: commits@qpid.apache.org Date: Wed, 13 Jul 2016 09:46:25 -0000 Message-Id: <254eb19f489f4ab59bbb7c0d4983fc8d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [47/51] [partial] qpid-site git commit: QPID-7350: Restore some missing 0.13.0 examples and the tutorial; avoid some accidental exposure of example classes in API ref archived-at: Wed, 13 Jul 2016 09:45:50 -0000 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/59433afd/content/releases/qpid-proton-0.13.0/proton/c/api/delivery_8h_source.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.13.0/proton/c/api/delivery_8h_source.html b/content/releases/qpid-proton-0.13.0/proton/c/api/delivery_8h_source.html index 3bf010c..dfa5fc1 100755 --- a/content/releases/qpid-proton-0.13.0/proton/c/api/delivery_8h_source.html +++ b/content/releases/qpid-proton-0.13.0/proton/c/api/delivery_8h_source.html @@ -3,7 +3,7 @@ - + Qpid Proton C API: proton/delivery.h Source File @@ -55,7 +55,7 @@ - + @@ -93,97 +93,7 @@ $(document).ready(function(){initNavTree('delivery_8h_source.html','');});
delivery.h
-Go to the documentation of this file.
1 #ifndef PROTON_DELIVERY_H
-
2 #define PROTON_DELIVERY_H 1
-
3 
-
4 /*
-
5  *
-
6  * Licensed to the Apache Software Foundation (ASF) under one
-
7  * or more contributor license agreements. See the NOTICE file
-
8  * distributed with this work for additional information
-
9  * regarding copyright ownership. The ASF licenses this file
-
10  * to you under the Apache License, Version 2.0 (the
-
11  * "License"); you may not use this file except in compliance
-
12  * with the License. You may obtain a copy of the License at
-
13  *
-
14  * http://www.apache.org/licenses/LICENSE-2.0
-
15  *
-
16  * Unless required by applicable law or agreed to in writing,
-
17  * software distributed under the License is distributed on an
-
18  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-
19  * KIND, either express or implied. See the License for the
-
20  * specific language governing permissions and limitations
-
21  * under the License.
-
22  *
-
23  */
-
24 
-
25 #include <proton/import_export.h>
-
26 #include <proton/disposition.h>
-
27 #include <proton/type_compat.h>
-
28 #include <stddef.h>
-
29 
-
30 #ifdef __cplusplus
-
31 extern "C" {
-
32 #endif
-
33 
- -
48 
-
56 PN_EXTERN pn_delivery_tag_t pn_dtag(const char *bytes, size_t size);
-
57 
-
69 PN_EXTERN pn_delivery_t *pn_delivery(pn_link_t *link, pn_delivery_tag_t tag);
-
70 
-
81 PN_EXTERN void *pn_delivery_get_context(pn_delivery_t *delivery);
-
82 
-
93 PN_EXTERN void pn_delivery_set_context(pn_delivery_t *delivery, void *context);
-
94 
-
101 PN_EXTERN pn_record_t *pn_delivery_attachments(pn_delivery_t *delivery);
-
102 
-
109 PN_EXTERN pn_delivery_tag_t pn_delivery_tag(pn_delivery_t *delivery);
-
110 
-
117 PN_EXTERN pn_link_t *pn_delivery_link(pn_delivery_t *delivery);
-
118 
-
128 PN_EXTERN pn_disposition_t *pn_delivery_local(pn_delivery_t *delivery);
-
129 
-
136 PN_EXTERN uint64_t pn_delivery_local_state(pn_delivery_t *delivery);
-
137 
- -
148 
-
155 PN_EXTERN uint64_t pn_delivery_remote_state(pn_delivery_t *delivery);
-
156 
-
163 PN_EXTERN bool pn_delivery_settled(pn_delivery_t *delivery);
-
164 
-
171 PN_EXTERN size_t pn_delivery_pending(pn_delivery_t *delivery);
-
172 
-
179 PN_EXTERN bool pn_delivery_partial(pn_delivery_t *delivery);
-
180 
-
190 PN_EXTERN bool pn_delivery_writable(pn_delivery_t *delivery);
-
191 
-
201 PN_EXTERN bool pn_delivery_readable(pn_delivery_t *delivery);
-
202 
-
213 PN_EXTERN bool pn_delivery_updated(pn_delivery_t *delivery);
-
214 
-
224 PN_EXTERN void pn_delivery_update(pn_delivery_t *delivery, uint64_t state);
-
225 
-
233 PN_EXTERN void pn_delivery_clear(pn_delivery_t *delivery);
-
234 
-
241 PN_EXTERN bool pn_delivery_current(pn_delivery_t *delivery);
-
242 
-
253 PN_EXTERN void pn_delivery_settle(pn_delivery_t *delivery);
-
254 
-
260 PN_EXTERN void pn_delivery_dump(pn_delivery_t *delivery);
-
261 
-
274 PN_EXTERN bool pn_delivery_buffered(pn_delivery_t *delivery);
-
275 
-
292 PN_EXTERN pn_delivery_t *pn_work_head(pn_connection_t *connection);
-
293 
-
303 PN_EXTERN pn_delivery_t *pn_work_next(pn_delivery_t *delivery);
-
304 
-
308 #ifdef __cplusplus
-
309 }
-
310 #endif
-
311 
-
312 #endif /* delivery.h */
-
PN_EXTERN bool pn_delivery_buffered(pn_delivery_t *delivery)
+Go to the documentation of this file.
1 #ifndef PROTON_DELIVERY_H
2 #define PROTON_DELIVERY_H 1
3 
4 /*
5  *
6  * Licensed to the Apache Software Foundation (ASF) under one
7  * or more contributor license agreements. See the NOTICE file
8  * distributed with this work for additional information
9  * regarding copyright ownership. The ASF licenses this file
10  * to you under the Apache License, Version 2.0 (the
11  * "License"); you may not use this file except in compliance
12  * with the License. You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing,
17  * software distributed under the License is distributed on an
18  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19  * KIND, either express or implied. See the License for the
20  * specific language governing permissions and limitations
21  * under the License.
22  *
23  */
24 
25 #include <proton/import_export.h>
26 #include <proton/disposition.h>
27 #include <proton/type_compat.h>
28 #include <stddef.h>
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
48 
56 PN_EXTERN pn_delivery_tag_t pn_dtag(const char *bytes, size_t size);
57 
69 PN_EXTERN pn_delivery_t *pn_delivery(pn_link_t *link, pn_delivery_tag_t tag);
70 
81 PN_EXTERN void *pn_delivery_get_context(pn_delivery_t *delivery);
82 
93 PN_EXTERN void pn_delivery_set_context(pn_de livery_t *delivery, void *context);
94 
101 PN_EXTERN pn_record_t *pn_delivery_attachments(pn_delivery_t *delivery);
102 
109 PN_EXTERN pn_delivery_tag_t pn_delivery_tag(pn_delivery_t *delivery);
110 
117 PN_EXTERN pn_link_t *pn_delivery_link(pn_delivery_t *delivery);
118 
128 PN_EXTERN pn_disposition_t *pn_delivery_local(pn_delivery_t *delivery);
129 
136 PN_EXTERN uint64_t pn_delivery_local_state(pn_delivery_t *delivery);
137 
148 
155 PN_EXTERN uint64_t pn_delivery_remote_state(pn_delivery_t *delivery);
156 
163 PN_EXTERN bool pn_delivery_settled(pn_delivery_t *delivery);
164 
171 PN_EXTERN size_t pn_delivery_pending(pn_delivery_t *delivery);
172 
179 PN_EXTERN bool pn_delivery_partial(pn_delivery_t *delivery);
180 
190 PN_EXTERN bool pn_delivery_writable(pn_delivery_t *delivery);
191 
201 PN_EXTERN bool pn_delivery_readable(pn_delivery_t *delivery);
202 
213 PN_EXTERN bool pn_delivery_updated(pn_delivery_t *delivery);
214 
224 PN_EXTERN void pn_delivery_update(pn_delivery_t *delivery, uint64_t state);
225 
233 PN_EXTERN void pn_delivery_clear(pn_delivery_t *delivery);
234 
241 PN_EXTERN bool pn_delivery_current(pn_ delivery_t *delivery);
242 
253 PN_EXTERN void pn_delivery_settle(pn_delivery_t *delivery);
254 
260 PN_EXTERN void pn_delivery_dump(pn_delivery_t *delivery);
261 
274 PN_EXTERN bool pn_delivery_buffered(pn_delivery_t *delivery);
275 
292 PN_EXTERN pn_delivery_t *pn_work_head(pn_connection_t *connection);
293 
303 PN_EXTERN pn_delivery_t *pn_work_next(pn_delivery_t *delivery);
304 
308 #ifdef __cplusplus
309 }
310 #endif
311 
312 #endif /* delivery.h */
PN_EXTERN bool pn_delivery_buffered(pn_delivery_t *delivery)
PN_EXTERN pn_delivery_tag_t pn_dtag(const char *bytes, size_t size)
PN_EXTERN void pn_delivery_clear(pn_delivery_t *delivery)
@@ -223,7 +133,7 @@ $(document).ready(function(){initNavTree('delivery_8h_source.html','');}); + doxygen 1.8.11
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/59433afd/content/releases/qpid-proton-0.13.0/proton/c/api/deprecated.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.13.0/proton/c/api/deprecated.html b/content/releases/qpid-proton-0.13.0/proton/c/api/deprecated.html index e0f628f..30f0e22 100755 --- a/content/releases/qpid-proton-0.13.0/proton/c/api/deprecated.html +++ b/content/releases/qpid-proton-0.13.0/proton/c/api/deprecated.html @@ -3,7 +3,7 @@ - + Qpid Proton C API: Deprecated List @@ -55,7 +55,7 @@
- + @@ -94,31 +94,31 @@ $(document).ready(function(){initNavTree('deprecated.html','');});
-
globalScope> Member pn_connection_get_context (pn_connection_t *connection)
+
Member pn_connection_get_context (pn_connection_t *connection)
Get the application context that is associated with a connection object.
-
globalScope> Member pn_connection_set_context (pn_connection_t *connection, void *context)
+
Member pn_connection_set_context (pn_connection_t *connection, void *context)
Set a new application context for a connection object.
-
globalScope> Member pn_delivery_get_context (pn_delivery_t *delivery)
+
Member pn_delivery_get_context (pn_delivery_t *delivery)
Get the application context that is associated with a delivery object.
-
globalScope> Member pn_delivery_set_context (pn_delivery_t *delivery, void *context)
+
Member pn_delivery_set_context (pn_delivery_t *delivery, void *context)
Set a new application context for a delivery object.
-
globalScope> Member pn_link_get_context (pn_link_t *link)
+
Member pn_link_get_context (pn_link_t *link)
Get the application context that is associated with a link object.
-
globalScope> Member pn_link_set_context (pn_link_t *link, void *context)
+
Member pn_link_set_context (pn_link_t *link, void *context)
Set a new application context for a link object.
-
globalScope> Member pn_reactor_connection (pn_reactor_t *reactor, pn_handler_t *handler)
+
Member pn_reactor_connection (pn_reactor_t *reactor, pn_handler_t *handler)
Use pn_reactor_connection_to_host() instead.
-
globalScope> Member pn_session_get_context (pn_session_t *session)
+
Member pn_session_get_context (pn_session_t *session)
Get the application context that is associated with a session object.
-
globalScope> Member pn_session_set_context (pn_session_t *session, void *context)
+
Member pn_session_set_context (pn_session_t *session, void *context)
Set a new application context for a session object.
-
globalScope> Member pn_transport_error (pn_transport_t *transport)
+
Member pn_transport_error (pn_transport_t *transport)
-
globalScope> Member pn_transport_input (pn_transport_t *transport, const char *bytes, size_t available)
+
Member pn_transport_input (pn_transport_t *transport, const char *bytes, size_t available)
-
globalScope> Member pn_transport_output (pn_transport_t *transport, char *bytes, size_t size)
+
Member pn_transport_output (pn_transport_t *transport, char *bytes, size_t size)
-
globalScope> Member pn_transport_set_context (pn_transport_t *transport, void *context)
+
Member pn_transport_set_context (pn_transport_t *transport, void *context)
Set a new application context for a transport object.
@@ -128,7 +128,7 @@ $(document).ready(function(){initNavTree('deprecated.html','');});
    + doxygen 1.8.11
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/59433afd/content/releases/qpid-proton-0.13.0/proton/c/api/dir_25143d27009f52d175c1d192441a738a.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.13.0/proton/c/api/dir_25143d27009f52d175c1d192441a738a.html b/content/releases/qpid-proton-0.13.0/proton/c/api/dir_25143d27009f52d175c1d192441a738a.html index 43fc812..9ef5df6 100755 --- a/content/releases/qpid-proton-0.13.0/proton/c/api/dir_25143d27009f52d175c1d192441a738a.html +++ b/content/releases/qpid-proton-0.13.0/proton/c/api/dir_25143d27009f52d175c1d192441a738a.html @@ -3,7 +3,7 @@ - + Qpid Proton C API: proton Directory Reference @@ -55,7 +55,7 @@ - + @@ -96,8 +96,6 @@ $(document).ready(function(){initNavTree('dir_25143d27009f52d175c1d192441a738a.h - - @@ -110,16 +108,10 @@ Files - - - - - - @@ -128,20 +120,12 @@ Files - - - - - - - - @@ -150,14 +134,10 @@ Files - - - -

Files

file  cid.h [code]
 
file  codec.h [code]
 
file  condition.h [code]
 
file  engine.h [code]
 
file  error.h [code]
 
file  event.h [code]
 
file  handlers.h [code]
 
file  import_export.h [code]
 
file  io.h [code]
 
 
file  log.h [code]
 
file  messenger.h [code]
 
file  object.h [code]
 
file  parser.h [code]
 
file  reactor.h [code]
 
file  sasl.h [code]
 
file  scanner.h [code]
 
file  selectable.h [code]
 
file  selector.h [code]
 
file  session.h [code]
 
file  ssl.h [code]
 
file  transport.h [code]
 
file  type_compat.h [code]
 
file  types.h [code]
 
file  url.h [code]
 
file  version.h [code]
 
@@ -167,7 +147,7 @@ Files + doxygen 1.8.11 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/59433afd/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h.html b/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h.html index f653eef..d929c04 100755 --- a/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h.html +++ b/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h.html @@ -3,7 +3,7 @@ - + Qpid Proton C API: proton/disposition.h File Reference @@ -55,7 +55,7 @@ - + @@ -159,7 +159,7 @@ Functions + doxygen 1.8.11 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/59433afd/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h_source.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h_source.html b/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h_source.html index 0c1c948..2888fac 100755 --- a/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h_source.html +++ b/content/releases/qpid-proton-0.13.0/proton/c/api/disposition_8h_source.html @@ -3,7 +3,7 @@ - + Qpid Proton C API: proton/disposition.h Source File @@ -55,7 +55,7 @@ - + @@ -93,81 +93,7 @@ $(document).ready(function(){initNavTree('disposition_8h_source.html','');});
disposition.h
-Go to the documentation of this file.
1 #ifndef PROTON_DISPOSITION_H
-
2 #define PROTON_DISPOSITION_H 1
-
3 
-
4 /*
-
5  *
-
6  * Licensed to the Apache Software Foundation (ASF) under one
-
7  * or more contributor license agreements. See the NOTICE file
-
8  * distributed with this work for additional information
-
9  * regarding copyright ownership. The ASF licenses this file
-
10  * to you under the Apache License, Version 2.0 (the
-
11  * "License"); you may not use this file except in compliance
-
12  * with the License. You may obtain a copy of the License at
-
13  *
-
14  * http://www.apache.org/licenses/LICENSE-2.0
-
15  *
-
16  * Unless required by applicable law or agreed to in writing,
-
17  * software distributed under the License is distributed on an
-
18  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-
19  * KIND, either express or implied. See the License for the
-
20  * specific language governing permissions and limitations
-
21  * under the License.
-
22  *
-
23  */
-
24 
-
25 #include <proton/import_export.h>
-
26 #include <proton/type_compat.h>
-
27 #include <proton/condition.h>
-
28 #include <stddef.h>
-
29 
-
30 #ifdef __cplusplus
-
31 extern "C" {
-
32 #endif
-
33 
- -
52 
-
57 #define PN_RECEIVED (0x0000000000000023)
-
58 
-
65 #define PN_ACCEPTED (0x0000000000000024)
-
66 
-
73 #define PN_REJECTED (0x0000000000000025)
-
74 
-
81 #define PN_RELEASED (0x0000000000000026)
-
82 
-
90 #define PN_MODIFIED (0x0000000000000027)
-
91 
-
106 PN_EXTERN uint64_t pn_disposition_type(pn_disposition_t *disposition);
-
107 
- -
124 
-
140 PN_EXTERN pn_data_t *pn_disposition_data(pn_disposition_t *disposition);
-
141 
-
148 PN_EXTERN uint32_t pn_disposition_get_section_number(pn_disposition_t *disposition);
-
149 
-
156 PN_EXTERN void pn_disposition_set_section_number(pn_disposition_t *disposition, uint32_t section_number);
-
157 
-
164 PN_EXTERN uint64_t pn_disposition_get_section_offset(pn_disposition_t *disposition);
-
165 
-
172 PN_EXTERN void pn_disposition_set_section_offset(pn_disposition_t *disposition, uint64_t section_offset);
-
173 
-
180 PN_EXTERN bool pn_disposition_is_failed(pn_disposition_t *disposition);
-
181 
-
188 PN_EXTERN void pn_disposition_set_failed(pn_disposition_t *disposition, bool failed);
-
189 
-
196 PN_EXTERN bool pn_disposition_is_undeliverable(pn_disposition_t *disposition);
-
197 
-
204 PN_EXTERN void pn_disposition_set_undeliverable(pn_disposition_t *disposition, bool undeliverable);
-
205 
-
222 PN_EXTERN pn_data_t *pn_disposition_annotations(pn_disposition_t *disposition);
-
223 
-
227 #ifdef __cplusplus
-
228 }
-
229 #endif
-
230 
-
231 #endif /* disposition.h */
-
PN_EXTERN uint64_t pn_disposition_type(pn_disposition_t *disposition)
+Go to the documentation of this file.
1 #ifndef PROTON_DISPOSITION_H
2 #define PROTON_DISPOSITION_H 1
3 
4 /*
5  *
6  * Licensed to the Apache Software Foundation (ASF) under one
7  * or more contributor license agreements. See the NOTICE file
8  * distributed with this work for additional information
9  * regarding copyright ownership. The ASF licenses this file
10  * to you under the Apache License, Version 2.0 (the
11  * "License"); you may not use this file except in compliance
12  * with the License. You may obtain a copy of the License at
13  ; *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing,
17  * software distributed under the License is distributed on an
18  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19  * KIND, either express or implied. See the License fo r the
20  * specific language governing permissions and limitations
21  * under the License.
22  *
23  */
24 
25 #include <proton/import_export.h>
26 #include <proton/type_compat.h>
27 #include <proton/condition.h>
28 #include <stddef.h>
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
52 
57 #define PN_RECEIVED (0x0000000000000023)
58 
65 #define PN_ACCEPTED (0x0000000000000024)
66 
73 #define PN_REJECTED (0x0000000000000025)
74 
81 #define PN_RELEASED (0x0000000000000026)
82 
90 #define PN_MODIFIED (0x0000000000000027)
91 
106 PN_EXTERN uint64_t pn_disposition_type(pn_disposition_t *disposition);
107 
124 
140 PN_EXTERN pn_data_t *pn_disposition_data(pn_disposition_t *disposition);
141 
148 PN_EXTERN uint32_t pn_disposition_get_section_number(pn_disposition_t *disposition);
149 
156 PN_EXTERN < span class="keywordtype">void pn_disposition_set_section_number(pn_disposition_t *disposition, uint32_t section_number);
157 
164 PN_EXTERN uint64_t pn_disposition_get_section_offset(pn_disposition_t *disposition);
165 
172 PN_EXTERN void pn_disposition_set_section_offset(pn_disposition_t *disposition, uint64_t section_offset);
173 
180 PN_EXTERN bool pn_disposition_is_failed(pn_disposition_t *disposition);
181 
188 PN_EXTERN void pn_disposition_set_failed(pn_disposition_t *disposition, bool failed);
189 
196 PN_EXTERN bool pn_disposition_is_undeliverable(pn_disposition_t *disposition);
197 
204 PN_EXTERN void pn_disposition_set_undeliverable(pn_disposition_t *disposition, bool undeliverable);
205 
222 PN_EXTERN pn_data_t *pn_disposition_annotations(pn_disposition_t *disposition);
223 
227 #ifdef __cplusplus
228 }
229 #endif
230 
231 #endif /* disposition.h */
PN_EXTERN uint64_t pn_disposition_type(pn_disposition_t *disposition)
PN_EXTERN void pn_disposition_set_undeliverable(pn_disposition_t *disposition, bool undeliverable)
PN_EXTERN pn_condition_t * pn_disposition_condition(pn_disposition_t *disposition)
@@ -191,7 +117,7 @@ $(document).ready(function(){initNavTree('disposition_8h_source.html','');}); + doxygen 1.8.11
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/59433afd/content/releases/qpid-proton-0.13.0/proton/c/api/doxygen.css ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-0.13.0/proton/c/api/doxygen.css b/content/releases/qpid-proton-0.13.0/proton/c/api/doxygen.css index b2c94ac..1425ec5 100755 --- a/content/releases/qpid-proton-0.13.0/proton/c/api/doxygen.css +++ b/content/releases/qpid-proton-0.13.0/proton/c/api/doxygen.css @@ -1,4 +1,4 @@ -/* The standard CSS for doxygen 1.8.10 */ +/* The standard CSS for doxygen 1.8.11 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; @@ -206,6 +206,11 @@ div.line { transition-duration: 0.5s; } +div.line:after { + content:"\000A"; + white-space: pre; +} + div.line.glow { background-color: cyan; box-shadow: 0 0 10px cyan; @@ -242,7 +247,7 @@ div.ah, span.ah { -webkit-box-shadow: 2px 2px 3px #999; -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); - background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); + background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%); } div.classindex ul { @@ -832,6 +837,10 @@ address { color: #2A3D61; } +table.doxtable caption { + caption-side: top; +} + table.doxtable { border-collapse:collapse; margin-top: 4px; @@ -997,6 +1006,18 @@ div.summary a white-space: nowrap; } +table.classindex +{ + margin: 10px; + white-space: nowrap; + margin-left: 3%; + margin-right: 3%; + width: 94%; + border: 0; + border-spacing: 0; + padding: 0; +} + div.ingroups { font-size: 8pt; @@ -1196,7 +1217,7 @@ div.toc { border-radius: 7px 7px 7px 7px; float: right; height: auto; - margin: 0 20px 10px 10px; + margin: 0 8px 10px 10px; width: 200px; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org