From 6d974f278e937cce0872567bce672ed515662678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 5 Oct 2011 22:03:25 +0200 Subject: [PATCH] Mark clutter_state_set_key() source_state_name as nullable https://bugzilla.gnome.org/show_bug.cgi?id=661022 --- clutter/clutter-state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-state.c b/clutter/clutter-state.c index adb80a454..17885c903 100644 --- a/clutter/clutter-state.c +++ b/clutter/clutter-state.c @@ -895,7 +895,7 @@ get_property_from_object (GObject *gobject, /** * clutter_state_set: * @state: a #ClutterState instance. - * @source_state_name: the name of the source state keys are being added for + * @source_state_name: (allow-none): the name of the source state keys are being added for * @target_state_name: the name of the target state keys are being added for * @first_object: a #GObject * @first_property_name: a property of @first_object to specify a key for @@ -921,7 +921,7 @@ get_property_from_object (GObject *gobject, * NULL); * ]| * - * will create a transition from any state (a @source_state_name of NULL is + * will create a transition from any state (a @source_state_name or NULL is * treated as a wildcard) and a state named "hover"; the * button object will have the #ClutterActor:opacity * property animated to a value of 255 using %CLUTTER_LINEAR as the animation