[libsoup] docs: fix some minor docs issues
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] docs: fix some minor docs issues
- Date: Sun, 1 Mar 2015 15:19:09 +0000 (UTC)
commit d6811baf8afd41721d1080af80a2801b4ba6d81e
Author: Dan Winship <danw gnome org>
Date: Sun Mar 1 10:18:54 2015 -0500
docs: fix some minor docs issues
docs/reference/libsoup-2.4-sections.txt | 10 ++++++++++
libsoup/soup-server.c | 2 +-
libsoup/soup-version.c | 20 ++++++++++++++++++++
3 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt
index e98476f..71d59dc 100644
--- a/docs/reference/libsoup-2.4-sections.txt
+++ b/docs/reference/libsoup-2.4-sections.txt
@@ -224,6 +224,7 @@ soup_server_listen_all
soup_server_listen_local
soup_server_listen_socket
soup_server_listen_fd
+soup_server_get_listeners
soup_server_get_uris
soup_server_disconnect
soup_server_is_https
@@ -467,6 +468,7 @@ SOUP_SESSION_TLS_DATABASE
SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE
SOUP_SESSION_SSL_CA_FILE
SOUP_SESSION_SSL_STRICT
+SOUP_SESSION_TLS_INTERACTION
SOUP_SESSION_ASYNC_CONTEXT
SOUP_SESSION_USE_THREAD_CONTEXT
SOUP_SESSION_TIMEOUT
@@ -1239,6 +1241,8 @@ SOUP_VERSION_2_40
SOUP_VERSION_2_42
SOUP_VERSION_2_44
SOUP_VERSION_2_46
+SOUP_VERSION_2_48
+SOUP_VERSION_2_50
<SUBSECTION Private>
SOUP_AVAILABLE_IN_2_24
SOUP_AVAILABLE_IN_2_26
@@ -1252,6 +1256,8 @@ SOUP_AVAILABLE_IN_2_40
SOUP_AVAILABLE_IN_2_42
SOUP_AVAILABLE_IN_2_44
SOUP_AVAILABLE_IN_2_46
+SOUP_AVAILABLE_IN_2_48
+SOUP_AVAILABLE_IN_2_50
SOUP_DEPRECATED_IN_2_24
SOUP_DEPRECATED_IN_2_24_FOR
SOUP_DEPRECATED_IN_2_26
@@ -1276,6 +1282,10 @@ SOUP_DEPRECATED_IN_2_44
SOUP_DEPRECATED_IN_2_44_FOR
SOUP_DEPRECATED_IN_2_46
SOUP_DEPRECATED_IN_2_46_FOR
+SOUP_DEPRECATED_IN_2_48
+SOUP_DEPRECATED_IN_2_48_FOR
+SOUP_DEPRECATED_IN_2_50
+SOUP_DEPRECATED_IN_2_50_FOR
SOUP_ENCODE_VERSION
SOUP_VERSION_CUR_STABLE
SOUP_VERSION_PREV_STABLE
diff --git a/libsoup/soup-server.c b/libsoup/soup-server.c
index 69cd48f..bd36e9b 100644
--- a/libsoup/soup-server.c
+++ b/libsoup/soup-server.c
@@ -854,7 +854,7 @@ soup_server_class_init (SoupServerClass *server_class)
* Since: 2.44
*/
/**
- * SOUP_SERVERI_HTTP_ALIASES:
+ * SOUP_SERVER_HTTP_ALIASES:
*
* Alias for the #SoupServer:http-aliases property, qv.
*
diff --git a/libsoup/soup-version.c b/libsoup/soup-version.c
index 31e7262..478eb4e 100644
--- a/libsoup/soup-version.c
+++ b/libsoup/soup-version.c
@@ -305,3 +305,23 @@ soup_check_version (guint major,
*
* Since: 2.46
*/
+
+/**
+ * SOUP_VERSION_2_48:
+ *
+ * A macro that evaluates to the 2.48 version of libsoup, in a format
+ * that can be used by %SOUP_VERSION_MIN_REQUIRED and
+ * %SOUP_VERSION_MAX_ALLOWED.
+ *
+ * Since: 2.48
+ */
+
+/**
+ * SOUP_VERSION_2_50:
+ *
+ * A macro that evaluates to the 2.50 version of libsoup, in a format
+ * that can be used by %SOUP_VERSION_MIN_REQUIRED and
+ * %SOUP_VERSION_MAX_ALLOWED.
+ *
+ * Since: 2.50
+ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]