timeout-pool: Deprecate the structure too

Don't leave it lying around, since nothing can use it anyway.
This commit is contained in:
Emmanuele Bassi 2010-11-08 15:52:17 +00:00
parent 26a70707ab
commit 993d3b3fe1
2 changed files with 5 additions and 3 deletions

View File

@ -34,8 +34,10 @@
#include "config.h"
#endif
#include "clutter-debug.h"
#undef CLUTTER_DISABLE_DEPRECATED
#include "clutter-timeout-pool.h"
#include "clutter-debug.h"
#include "clutter-timeout-interval.h"
typedef struct _ClutterTimeout ClutterTimeout;

View File

@ -39,6 +39,8 @@
G_BEGIN_DECLS
#ifndef CLUTTER_DISABLE_DEPRECATED
/**
* ClutterTimeoutPool: (skip)
*
@ -51,8 +53,6 @@ G_BEGIN_DECLS
*/
typedef struct _ClutterTimeoutPool ClutterTimeoutPool;
#ifndef CLUTTER_DISABLE_DEPRECATED
ClutterTimeoutPool *clutter_timeout_pool_new (gint priority);
guint clutter_timeout_pool_add (ClutterTimeoutPool *pool,
guint fps,