summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2011-12-01 10:39:11 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2011-12-01 10:39:11 +0000
commitdc77a5ef310c8da5a126f90a21a75520b5d925de (patch)
tree0db553ff4cf9137bebc9111d0e73d2ebd9730ab4
parent1e05e8ceaff25dfb3600cf0798fbca23c1725e12 (diff)
downloadclutter-dc77a5ef310c8da5a126f90a21a75520b5d925de.tar.gz
docs: Fix up the state.set_key() comment
-rw-r--r--clutter/clutter-state.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clutter/clutter-state.c b/clutter/clutter-state.c
index cb512d9e2..223d03a88 100644
--- a/clutter/clutter-state.c
+++ b/clutter/clutter-state.c
@@ -1169,9 +1169,9 @@ clutter_state_fetch_state (ClutterState *state,
/**
* clutter_state_set_key:
* @state: a #ClutterState instance.
- * @source_state_name: (allow-none): the source transition to specify transition for or NULL
- * to specify the default fallback when a more specific source_state doesn't
- * exist.
+ * @source_state_name: (allow-none): the source transition to specify
+ * transition for, or %NULL to specify the default fallback when a
+ * more specific source state doesn't exist.
* @target_state_name: the name of the transition to set a key value for.
* @object: the #GObject to set a key for
* @property_name: the property to set a key for
@@ -1182,7 +1182,7 @@ clutter_state_fetch_state (ClutterState *state,
* @post_delay: relative time of the transition to be idle in the end of
* the transition
*
- * Sets one specific end key for a state_name, object, property_name
+ * Sets one specific end key for a state name, @object, @property_name
* combination.
*
* Return value: (transfer none): the #ClutterState instance, allowing