Move the progress function registration to clutter-types.h

Near the definition of ClutterProgressFunc.
This commit is contained in:
Emmanuele Bassi 2012-03-30 13:56:18 +01:00
parent e2564dd265
commit d77ca7f7b8
2 changed files with 3 additions and 3 deletions

View File

@ -133,9 +133,6 @@ gboolean clutter_interval_compute_value (ClutterInterval *interval,
const GValue * clutter_interval_compute (ClutterInterval *interval, const GValue * clutter_interval_compute (ClutterInterval *interval,
gdouble factor); gdouble factor);
void clutter_interval_register_progress_func (GType value_type,
ClutterProgressFunc func);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_INTERVAL_H__ */ #endif /* __CLUTTER_INTERVAL_H__ */

View File

@ -367,6 +367,9 @@ typedef gboolean (* ClutterProgressFunc) (const GValue *a,
gdouble progress, gdouble progress,
GValue *retval); GValue *retval);
void clutter_interval_register_progress_func (GType value_type,
ClutterProgressFunc func);
G_END_DECLS G_END_DECLS
#endif /* __CLUTTER_TYPES_H__ */ #endif /* __CLUTTER_TYPES_H__ */