~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to clutter/clutter-macros.h

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2013-03-15 23:20:40 UTC
  • mto: (4.1.25 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20130315232040-9wwd4f9mgx8lewoz
Tags: upstream-1.13.8
ImportĀ upstreamĀ versionĀ 1.13.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
# define CLUTTER_AVAILABLE_IN_1_12
263
263
#endif
264
264
 
 
265
#if CLUTTER_VERSION_MIN_REQUIRED >= CLUTTER_VERSION_1_14
 
266
# define CLUTTER_DEPRECATED_IN_1_14             CLUTTER_DEPRECATED
 
267
# define CLUTTER_DEPRECATED_IN_1_14_FOR(f)      CLUTTER_DEPRECATED_FOR(f)
 
268
#else
 
269
# define CLUTTER_DEPRECATED_IN_1_14
 
270
# define CLUTTER_DEPRECATED_IN_1_14_FOR(f)
 
271
#endif
 
272
 
 
273
#if CLUTTER_VERSION_MAX_ALLOWED < CLUTTER_VERSION_1_14
 
274
# define CLUTTER_AVAILABLE_IN_1_14              CLUTTER_UNAVAILABLE(1, 14)
 
275
#else
 
276
# define CLUTTER_AVAILABLE_IN_1_14
 
277
#endif
 
278
 
265
279
#endif /* __CLUTTER_MACROS_H__ */