1
0
Fork 0

Match arguments, to make gtk-doc happy

This commit is contained in:
Emmanuele Bassi 2007-08-06 19:37:46 +00:00
parent 8b2c95f7f3
commit 0705948690

View file

@ -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