~attente/glib/gbytesicon

« back to all changes in this revision

Viewing changes to glib/goption.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-03-22 15:34:02 UTC
  • mfrom: (172.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130322153402-sairsye8us9zxmew
Tags: 2.35.9-2ubuntu1
* Resynchronise with Debian experimental, remaining change:
  - Make python BD :all to facilitate cross building

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
 
277
277
/**
278
278
 * g_option_context_new:
279
 
 * @parameter_string: a string which is displayed in
 
279
 * @parameter_string: (allow-none): a string which is displayed in
280
280
 *    the first line of <option>--help</option> output, after the
281
281
 *    usage summary
282
282
 *    <literal><replaceable>programname</replaceable> [OPTION...]</literal>