summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-08-28 13:10:01 -0400
committerColin Walters <walters@verbum.org>2015-08-28 13:10:01 -0400
commitdc5702aba93b5598808d7d7e2d65eccffa31de2c (patch)
tree231dea5d00f53d69da04b3979ae833715085d80c
parentfbdb15cd958c007dc14f6e7cfe314b14c042ce3c (diff)
downloadlibglnx-dc5702aba93b5598808d7d7e2d65eccffa31de2c.tar.gz
backport-autocleanups: Add GDBusConnection,GDBusMessage
-rw-r--r--glnx-backport-autocleanups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glnx-backport-autocleanups.h b/glnx-backport-autocleanups.h
index 05b405c..472c865 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