~ubuntu-branches/ubuntu/saucy/parole/saucy-proposed

« back to all changes in this revision

Viewing changes to src/org.parole.media.list.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-24 16:09:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110424160919-rpjwaicrdb8f7un2
Tags: 0.2.0.6-1
[ Lionel Le Folgoc ]
* debian/control:
  - drop unneeded build-dep on xulrunner-dev.   closes: #594073
  - suggests a few useful gstreamer0.10 plugins.
  - build-depends on quilt.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
  - series: added.                                            closes: #615760
* debian/rules: pass --with quilt to dh.

[ Yves-Alexis Perez ]
* New upstream release.
* Switch to 3.0 (quilt) source format.
* debian/control:
  - update standards version to 3.9.2.
  - drop browser-plugin-parole package.
  - drop quilt build-dep.
  - add build-dep on hardening-includes
  - bump xfce build-deps to 4.8.
* debian/parole.install updated.
* debian/rules:
  - use --fail-missing and manually remove spurious files.
  - drop quilt addon
  - pick build flags from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to build flags.
  - stop harcoding the shell to bash, it works fine now.      closes: #623830

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)
28
28
#define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)
29
29
#define g_marshal_value_peek_object(v)   g_value_get_object (v)
 
30
#define g_marshal_value_peek_variant(v)  g_value_get_variant (v)
30
31
#else /* !G_ENABLE_DEBUG */
31
32
/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
32
33
 *          Do not access GValues directly in your code. Instead, use the
50
51
#define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer
51
52
#define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer
52
53
#define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer
 
54
#define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer
53
55
#endif /* !G_ENABLE_DEBUG */
54
56
 
55
57
 
109
111
  { (GCallback) parole_media_list_dbus_add_files, dbus_glib_marshal_parole_media_list_BOOLEAN__BOXED_POINTER, 0 },
110
112
};
111
113
 
112
 
const DBusGObjectInfo dbus_glib_parole_media_list_object_info = {
113
 
  0,
 
114
const DBusGObjectInfo dbus_glib_parole_media_list_object_info = {  1,
114
115
  dbus_glib_parole_media_list_methods,
115
116
  1,
116
117
"org.Parole.Media.List\0AddFiles\0S\0files\0I\0as\0\0\0",