~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to clutter/clutter-scriptable.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
typedef struct _ClutterScriptableIface          ClutterScriptableIface;
45
45
 
46
46
/**
 
47
 * ClutterScriptable:
 
48
 *
 
49
 * #ClutterScriptable is an opaque structure whose members cannot be directly
 
50
 * accessed
 
51
 *
 
52
 * Since: 0.6
 
53
 */
 
54
 
 
55
/**
47
56
 * ClutterScriptableIface:
48
57
 * @set_id: virtual function for setting the id of a scriptable object
49
58
 * @get_id: virtual function for getting the id of a scriptable object