[gtk+] Make GtkAccelGroupEntry public again
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Make GtkAccelGroupEntry public again
- Date: Sun, 6 Apr 2014 02:44:46 +0000 (UTC)
commit ae7b154cf78701f2d11882483069ae1d7482c92e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sat Apr 5 22:44:00 2014 -0400
Make GtkAccelGroupEntry public again
Even though it was marked as internal, it seems gnome-terminal was
poking into the structure. It's unfortunately part of our ABI.
gtk/gtkaccelgroup.h | 7 +++++++
gtk/gtkaccelgroupprivate.h | 7 -------
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkaccelgroup.h b/gtk/gtkaccelgroup.h
index ffc2e7d..7e5eaf1 100644
--- a/gtk/gtkaccelgroup.h
+++ b/gtk/gtkaccelgroup.h
@@ -235,6 +235,13 @@ GtkAccelGroupEntry* gtk_accel_group_query (GtkAccelGroup *accel_group,
GdkModifierType accel_mods,
guint *n_entries);
+struct _GtkAccelGroupEntry
+{
+ GtkAccelKey key;
+ GClosure *closure;
+ GQuark accel_path_quark;
+};
+
G_END_DECLS
#endif /* __GTK_ACCEL_GROUP_H__ */
diff --git a/gtk/gtkaccelgroupprivate.h b/gtk/gtkaccelgroupprivate.h
index 0537f1f..15da43a 100644
--- a/gtk/gtkaccelgroupprivate.h
+++ b/gtk/gtkaccelgroupprivate.h
@@ -38,13 +38,6 @@ void _gtk_accel_group_reconnect (GtkAccelGroup *accel_group,
GQuark accel_path_quark);
GSList* _gtk_accel_group_get_accelerables (GtkAccelGroup *accel_group);
-struct _GtkAccelGroupEntry
-{
- GtkAccelKey key;
- GClosure *closure;
- GQuark accel_path_quark;
-};
-
G_END_DECLS
#endif /* __GTK_ACCEL_GROUP_PRIVATE_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]