~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to gdk/gdkmarshalers.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#ifdef G_ENABLE_DEBUG
7
7
#define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)
8
 
#define g_marshal_value_peek_char(v)     g_value_get_char (v)
 
8
#define g_marshal_value_peek_char(v)     g_value_get_schar (v)
9
9
#define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)
10
10
#define g_marshal_value_peek_int(v)      g_value_get_int (v)
11
11
#define g_marshal_value_peek_uint(v)     g_value_get_uint (v)