summaryrefslogtreecommitdiff
path: root/libsoup/soup-session-sync.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-session-sync.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-session-sync.h')
-rw-r--r--libsoup/soup-session-sync.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsoup/soup-session-sync.h b/libsoup/soup-session-sync.h
index cf81f6b0..b658aa55 100644
--- a/libsoup/soup-session-sync.h
+++ b/libsoup/soup-session-sync.h
@@ -33,10 +33,13 @@ typedef struct {
void (*_libsoup_reserved4) (void);
} SoupSessionSyncClass;
+SOUP_AVAILABLE_IN_2_4
GType soup_session_sync_get_type (void);
#ifndef SOUP_DISABLE_DEPRECATED
+SOUP_AVAILABLE_IN_2_4
SoupSession *soup_session_sync_new (void);
+SOUP_AVAILABLE_IN_2_4
SoupSession *soup_session_sync_new_with_options (const char *optname1,
...) G_GNUC_NULL_TERMINATED;
#endif