From 0705948690a76d2fbe860997ed4dc270c78e18a1 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 6 Aug 2007 19:37:46 +0000 Subject: [PATCH] Match arguments, to make gtk-doc happy --- clutter/clutter-behaviour-depth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-behaviour-depth.h b/clutter/clutter-behaviour-depth.h index b156defae..098a354da 100644 --- a/clutter/clutter-behaviour-depth.h +++ b/clutter/clutter-behaviour-depth.h @@ -59,8 +59,8 @@ struct _ClutterBehaviourDepthClass GType clutter_behaviour_depth_get_type (void) G_GNUC_CONST; ClutterBehaviour *clutter_behaviour_depth_new (ClutterAlpha *alpha, - gint min_depth, - gint max_depth); + gint start_depth, + gint end_depth); G_END_DECLS