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

« back to all changes in this revision

Viewing changes to gio/gwin32inputstream.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:
240
240
 * Returns whether the handle of @stream will be
241
241
 * closed when the stream is closed.
242
242
 *
243
 
 * Return value: %TRUE if the handle is closed when done
 
243
 * Returns: %TRUE if the handle is closed when done
244
244
 *
245
245
 * Since: 2.26
246
246
 */
258
258
 *
259
259
 * Return the Windows file handle that the stream reads from.
260
260
 *
261
 
 * Return value: The file handle of @stream
 
261
 * Returns: The file handle of @stream
262
262
 *
263
263
 * Since: 2.26
264
264
 */