~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gio/gmemoryoutputstream.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-03-04 13:08:00 UTC
  • mfrom: (1.63.34)
  • Revision ID: package-import@ubuntu.com-20140304130800-6f4fs4s8iri00blg
Tags: 2.39.91-0ubuntu1
* New upstream release 2.39.91
* revert-0001-Improve-GAsyncQueue-test-coverage.patch: Drop, fixed upstream.
* Re-enable test_timer_stop to gather more information about the failure.
* debian/libglib2.0-0.symbols: Update with new symbols in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
 * stream3 = g_memory_output_stream_new (data, 200, NULL, free);
380
380
 * ]|
381
381
 *
382
 
 * Return value: A newly created #GMemoryOutputStream object.
 
382
 * Returns: A newly created #GMemoryOutputStream object.
383
383
 **/
384
384
GOutputStream *
385
385
g_memory_output_stream_new (gpointer       data,