summaryrefslogtreecommitdiff
path: root/libsoup/soup-logger.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-01-04 10:36:21 -0500
committerDan Winship <danw@gnome.org>2013-01-04 10:36:21 -0500
commit54978fa43f27107870d0c417bacd4dd9a6740479 (patch)
tree7c9d96da664f2ea3ed38802b0d3a4d69cbee4627 /libsoup/soup-logger.h
parentc435fd0695ad927921b83d93295d0e79ae4cfe0e (diff)
downloadlibsoup-54978fa43f27107870d0c417bacd4dd9a6740479.tar.gz
Rename LIBSOUP_DISABLE_DEPRECATED to SOUP_DISABLE_DEPRECATED
GNOME_MAINTAINER_MODE_DEFINES apparently sets LIBSOUP_DISABLE_DEPRECATED, which is now causing various jhbuild modules to break. "Fix" this by renaming the define (which is only still there because gtk-doc complains if it's not). The *right* way to get deprecation warnings/errors now is to define SOUP_VERSION_MIN_REQUIRED.
Diffstat (limited to 'libsoup/soup-logger.h')
-rw-r--r--libsoup/soup-logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-logger.h b/libsoup/soup-logger.h
index 7cf95c4c..d84c765e 100644
--- a/libsoup/soup-logger.h
+++ b/libsoup/soup-logger.h
@@ -54,7 +54,7 @@ GType soup_logger_get_type (void);
SoupLogger *soup_logger_new (SoupLoggerLogLevel level,
int max_body_size);
-#ifndef LIBSOUP_DISABLE_DEPRECATED
+#ifndef SOUP_DISABLE_DEPRECATED
SOUP_DEPRECATED_IN_2_24_FOR(soup_session_add_feature)
void soup_logger_attach (SoupLogger *logger,
SoupSession *session);