summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-07-19 18:04:24 +0000
committerMatthias Clasen <mclasen@redhat.com>2018-07-19 18:04:24 +0000
commitbef8a3a0e92891e021f4f43d4a108762c53383fa (patch)
treefa6c9fbacac95e47f05a1073a5b8e31b91576060
parent31d2638088c1b610dd944e92dff1cbfb46d89bd7 (diff)
parent7b5a0a829a14759c448301d793431a7ee3f49180 (diff)
downloadgtk+-bef8a3a0e92891e021f4f43d4a108762c53383fa.tar.gz
Merge branch 'content-provider-autoptr' into 'master'
gdk: Add auto cleanup func for GdkContentProvider See merge request GNOME/gtk!251
-rw-r--r--gdk/gdk-autocleanup.h1
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)