summaryrefslogtreecommitdiff
path: root/gtk/gtk-autocleanups.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2015-02-12 18:09:13 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2015-02-13 18:01:56 +0100
commitf3110e4103207e31d932f9bcdd5ca295e17f41de (patch)
tree75aa9aa302e9fe2f9f513598a3a2c0a8ab1d72a6 /gtk/gtk-autocleanups.h
parentac497c6e8f45bfece4054ba7f72ffd7becb45311 (diff)
downloadgtk+-f3110e4103207e31d932f9bcdd5ca295e17f41de.tar.gz
Rename GtkSidebar to GtkStackSidebar
GtkSidebar is too generic and doesn't fully convey what the widget does. https://bugzilla.gnome.org/show_bug.cgi?id=744094
Diffstat (limited to 'gtk/gtk-autocleanups.h')
-rw-r--r--gtk/gtk-autocleanups.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk-autocleanups.h b/gtk/gtk-autocleanups.h
index c846f892d5..536187248b 100644
--- a/gtk/gtk-autocleanups.h
+++ b/gtk/gtk-autocleanups.h
@@ -165,7 +165,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSeparator, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSeparatorMenuItem, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSeparatorToolItem, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSettings, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSidebar, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkStackSidebar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSizeGroup, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSpinButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSpinner, g_object_unref)