~ubuntu-branches/debian/sid/alleyoop/sid

« back to all changes in this revision

Viewing changes to src/vgmarshal.c

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier, debian/patches/01_gconf-breakage.diff
  • Date: 2006-02-05 14:01:28 UTC
  • mfrom: (3.1.2 dapper)
  • Revision ID: james.westby@ubuntu.com-20060205140128-xyvh2hu8e82b03l7
Tags: 0.9.0-6
Initialize type system prior to any gconf_client_get_default() use;
permits running alleyoop as root. (Closes: #351308)
[debian/patches/01_gconf-breakage.diff]

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong
36
36
#define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64
37
37
#define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64
38
 
#define g_marshal_value_peek_enum(v)     (v)->data[0].v_int
39
 
#define g_marshal_value_peek_flags(v)    (v)->data[0].v_uint
 
38
#define g_marshal_value_peek_enum(v)     (v)->data[0].v_long
 
39
#define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong
40
40
#define g_marshal_value_peek_float(v)    (v)->data[0].v_float
41
41
#define g_marshal_value_peek_double(v)   (v)->data[0].v_double
42
42
#define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer