~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to libanjuta/anjuta-debug.h

  • Committer: Package Import Robot
  • Author(s): Steve Ovens
  • Date: 2014-01-03 21:06:06 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140103210606-pmvzhu0s68qy6261
Tags: 2:3.10.2-0ubuntu1
* New upstream release (LP: #1266037)
- Updated Build-Depends of libgtk-3-dev (>= 3.6.0),
  libglib2.0-dev (>= 2.34.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19
19
*/
20
20
 
 
21
#ifndef __ANJUTA_DEBUG__
 
22
#define __ANJUTA_DEBUG__
 
23
 
21
24
/**
22
25
 * SECTION:anjuta-debug
23
26
 * @title: Debugging
39
42
 * will display debug messages from Gtk, Anjuta and gdb plugin only.
40
43
 */
41
44
 
42
 
#ifndef __ANJUTA_DEBUG__
43
 
#define __ANJUTA_DEBUG__
44
 
 
45
45
/**
46
46
 * DEBUG_PRINT:
47
47
 *