diff options
author | Colin Walters <walters@verbum.org> | 2015-05-08 22:02:44 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-05-08 22:02:44 -0400 |
commit | 900b25f7018878ab64bd04751d8f15c6d83ba823 (patch) | |
tree | 8eb5dae117e8e681439999a3ad4bd13c4e76da87 /glnx-backport-autocleanups.h | |
parent | cf8ae27bab717621f1edf8ab6ae3dd89da4d8d4f (diff) | |
download | libglnx-900b25f7018878ab64bd04751d8f15c6d83ba823.tar.gz |
backport-autocleanups: GTask
For OSTree.
Diffstat (limited to 'glnx-backport-autocleanups.h')
-rw-r--r-- | glnx-backport-autocleanups.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glnx-backport-autocleanups.h b/glnx-backport-autocleanups.h index 6bd2f90..05b405c 100644 --- a/glnx-backport-autocleanups.h +++ b/glnx-backport-autocleanups.h @@ -95,6 +95,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMemoryOutputStream, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GOutputStream, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSocket, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSocketAddress, g_object_unref) +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) |