interval: Allow passing NULL values to the constructor
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 11 Apr 2012 13:18:56 +0000 (14:18 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 27 Apr 2012 11:30:48 +0000 (12:30 +0100)
commitd24eccd026e991f00e9e92a3df4e23334573891e
tree2477deda22c830187ac74f9821843f459760c5b4
parentbf12e231998fc299549023ede79b77225528a907
interval: Allow passing NULL values to the constructor

Given that we can create a ClutterInterval without an initial and final
values using g_object_new(), it stands to reason that we ought to be
able to create an instance when passing NULL GValue pointers to the
new_with_values() constructor as well.
clutter/clutter-interval.c