summaryrefslogtreecommitdiff
path: root/libsoup/soup-form.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-form.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-form.h')
-rw-r--r--libsoup/soup-form.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsoup/soup-form.h b/libsoup/soup-form.h
index f2be1bcf..fa080c48 100644
--- a/libsoup/soup-form.h
+++ b/libsoup/soup-form.h
@@ -15,6 +15,7 @@ G_BEGIN_DECLS
#define SOUP_FORM_MIME_TYPE_MULTIPART "multipart/form-data"
GHashTable *soup_form_decode (const char *encoded_form);
+SOUP_AVAILABLE_IN_2_26
GHashTable *soup_form_decode_multipart (SoupMessage *msg,
const char *file_control_name,
char **filename,
@@ -45,6 +46,7 @@ SoupMessage *soup_form_request_new_from_hash (const char *method,
SoupMessage *soup_form_request_new_from_datalist (const char *method,
const char *uri,
GData **form_data_set);
+SOUP_AVAILABLE_IN_2_26
SoupMessage *soup_form_request_new_from_multipart (const char *uri,
SoupMultipart *multipart);