diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-07-19 11:28:21 +0300 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-07-19 11:28:21 +0300 |
commit | 7b5a0a829a14759c448301d793431a7ee3f49180 (patch) | |
tree | 364cba5e6fcd64d31a540880b90630a3b9d0a4d8 /gdk/gdk-autocleanup.h | |
parent | 1030d9e5b12e880e55f6bd3184dc6f3646be2e19 (diff) | |
download | gtk+-7b5a0a829a14759c448301d793431a7ee3f49180.tar.gz |
gdk: Add auto cleanup func for GdkContentProvidercontent-provider-autoptr
Diffstat (limited to 'gdk/gdk-autocleanup.h')
-rw-r--r-- | gdk/gdk-autocleanup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk-autocleanup.h b/gdk/gdk-autocleanup.h index 6ec5aa9ba2..dd299ddb4d 100644 --- a/gdk/gdk-autocleanup.h +++ b/gdk/gdk-autocleanup.h @@ -23,6 +23,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkAppLaunchContext, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkClipboard, g_object_unref) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkContentProvider, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkCursor, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDevice, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDisplay, g_object_unref) |