summaryrefslogtreecommitdiff
path: root/atspi/atspi-matchrule.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-09-15 12:04:22 -0500
committerMike Gorse <mgorse@suse.com>2013-09-15 12:04:22 -0500
commit3225411b7c2c44a1bba136edffa29efa13e00019 (patch)
treef9b19c517365d1fd718ce6bb94449a4829ee53d8 /atspi/atspi-matchrule.c
parent150f70d6e3e41e573470965c9e51ee704612d334 (diff)
downloadat-spi2-core-3225411b7c2c44a1bba136edffa29efa13e00019.tar.gz
Document that multiple attribute values can now be listed in match rules.
https://bugzilla.gnome.org/show_bug.cgi?id=700865
Diffstat (limited to 'atspi/atspi-matchrule.c')
-rw-r--r--atspi/atspi-matchrule.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/atspi/atspi-matchrule.c b/atspi/atspi-matchrule.c
index 60060bbd..1a17cf33 100644
--- a/atspi/atspi-matchrule.c
+++ b/atspi/atspi-matchrule.c
@@ -81,7 +81,10 @@ atspi_match_rule_class_init (AtspiMatchRuleClass *klass)
* @statematchtype: An #AtspiCollectionMatchType specifying how to interpret
* @states.
* @attributes: (element-type gchar* gchar*): A #GHashTable specifying
- * attributes to match.
+ * attributes to match. To specify multiple attribute values,
+ * separate each value with a :: If an attribute value contains a :,
+ * then it can be escaped by preceding it with a \. A backslash can
+ * likewise be escaped by inserting a double backslash.
* @attributematchtype: An #AtspiCollectionMatchType specifying how to
* interpret @attributes.
* @interfaces: (element-type gchar*): An array of interfaces to match, or