[gtk+] Add autocleanups for GtkShortcutsWindow



commit 73497c16aed5f05d35c212be63a8a1f71de6ae88
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Nov 10 16:24:33 2015 +0000

    Add autocleanups for GtkShortcutsWindow

 gtk/gtkshortcutswindow.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkshortcutswindow.h b/gtk/gtkshortcutswindow.h
index ca2ded8..465e40e 100644
--- a/gtk/gtkshortcutswindow.h
+++ b/gtk/gtkshortcutswindow.h
@@ -51,6 +51,7 @@ struct _GtkShortcutsWindowClass
 GDK_AVAILABLE_IN_3_20
 GType gtk_shortcuts_window_get_type (void) G_GNUC_CONST;
 
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkShortcutsWindow, g_object_unref)
 
 G_END_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]