~ubuntu-branches/ubuntu/vivid/gtkhtml4.0/vivid-proposed

« back to all changes in this revision

Viewing changes to gtkhtml/test-suite.c

  • Committer: Package Import Robot
  • Author(s): Josselin Mouette
  • Date: 2011-12-16 19:49:17 UTC
  • mfrom: (1.1.4) (3.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20111216194917-giursnttx0kru23g
Tags: 4.2.2-1
* New upstream release.
* 01_deprecated.patch: patch from upstream git. Don’t use 
  _DISABLE_DEPRECATED flags.
* Use dh-autoreconf.
* Update Vcs-* fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
}
76
76
 
77
77
static gboolean
78
 
plain_save_receiver (gpointer engine, const gchar *data, gsize len, gpointer user_data)
 
78
plain_save_receiver (gpointer engine,
 
79
                     const gchar *data,
 
80
                     gsize len,
 
81
                     gpointer user_data)
79
82
{
80
83
        GString *str = (GString *) user_data;
81
84