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

« back to all changes in this revision

Viewing changes to glib/goption.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:
558
558
 *
559
559
 * Returns a pointer to the main group of @context.
560
560
 *
561
 
 * Return value: the main group of @context, or %NULL if @context doesn't
 
561
 * Returns: the main group of @context, or %NULL if @context doesn't
562
562
 *  have a main group. Note that group belongs to @context and should
563
563
 *  not be modified or freed.
564
564
 *
1818
1818
 * automatic character set conversion of string and filename
1819
1819
 * arguments.
1820
1820
 *
1821
 
 * Return value: %TRUE if the parsing was successful,
 
1821
 * Returns: %TRUE if the parsing was successful,
1822
1822
 *               %FALSE if an error occurred
1823
1823
 *
1824
1824
 * Since: 2.6
2163
2163
 *
2164
2164
 * Creates a new #GOptionGroup.
2165
2165
 *
2166
 
 * Return value: a newly created option group. It should be added
 
2166
 * Returns: a newly created option group. It should be added
2167
2167
 *   to a #GOptionContext or freed with g_option_group_free().
2168
2168
 *
2169
2169
 * Since: 2.6