xdg-app-utils: Add autocleanup for GZlib*

tingping/wmclass
Alexander Larsson 2016-01-22 10:55:01 +01:00
parent 22ec9837bf
commit 33fba3c67e
1 changed files with 6 additions and 0 deletions

View File

@ -238,6 +238,12 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupURI, soup_uri_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(XdgAppSessionHelper, g_object_unref)
#if !GLIB_CHECK_VERSION(2, 43, 4)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GZlibCompressor, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GZlibDecompressor, g_object_unref)
#endif
typedef struct XdgAppXml XdgAppXml;
struct XdgAppXml {