summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetpath.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-08-04 13:11:50 +0200
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:37:34 +0100
commit56e4ffabea547d2ea9ffa90c5bc9e0aece40749c (patch)
tree938ac793464337c327614cb7e36e1ec25d967bf6 /gtk/gtkwidgetpath.h
parent09d8592b5bc722cdfe6164929ec2f02943b0379c (diff)
downloadgtk+-56e4ffabea547d2ea9ffa90c5bc9e0aece40749c.tar.gz
Compare widget names as GQuarks in style matching.
Diffstat (limited to 'gtk/gtkwidgetpath.h')
-rw-r--r--gtk/gtkwidgetpath.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h
index d6e074edec..e4c1de1579 100644
--- a/gtk/gtkwidgetpath.h
+++ b/gtk/gtkwidgetpath.h
@@ -44,11 +44,17 @@ void gtk_widget_path_iter_set_widget_type (GtkWidgetPath *p
guint pos,
GType type);
-G_CONST_RETURN gchar * gtk_widget_path_iter_get_name (const GtkWidgetPath *path,
- guint pos);
-void gtk_widget_path_iter_set_name (GtkWidgetPath *path,
- guint pos,
- const gchar *name);
+G_CONST_RETURN gchar * gtk_widget_path_iter_get_name (const GtkWidgetPath *path,
+ guint pos);
+void gtk_widget_path_iter_set_name (GtkWidgetPath *path,
+ guint pos,
+ const gchar *name);
+gboolean gtk_widget_path_iter_has_name (const GtkWidgetPath *path,
+ guint pos,
+ const gchar *name);
+gboolean gtk_widget_path_iter_has_qname (const GtkWidgetPath *path,
+ guint pos,
+ GQuark qname);
void gtk_widget_path_iter_add_region (GtkWidgetPath *path,
guint pos,