mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
Some formatting cleanups
This commit is contained in:
parent
36245b7058
commit
53c388b724
@ -16597,9 +16597,9 @@ template_data_free (GtkWidgetTemplate *template_data)
|
||||
}
|
||||
|
||||
static GHashTable *
|
||||
get_auto_child_hash (GtkWidget *widget,
|
||||
GType type,
|
||||
gboolean create)
|
||||
get_auto_child_hash (GtkWidget *widget,
|
||||
GType type,
|
||||
gboolean create)
|
||||
{
|
||||
GHashTable *auto_child_hash;
|
||||
|
||||
@ -16634,11 +16634,11 @@ get_auto_child_hash (GtkWidget *widget,
|
||||
}
|
||||
|
||||
static gboolean
|
||||
setup_template_child (GtkWidgetTemplate *template_data,
|
||||
GType class_type,
|
||||
AutomaticChildClass *child_class,
|
||||
GtkWidget *widget,
|
||||
GtkBuilder *builder)
|
||||
setup_template_child (GtkWidgetTemplate *template_data,
|
||||
GType class_type,
|
||||
AutomaticChildClass *child_class,
|
||||
GtkWidget *widget,
|
||||
GtkBuilder *builder)
|
||||
{
|
||||
GHashTable *auto_child_hash;
|
||||
GObject *object;
|
||||
|
Loading…
Reference in New Issue
Block a user