summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetpath.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-08-05 11:08:51 +0200
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:37:35 +0100
commita3637ec60d9281f1b903ae48786184d690b0f055 (patch)
treed1ced59f191af9dfa89b922973ee6720528d2c00 /gtk/gtkwidgetpath.c
parent198d75bea5065adb40db20db46d0fc581110d4db (diff)
downloadgtk+-a3637ec60d9281f1b903ae48786184d690b0f055.tar.gz
s/child class/region/ everywhere.
"Child class" is an invented term anyway, and it conceptually defines identifiable regions in widgets.
Diffstat (limited to 'gtk/gtkwidgetpath.c')
-rw-r--r--gtk/gtkwidgetpath.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c
index db9f79b1be..2788fa191a 100644
--- a/gtk/gtkwidgetpath.c
+++ b/gtk/gtkwidgetpath.c
@@ -223,10 +223,10 @@ gtk_widget_path_iter_has_name (const GtkWidgetPath *path,
}
void
-gtk_widget_path_iter_add_region (GtkWidgetPath *path,
- guint pos,
- const gchar *name,
- GtkChildClassFlags flags)
+gtk_widget_path_iter_add_region (GtkWidgetPath *path,
+ guint pos,
+ const gchar *name,
+ GtkRegionFlags flags)
{
GtkPathElement *elem;
GQuark qname;
@@ -318,7 +318,7 @@ gboolean
gtk_widget_path_iter_has_qregion (const GtkWidgetPath *path,
guint pos,
GQuark qname,
- GtkChildClassFlags *flags)
+ GtkRegionFlags *flags)
{
GtkPathElement *elem;
gpointer value;
@@ -347,7 +347,7 @@ gboolean
gtk_widget_path_iter_has_region (const GtkWidgetPath *path,
guint pos,
const gchar *name,
- GtkChildClassFlags *flags)
+ GtkRegionFlags *flags)
{
GQuark qname;