Move the progress function registration to clutter-types.h
Near the definition of ClutterProgressFunc.
This commit is contained in:
parent
e2564dd265
commit
d77ca7f7b8
@ -133,9 +133,6 @@ gboolean clutter_interval_compute_value (ClutterInterval *interval,
|
||||
const GValue * clutter_interval_compute (ClutterInterval *interval,
|
||||
gdouble factor);
|
||||
|
||||
void clutter_interval_register_progress_func (GType value_type,
|
||||
ClutterProgressFunc func);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __CLUTTER_INTERVAL_H__ */
|
||||
|
@ -367,6 +367,9 @@ typedef gboolean (* ClutterProgressFunc) (const GValue *a,
|
||||
gdouble progress,
|
||||
GValue *retval);
|
||||
|
||||
void clutter_interval_register_progress_func (GType value_type,
|
||||
ClutterProgressFunc func);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __CLUTTER_TYPES_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user