~ubuntu-branches/ubuntu/oneiric/gvfs/oneiric-updates

« back to all changes in this revision

Viewing changes to daemon/soup-output-stream.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-06 09:24:10 UTC
  • mfrom: (1.1.74 upstream)
  • Revision ID: package-import@ubuntu.com-20110906092410-bdt13pvj6ns5f5n2
Tags: 1.9.5-0ubuntu1
* debian/watch: Fix syntax.
* New upstream release.
* debian/control.in: Add libgcrypt11-dev build dependency as per
  configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
    }
322
322
 
323
323
  g_simple_async_result_complete_in_idle (result);
 
324
  g_object_unref (result);
324
325
}
325
326
 
326
327
static gssize
362
363
  soup_output_stream_done_io (stream);
363
364
 
364
365
  g_simple_async_result_complete (result);
 
366
  g_object_unref (result);
365
367
}
366
368
 
367
369
static void
398
400
      g_simple_async_result_set_from_error (result, error);
399
401
      g_error_free (error);
400
402
      g_simple_async_result_complete_in_idle (result);
 
403
      g_object_unref (result);
401
404
      return;
402
405
    }
403
406