After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664996 - clutter_state_set_key (allow-none)
clutter_state_set_key (allow-none)
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-27 23:44 UTC by Jeremy Moles
Modified: 2011-12-01 10:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds (allow-none) as source_target for clutter_state_set_key (635 bytes, patch)
2011-11-27 23:44 UTC, Jeremy Moles
committed Details | Review

Description Jeremy Moles 2011-11-27 23:44:51 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).
Comment 1 Emmanuele Bassi (:ebassi) 2011-11-28 08:52:24 UTC
Review of attachment 202260 [details] [review]:

looks good to me
Comment 2 Emmanuele Bassi (:ebassi) 2011-12-01 10:40:41 UTC
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.