summaryrefslogtreecommitdiff
path: root/clutter/clutter-offscreen-effect.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-12-09 12:36:50 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-12-09 12:36:50 +0000
commitd229036441b3f0a4f7ab5205de46b5dbc9d9d7a9 (patch)
tree467e4a8005ed8c9819435b85588c34bf4a910566 /clutter/clutter-offscreen-effect.h
parente1f48b15ee92f60f2a84c808ba0d505f38a1bf61 (diff)
downloadclutter-d229036441b3f0a4f7ab5205de46b5dbc9d9d7a9.tar.gz
Reduce the amount of g-ir-scanner warnings
As much as we can; the remaining warnings are mostly valid things that the introspection scanner still flags as potential issues.
Diffstat (limited to 'clutter/clutter-offscreen-effect.h')
-rw-r--r--clutter/clutter-offscreen-effect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clutter/clutter-offscreen-effect.h b/clutter/clutter-offscreen-effect.h
index c9213cbda..0f16c9f31 100644
--- a/clutter/clutter-offscreen-effect.h
+++ b/clutter/clutter-offscreen-effect.h
@@ -77,9 +77,9 @@ struct _ClutterOffscreenEffectClass
/*< public >*/
CoglHandle (* create_texture) (ClutterOffscreenEffect *effect,
- gfloat min_width,
- gfloat min_height);
- void (* paint_target) (ClutterOffscreenEffect *effect);
+ gfloat width,
+ gfloat height);
+ void (* paint_target) (ClutterOffscreenEffect *effect);
/*< private >*/
void (* _clutter_offscreen1) (void);