94
94
UnityTestingBackground* unity_testing_background_new (void);
95
95
UnityTestingBackground* unity_testing_background_construct (GType object_type);
96
96
static void _unity_testing_background_on_allocation_changed (UnityTestingBackground* self);
98
98
static void _unity_testing_background_update_gradient (UnityTestingBackground* self);
100
100
static void _unity_testing_background_on_gconf_changed (UnityTestingBackground* self, GConfClient* client, guint cxnid, GConfEntry* entry);
101
101
static void __unity_testing_background_on_gconf_changed_gconf_client_notify_func (GConfClient* client, guint cnxn_id, GConfEntry* entry, gpointer self);
102
102
static void __unity_testing_background_on_allocation_changed_clutter_actor_allocation_changed (ClutterActor* _sender, const ClutterActorBox* box, ClutterAllocationFlags flags, gpointer self);