summaryrefslogtreecommitdiff
path: root/libsoup/soup-cookie-jar-sqlite.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-11-08 11:28:39 -0500
committerDan Winship <danw@gnome.org>2012-11-08 11:28:39 -0500
commit69c489d590ddeb7d532ddb99943e0990173a8110 (patch)
tree859b21c742754bfd2cb7a39631eaed20802a4cec /libsoup/soup-cookie-jar-sqlite.h
parentda70b77bdc45e9d6e3fd3ee76c6fec3fb4e8ba73 (diff)
downloadlibsoup-69c489d590ddeb7d532ddb99943e0990173a8110.tar.gz
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 'libsoup/soup-cookie-jar-sqlite.h')
-rw-r--r--libsoup/soup-cookie-jar-sqlite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsoup/soup-cookie-jar-sqlite.h b/libsoup/soup-cookie-jar-sqlite.h
index 19dfbfa1..97cdf331 100644
--- a/libsoup/soup-cookie-jar-sqlite.h
+++ b/libsoup/soup-cookie-jar-sqlite.h
@@ -34,8 +34,10 @@ typedef struct {
#define SOUP_COOKIE_JAR_SQLITE_FILENAME "filename"
+SOUP_AVAILABLE_IN_2_26
GType soup_cookie_jar_sqlite_get_type (void);
+SOUP_AVAILABLE_IN_2_26
SoupCookieJar *soup_cookie_jar_sqlite_new (const char *filename,
gboolean read_only);