mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Update the deprecation macros
Use the new versioned macros instead of the generic ones.
This commit is contained in:
@ -32,12 +32,12 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
CLUTTER_DEPRECATED
|
||||
CLUTTER_DEPRECATED_IN_1_6
|
||||
guint clutter_frame_source_add (guint fps,
|
||||
GSourceFunc func,
|
||||
gpointer data);
|
||||
|
||||
CLUTTER_DEPRECATED
|
||||
CLUTTER_DEPRECATED_IN_1_6
|
||||
guint clutter_frame_source_add_full (gint priority,
|
||||
guint fps,
|
||||
GSourceFunc func,
|
||||
|
Reference in New Issue
Block a user