From dc5702aba93b5598808d7d7e2d65eccffa31de2c Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Fri, 28 Aug 2015 13:10:01 -0400
Subject: [PATCH] backport-autocleanups: Add GDBusConnection,GDBusMessage

---
 glnx-backport-autocleanups.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/glnx-backport-autocleanups.h b/glnx-backport-autocleanups.h
index 05b405c55..472c86564 100644
--- a/glnx-backport-autocleanups.h
+++ b/glnx-backport-autocleanups.h
@@ -99,5 +99,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTask, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTlsCertificate, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTlsDatabase, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTlsInteraction, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDBusConnection, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDBusMessage, g_object_unref)
 
 #endif
-- 
GitLab