Blame libsoup/soup-autocleanups.h

Packit Service ca3877
/*
Packit Service ca3877
 * Copyright 2015 Red Hat, Inc.
Packit Service ca3877
 *
Packit Service ca3877
 * This library is free software; you can redistribute it and/or
Packit Service ca3877
 * modify it under the terms of the GNU Lesser General Public
Packit Service ca3877
 * License as published by the Free Software Foundation; either
Packit Service ca3877
 * version 2 of the License, or (at your option) any later version.
Packit Service ca3877
 *
Packit Service ca3877
 * This library is distributed in the hope that it will be useful,
Packit Service ca3877
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service ca3877
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service ca3877
 * Lesser General Public License for more details.
Packit Service ca3877
 *
Packit Service ca3877
 * You should have received a copy of the GNU Lesser General Public
Packit Service ca3877
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
Packit Service ca3877
 */
Packit Service ca3877
Packit Service ca3877
#if !defined (__SOUP_H_INSIDE__) && !defined (LIBSOUP_COMPILATION)
Packit Service ca3877
#error "Only <libsoup/soup.h> can be included directly."
Packit Service ca3877
#endif
Packit Service ca3877
Packit Service ca3877
#ifndef SOUP_AUTOCLEANUPS_H
Packit Service ca3877
#define SOUP_AUTOCLEANUPS_H
Packit Service ca3877
Packit Service ca3877
#if SOUP_VERSION_MAX_ALLOWED >= SOUP_VERSION_2_52
Packit Service ca3877
#ifndef __GI_SCANNER__
Packit Service ca3877
#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
Packit Service ca3877
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAddress, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuth, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthDomain, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthDomainBasic, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthDomainDigest, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthManager, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupBuffer, soup_buffer_free)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupCache, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupContentDecoder, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupContentSniffer, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupCookie, soup_cookie_free)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupCookieJar, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupCookieJarDB, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupCookieJarText, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupDate, soup_date_free)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupLogger, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupMessage, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupMessageBody, soup_message_body_free)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupMessageHeaders, soup_message_headers_free)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupMultipart, soup_multipart_free)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupMultipartInputStream, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupRequest, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupRequestData, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupRequestFile, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupRequestHTTP, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupServer, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupSession, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupSessionAsync, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupSessionFeature, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupSessionSync, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupSocket, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupURI, soup_uri_free)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupWebsocketConnection, g_object_unref)
Packit Service ca3877
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupXMLRPCParams, soup_xmlrpc_params_free)
Packit Service ca3877
Packit Service ca3877
#endif
Packit Service ca3877
#endif
Packit Service ca3877
#endif
Packit Service ca3877
Packit Service ca3877
#endif /* SOUP_AUTOCLEANUPS_H */