GNOME Bugzilla – Bug 664996
clutter_state_set_key (allow-none)
Last modified: 2011-12-01 10:40:48 UTC
Created attachment 202260 [details] [review] Adds (allow-none) as source_target for clutter_state_set_key While working through the Python3/pygobject bindings, I came across a missing (allow-none) in clutter_state_set_key(). This allows the API to specify to None as the source_target. Patched against git master as of 11-27-2011 (1.9.2-7-g3f4bd0d).
Review of attachment 202260 [details] [review]: looks good to me
pushed to master. thanks a lot for the patch. as a remark for future patches: git format is generally preferred, as it makes applying (and maintaining authorship data) easier for us.