Update the deprecation macros

Use the new versioned macros instead of the generic ones.
This commit is contained in:
Emmanuele Bassi
2012-02-27 15:10:13 +00:00
parent 780a11b926
commit d5b565f7b9
23 changed files with 180 additions and 180 deletions

View File

@ -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_);