summaryrefslogtreecommitdiff
path: root/clutter/clutter-offscreen-effect.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-09-06 16:11:46 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-09-06 16:11:46 +0100
commitb4120b81e4a472fff5f7388b4cfc8f717ecc23f0 (patch)
treee10eaa8f7ff986965d390d92fc87a43db5d917e3 /clutter/clutter-offscreen-effect.c
parent070e239b6d887d43ff57320b7e325c8d689ce0ef (diff)
downloadclutter-b4120b81e4a472fff5f7388b4cfc8f717ecc23f0.tar.gz
Add some more introspection annotations
Diffstat (limited to 'clutter/clutter-offscreen-effect.c')
-rw-r--r--clutter/clutter-offscreen-effect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clutter/clutter-offscreen-effect.c b/clutter/clutter-offscreen-effect.c
index 2685afe7a..d60d83ff0 100644
--- a/clutter/clutter-offscreen-effect.c
+++ b/clutter/clutter-offscreen-effect.c
@@ -469,7 +469,9 @@ clutter_offscreen_effect_paint_target (ClutterOffscreenEffect *effect)
*
* Calls the create_texture() virtual function of the @effect
*
- * Return value: a handle to a Cogl texture, or %COGL_INVALID_HANDLE
+ * Return value: (transfer full): a handle to a Cogl texture, or
+ * %COGL_INVALID_HANDLE. The returned handle has its reference
+ * count increased.
*
* Since: 1.4
*/