~ubuntu-branches/ubuntu/utopic/gdk-pixbuf/utopic

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk-pixbuf-marshal.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-30 09:01:26 UTC
  • mfrom: (1.1.12) (1.2.11 experimental)
  • Revision ID: package-import@ubuntu.com-20120330090126-tz72bixe1c6r3gj9
Tags: 2.26.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

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