From 7e24c244ffb3c1b7825c9e45dbf2806b86e46f95 Mon Sep 17 00:00:00 2001 From: Matthew Barnes <mbarnes@redhat.com> Date: Mon, 23 Nov 2015 14:47:34 -0500 Subject: [PATCH] Backport g_autoptr support for GFileOutputStream --- glnx-backport-autocleanups.h | 1 + 1 file changed, 1 insertion(+) diff --git a/glnx-backport-autocleanups.h b/glnx-backport-autocleanups.h index ee67ba2f5..06c76cfed 100644 --- a/glnx-backport-autocleanups.h +++ b/glnx-backport-autocleanups.h @@ -98,6 +98,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileIOStream, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileInfo, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileInputStream, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileMonitor, g_object_unref) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileOutputStream, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GInputStream, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMemoryInputStream, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMemoryOutputStream, g_object_unref) -- GitLab