G_BEGIN_DECLS
+#ifndef G_DISABLE_DEPRECATED
+
typedef struct _GCache GCache;
typedef gpointer (*GCacheNewFunc) (gpointer key);
GHFunc func,
gpointer user_data);
+#endif
+
G_END_DECLS
#endif /* __G_CACHE_H__ */
G_BEGIN_DECLS
+#ifndef G_DISABLE_DEPRECATED
+
/* ============== Compat main loop stuff ================== */
/**
*/
#define g_main_set_poll_func(func) g_main_context_set_poll_func (NULL, func)
+#endif
G_END_DECLS
G_BEGIN_DECLS
+#ifndef G_DISABLE_DEPRECATED
+
typedef enum
{
G_THREAD_PRIORITY_LOW,
GMutex *mutex,
GTimeVal *timeval);
+#endif
+
G_END_DECLS
#endif /* __G_DEPRECATED_THREAD_H__ */