~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty

« back to all changes in this revision

Viewing changes to glib/src/thread.hg

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-08 11:46:37 UTC
  • mfrom: (1.2.70)
  • Revision ID: package-import@ubuntu.com-20120308114637-igm0brktjj83b03b
Tags: 2.31.20-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
_DEFS(glibmm,glib)
19
 
 
 
19
_CONFIGINCLUDE(glibmmconfig.h)
 
20
 
 
21
_IS_DEPRECATED // This whole file is deprecated.
 
22
 
 
23
#m4 _PUSH(SECTION_CC_PRE_INCLUDES)
 
24
// Must be included in the .cc file before the generated #ifndef GLIBMM_DISABLE_DEPRECATED,
 
25
// or else "configure --disable-deprecated-api" + "make" will fail.
20
26
#include <glibmmconfig.h>
21
 
 
22
 
_DEPRECATE_IFDEF_START
 
27
#m4 _POP()
23
28
 
24
29
// We use GThreadFunctions in the (deprecated) API, so we must temporarily undef G_DISABLE_DEPRECATED.
25
30
// Temporarily undef G_DISABLE_DEPRECATED, redefining it later if appropriate.
1084
1089
 
1085
1090
} // namespace Glib
1086
1091
 
1087
 
_DEPRECATE_IFDEF_END