mirror of
https://github.com/brl/mutter.git
synced 2025-02-23 16:34:10 +00:00
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,
|
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__ */
|
||||||
|
@ -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__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user