~ubuntu-branches/ubuntu/vivid/librest/vivid-proposed

« back to all changes in this revision

Viewing changes to examples/test-xml.c

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-10-20 06:48:27 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20101020064827-xke57n8ff9ywlm11
Tags: 0.7.2+git20100820.ad370df7-1ubuntu1
* Sync package from Debian (LP: #646960).
* fix-missing-libs-binutils-gold.patch: fix FTBFS with binutils-gold by
  patching Makefile.am to add explicitly 2 libs (libgobject-2.0 and
  libglib-2.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
static void
86
86
proxy_call_raw_async_cb (RestProxyCall *call,
87
 
                         GError        *error,
 
87
                         const GError  *error,
88
88
                         GObject       *weak_object,
89
89
                         gpointer       userdata)
90
90
{