diff options
author | Dan Winship <danw@gnome.org> | 2012-11-08 11:28:39 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-11-08 11:28:39 -0500 |
commit | 69c489d590ddeb7d532ddb99943e0990173a8110 (patch) | |
tree | 859b21c742754bfd2cb7a39631eaed20802a4cec /docs | |
parent | da70b77bdc45e9d6e3fd3ee76c6fec3fb4e8ba73 (diff) | |
download | libsoup-69c489d590ddeb7d532ddb99943e0990173a8110.tar.gz libsoup-69c489d590ddeb7d532ddb99943e0990173a8110.tar.bz2 libsoup-69c489d590ddeb7d532ddb99943e0990173a8110.zip |
Add per-version deprecation/availability warnings
Add SOUP_VERSION_X_XX, SOUP_VERSION_MIN_REQUIRED, and
SOUP_VERSION_MAX_ALLOWED, to enable version-based warnings.
Tag all functions with appropriate SOUP_AVAILABLE_IN_ and
SOUP_DEPRECATED_IN_ macros.
Also, fix up some "Since" tags to not refer to unstable releases or
non-.0 point releases.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libsoup-2.4-sections.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt index 4c1c60b6..81f4b77e 100644 --- a/docs/reference/libsoup-2.4-sections.txt +++ b/docs/reference/libsoup-2.4-sections.txt @@ -1210,10 +1210,22 @@ soup_get_major_version soup_get_minor_version soup_get_micro_version soup_check_version - <SUBSECTION> SOUP_MAJOR_VERSION SOUP_MINOR_VERSION SOUP_MICRO_VERSION SOUP_CHECK_VERSION +<SUBSECTION> +SOUP_VERSION_MIN_REQUIRED +SOUP_VERSION_MAX_ALLOWED +SOUP_VERSION_2_24 +SOUP_VERSION_2_26 +SOUP_VERSION_2_28 +SOUP_VERSION_2_30 +SOUP_VERSION_2_32 +SOUP_VERSION_2_34 +SOUP_VERSION_2_36 +SOUP_VERSION_2_38 +SOUP_VERSION_2_40 +SOUP_VERSION_2_42 </SECTION> |