[libsoup/wip/tpopela/negotiate] soup-misc: Correctly mark the soup_host_matches_host function



commit 20bf2c9bff944091e2b028392306d03467de9e55
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Feb 18 12:01:30 2016 +0100

    soup-misc: Correctly mark the soup_host_matches_host function

 libsoup/soup-misc.c |    2 +-
 libsoup/soup-misc.h |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/soup-misc.c b/libsoup/soup-misc.c
index 03f58d2..92dbdb5 100644
--- a/libsoup/soup-misc.c
+++ b/libsoup/soup-misc.c
@@ -251,7 +251,7 @@ const char soup_char_attributes[] = {
  *
  * Return value: %TRUE if the hosts match, %FALSE otherwise
  *
- * Since: 2.53
+ * Since: 2.54
  **/
 gboolean
 soup_host_matches_host (const gchar *host, const gchar *compare_with)
diff --git a/libsoup/soup-misc.h b/libsoup/soup-misc.h
index 5e81835..7cac275 100644
--- a/libsoup/soup-misc.h
+++ b/libsoup/soup-misc.h
@@ -38,6 +38,7 @@ guint              soup_str_case_hash        (gconstpointer key);
 SOUP_AVAILABLE_IN_2_4
 gboolean           soup_str_case_equal       (gconstpointer v1,
                                              gconstpointer v2);
+SOUP_AVAILABLE_IN_2_54
 gboolean           soup_host_matches_host    (const gchar *host,
                                              const gchar *compare_with);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]