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

« back to all changes in this revision

Viewing changes to pango/pango-markup.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 10:39:11 UTC
  • mfrom: (1.6.4) (63.3.30 sid)
  • Revision ID: package-import@ubuntu.com-20120309103911-0jpxqwnix351v3se
Tags: 1.29.5-1
* New upstream release.
  - Fix GI annotation syntax. Closes: #640855
* debian/control.in: Bump Build-Depends on libglib2.0-dev to (>= 2.31.0).
* debian/patches/00git_transfer_annotations.patch: Removed, merged upstream.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
552
552
 * @markup_text: markup to parse (see <link linkend="PangoMarkupFormat">markup format</link>)
553
553
 * @length: length of @markup_text, or -1 if nul-terminated
554
554
 * @accel_marker: character that precedes an accelerator, or 0 for none
555
 
 * @attr_list: address of return location for a #PangoAttrList, or %NULL
556
 
 * @text: address of return location for text with tags stripped, or %NULL
557
 
 * @accel_char: address of return location for accelerator char, or %NULL
 
555
 * @attr_list: (out) (allow-none): address of return location for a #PangoAttrList, or %NULL
 
556
 * @text: (out) (allow-none): address of return location for text with tags stripped, or %NULL
 
557
 * @accel_char: (out) (allow-none): address of return location for accelerator char, or %NULL
558
558
 * @error: address of return location for errors, or %NULL
559
559
 *
560
560
 * Parses marked-up text (see