~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to clutter/clutter-actor-meta.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-01 23:50:39 UTC
  • mfrom: (4.1.22 experimental)
  • Revision ID: package-import@ubuntu.com-20120501235039-7wehcmtr33nqhv67
Tags: 1.10.4-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
  GInitiallyUnownedClass parent_class;
76
76
 
77
77
  /*< public >*/
 
78
 
 
79
  /**
 
80
   * ClutterActorMetaClass::set_actor:
 
81
   * @meta: a #ClutterActorMeta
 
82
   * @actor: (allow-none): the actor attached to @meta, or %NULL
 
83
   *
 
84
   * Virtual function, called when @meta is attached or detached
 
85
   * from a #ClutterActor.
 
86
   */
78
87
  void (* set_actor) (ClutterActorMeta *meta,
79
88
                      ClutterActor     *actor);
80
89