[gtk/cherry-pick-9946dd2a] gtk-autocleanups: add cleanup function for GtkRecentInfo
- From: Marco Trevisan <marcotrevi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/cherry-pick-9946dd2a] gtk-autocleanups: add cleanup function for GtkRecentInfo
- Date: Mon, 5 Nov 2018 21:40:08 +0000 (UTC)
commit 4048a1965a13e44630a6ca00878eb158e1ae3d6f
Author: Marco Trevisan <mail 3v1n0 net>
Date: Mon Nov 5 21:37:42 2018 +0000
gtk-autocleanups: add cleanup function for GtkRecentInfo
(cherry picked from commit 9946dd2ab7a667f0e5efa285eb1bf32a594b0159)
gtk/gtk-autocleanups.h | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gtk/gtk-autocleanups.h b/gtk/gtk-autocleanups.h
index 24ae48509b..5c942ce72a 100644
--- a/gtk/gtk-autocleanups.h
+++ b/gtk/gtk-autocleanups.h
@@ -193,6 +193,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkViewport, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkVolumeButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkPaperSize, gtk_paper_size_free)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkRecentInfo, gtk_recent_info_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSelectionData, gtk_selection_data_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTargetList, gtk_target_list_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTextAttributes, gtk_text_attributes_unref)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]