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

« back to all changes in this revision

Viewing changes to gio/gtlspassword.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:
327
327
 *
328
328
 * Get flags about the password.
329
329
 *
330
 
 * Return value: The flags about the password.
 
330
 * Returns: The flags about the password.
331
331
 *
332
332
 * Since: 2.30
333
333
 */
364
364
 *
365
365
 * Get a description string about what the password will be used for.
366
366
 *
367
 
 * Return value: The description of the password.
 
367
 * Returns: The description of the password.
368
368
 *
369
369
 * Since: 2.30
370
370
 */
407
407
 * representation of the password flags returned from
408
408
 * g_tls_password_get_flags().
409
409
 *
410
 
 * Return value: The warning.
 
410
 * Returns: The warning.
411
411
 *
412
412
 * Since: 2.30
413
413
 */