~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimpcolor/gimprgb-parse.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
 * notation is a '#' immediately followed by either three or six
223
223
 * hexadecimal characters.
224
224
 *
225
 
 * This funcion does not touch the alpha component of @rgb.
 
225
 * This function does not touch the alpha component of @rgb.
226
226
 *
227
227
 * Return value: %TRUE if @name was parsed successfully and @rgb has been
228
228
 *               set, %FALSE otherwise
258
258
 * Attempts to parse a string describing a color in RGB value in
259
259
 * hexadecimal notation (optionally prefixed with a '#').
260
260
 *
261
 
 * This funcion does not touch the alpha component of @rgb.
 
261
 * This function does not touch the alpha component of @rgb.
262
262
 *
263
263
 * Return value: %TRUE if @hex was parsed successfully and @rgb has been
264
264
 *               set, %FALSE otherwise
298
298
 * (<code>##ff0000</code>) or a color name as parsed by
299
299
 * gimp_rgb_parse_name() (<code>red</code>).
300
300
 *
301
 
 * This funcion does not touch the alpha component of @rgb.
 
301
 * This function does not touch the alpha component of @rgb.
302
302
 *
303
303
 * Return value: %TRUE if @css was parsed successfully and @rgb has been
304
304
 *               set, %FALSE otherwise