mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Update the deprecation macros
Use the new versioned macros instead of the generic ones.
This commit is contained in:
@ -51,16 +51,16 @@ G_BEGIN_DECLS
|
||||
*/
|
||||
typedef struct _ClutterTimeoutPool ClutterTimeoutPool;
|
||||
|
||||
CLUTTER_DEPRECATED
|
||||
CLUTTER_DEPRECATED_IN_1_6
|
||||
ClutterTimeoutPool *clutter_timeout_pool_new (gint priority);
|
||||
|
||||
CLUTTER_DEPRECATED
|
||||
CLUTTER_DEPRECATED_IN_1_6
|
||||
guint clutter_timeout_pool_add (ClutterTimeoutPool *pool,
|
||||
guint fps,
|
||||
GSourceFunc func,
|
||||
gpointer data,
|
||||
GDestroyNotify notify);
|
||||
CLUTTER_DEPRECATED
|
||||
CLUTTER_DEPRECATED_IN_1_6
|
||||
void clutter_timeout_pool_remove (ClutterTimeoutPool *pool,
|
||||
guint id_);
|
||||
|
||||
|
Reference in New Issue
Block a user