summaryrefslogtreecommitdiff
path: root/atspi/atspi-matchrule.c
diff options
context:
space:
mode:
authorJavier Hernández <jhernandez@emergya.com>2012-09-04 03:58:34 +0200
committerJavier Hernández <jhernandez@emergya.com>2012-09-04 18:49:58 +0200
commitbbb28bfb926d095e336bb532a9543ad07d2c6649 (patch)
tree0eeec393d12991a4694294b6317285be86bcf7b4 /atspi/atspi-matchrule.c
parent1859e01b00866830d027aed1b8acc2496aa228c1 (diff)
downloadat-spi2-core-bbb28bfb926d095e336bb532a9543ad07d2c6649.tar.gz
Fix some annotations compilation warnings
Diffstat (limited to 'atspi/atspi-matchrule.c')
-rw-r--r--atspi/atspi-matchrule.c35
1 files changed, 13 insertions, 22 deletions
diff --git a/atspi/atspi-matchrule.c b/atspi/atspi-matchrule.c
index d68cdb93..60060bbd 100644
--- a/atspi/atspi-matchrule.c
+++ b/atspi/atspi-matchrule.c
@@ -77,37 +77,28 @@ atspi_match_rule_class_init (AtspiMatchRuleClass *klass)
/**
* atspi_match_rule_new:
- *
* @states: An #AtspiStateSet specifying the states to match or NULL if none.
- *
* @statematchtype: An #AtspiCollectionMatchType specifying how to interpret
- * @states.
- *
+ * @states.
* @attributes: (element-type gchar* gchar*): A #GHashTable specifying
- * attributes to match.
- *
+ * attributes to match.
* @attributematchtype: An #AtspiCollectionMatchType specifying how to
- * interpret @attributes.
- *
+ * interpret @attributes.
* @interfaces: (element-type gchar*): An array of interfaces to match, or
- * NULL if not applicable. Interface names should be specified
- * by their DBus names (org.a11y.Atspi.Accessible,
- * org.a11y.Atspi.Component, etc).
- *
+ * NULL if not applicable. Interface names should be specified
+ * by their DBus names (org.a11y.Atspi.Accessible,
+ * org.a11y.Atspi.Component, etc).
* @interfacematchtype: An #AtspiCollectionMatchType specifying how to
- * interpret @interfaces.
- *
+ * interpret @interfaces.
* @roles: (element-type AtspiRole): A #GArray of roles to match, or NULL if
- * not applicable.
- *
+ * not applicable.
* @rolematchtype: An #AtspiCollectionMatchType specifying how to
- * interpret @roles.
- *
+ * interpret @roles.
* @invert: if #TRUE, the match rule should be denied (inverted); if #FALSE,
- * it should not. For example, if the match rule defines that a match is
- * an object of ROLE_HEADING which has STATE_FOCUSABLE and a click action,
- * inverting it would match all objects that are not of ROLE_HEADING,
- * focusable and clickable at the same time.
+ * it should not. For example, if the match rule defines that a match is
+ * an object of ROLE_HEADING which has STATE_FOCUSABLE and a click action,
+ * inverting it would match all objects that are not of ROLE_HEADING,
+ * focusable and clickable at the same time.
*
* Creates a new #AtspiMatchRule with specified @states, @attributes,
* @interfaces, and @roles.