diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-09-08 16:41:47 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-09-08 16:41:47 +0100 |
commit | 8a5686d83503d9b9a5c8e083d8613a8e9d1cf1f5 (patch) | |
tree | 44bc346ad833ad3384feb914b2ae2d257359664f /clutter/clutter-animator.c | |
parent | f1c44a27a17c66c80ac92f7365b7fcc85c9f0847 (diff) | |
download | clutter-8a5686d83503d9b9a5c8e083d8613a8e9d1cf1f5.tar.gz |
Further annotation fixes
Diffstat (limited to 'clutter/clutter-animator.c')
-rw-r--r-- | clutter/clutter-animator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-animator.c b/clutter/clutter-animator.c index fd7a7acf6..d0a90f112 100644 --- a/clutter/clutter-animator.c +++ b/clutter/clutter-animator.c @@ -1354,7 +1354,7 @@ clutter_animator_set_key (ClutterAnimator *animator, * Returns a list of pointers to opaque structures with accessor functions * that describe the keys added to an animator. * - * Return value: (transfer container) (element-type ClutterAnimatorKey): a + * Return value: (transfer container) (element-type Clutter.AnimatorKey): a * list of #ClutterAnimatorKey<!-- -->s; the contents of the list are owned * by the #ClutterAnimator, but you should free the returned list when done, * using g_list_free() |