[gtk/wip/baedert/for-master] widget: Move quark_builder_set_id declaration to other GQuarks
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master] widget: Move quark_builder_set_id declaration to other GQuarks
- Date: Sun, 27 Dec 2020 17:21:30 +0000 (UTC)
commit d0a61342c3a92657348d813bf99606180318ac3e
Author: Timm Bäder <mail baedert org>
Date: Sun Dec 27 17:11:12 2020 +0100
widget: Move quark_builder_set_id declaration to other GQuarks
gtk/gtkwidget.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 91f32f2e23..903abeba8c 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -618,6 +618,7 @@ static GQuark quark_auto_children = 0;
static GQuark quark_action_muxer = 0;
static GQuark quark_font_options = 0;
static GQuark quark_font_map = 0;
+static GQuark quark_builder_set_id = 0;
GType
gtk_widget_get_type (void)
@@ -8314,11 +8315,6 @@ gtk_widget_accessible_interface_init (GtkAccessibleInterface *iface)
iface->get_platform_state = gtk_widget_accessible_get_platform_state;
}
-/*
- * GtkBuildable implementation
- */
-static GQuark quark_builder_set_id = 0;
-
static void
gtk_widget_buildable_add_child (GtkBuildable *buildable,
GtkBuilder *builder,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]