summaryrefslogtreecommitdiff
path: root/libsoup/soup-multipart.h
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2015-10-26 15:49:03 +0100
committerIgnacio Casal Quinteiro <icq@gnome.org>2015-11-09 09:54:31 +0100
commit6bd5d97189ea5336e3fdc53244565d7db028ae0e (patch)
tree7c8c149b3d5aa674e1970ba5fd073274dd2347ec /libsoup/soup-multipart.h
parent30bd9de7dea3bdffbcfbc7a704046d79354a003f (diff)
downloadlibsoup-6bd5d97189ea5336e3fdc53244565d7db028ae0e.tar.gz
Mark all remaining methods with SOUP_AVAILABLE_IN_2_4
This way we can as well redefine _SOUP_EXTERN on msvc builds with the right extern value needed for it. This is the same we do on glib and gtk+ https://bugzilla.gnome.org/show_bug.cgi?id=757146
Diffstat (limited to 'libsoup/soup-multipart.h')
-rw-r--r--libsoup/soup-multipart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup/soup-multipart.h b/libsoup/soup-multipart.h
index ef2e36c7..ddd1b360 100644
--- a/libsoup/soup-multipart.h
+++ b/libsoup/soup-multipart.h
@@ -14,6 +14,7 @@ G_BEGIN_DECLS
typedef struct SoupMultipart SoupMultipart;
+SOUP_AVAILABLE_IN_2_26
GType soup_multipart_get_type (void);
#define SOUP_TYPE_MULTIPART (soup_multipart_get_type ())