~ubuntu-branches/ubuntu/quantal/gnome-panel/quantal

« back to all changes in this revision

Viewing changes to applets/clock/clock-marshallers.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-08 00:17:11 UTC
  • mfrom: (1.13.15)
  • Revision ID: package-import@ubuntu.com-20120208001711-npwmthl0c6iy3s9a
Tags: 1:3.3.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum glib to 2.31.14
* debian/patches/13_disable_missing_help.patch:
  Updated patch from bugzilla
* debian/patches/14_revert-timedate-change.patch:
  - Revert switch to systemd timedate protocol until ubuntu-system-
    services supports it

Show diffs side-by-side

added added

removed removed

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