Document that multiple attribute values can now be listed in match rules.
authorMike Gorse <mgorse@suse.com>
Sun, 15 Sep 2013 17:04:22 +0000 (12:04 -0500)
committerMike Gorse <mgorse@suse.com>
Sun, 15 Sep 2013 17:04:22 +0000 (12:04 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=700865

atspi/atspi-matchrule.c

index 60060bb..1a17cf3 100644 (file)
@@ -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