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 703336 - clutter-actor: Make clutter_actor_has_mapped_clones public
clutter-actor: Make clutter_actor_has_mapped_clones public
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks: 703332
 
 
Reported: 2013-06-30 08:12 UTC by drago01
Modified: 2013-07-17 10:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
clutter-actor: Make clutter_actor_has_mapped_clones public (2.13 KB, patch)
2013-06-30 08:12 UTC, drago01
none Details | Review
clutter-actor: Make clutter_actor_has_mapped_clones public (2.21 KB, patch)
2013-07-01 17:38 UTC, drago01
committed Details | Review

Description drago01 2013-06-30 08:12:08 UTC
See patch, we need this for an optimization in mutter.
Comment 1 drago01 2013-06-30 08:12:10 UTC
Created attachment 248079 [details] [review]
clutter-actor: Make clutter_actor_has_mapped_clones public

This allows some optimisations to be done that work when they are no clones.
Comment 2 drago01 2013-07-01 17:38:46 UTC
Created attachment 248169 [details] [review]
clutter-actor: Make clutter_actor_has_mapped_clones public

This allows some optimisations to be done that work when they are no clones.


--

Move it to the experimental API.
Comment 3 Emmanuele Bassi (:ebassi) 2013-07-17 10:26:17 UTC
Review of attachment 248169 [details] [review]:

minor issue to be fixed before pushing.

::: clutter/clutter-actor.c
@@ +20327,3 @@
 clutter_actor_has_mapped_clones (ClutterActor *self)
 {
   ClutterActorPrivate *priv = self->priv;

needs g_return_val_if_fail() on the argument before the priv assignment.
Comment 4 drago01 2013-07-17 10:43:13 UTC
Attachment 248169 [details] pushed as 74ab8c3 - clutter-actor: Make clutter_actor_has_mapped_clones public