~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

Viewing changes to app/core/gimpimage-item-list.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-18 10:44:11 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218104411-p2c1aor6tfqcwkyw
Tags: 2.4.3-1ubuntu1
* Merge from Debian unstable. (LP: #177821)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
 * Return value: The list of items, excluding @exclude.
160
160
 **/
161
161
GList *
162
 
gimp_image_item_list_get_list (GimpImage        *image,
163
 
                               GimpItem         *exclude,
 
162
gimp_image_item_list_get_list (const GimpImage  *image,
 
163
                               const GimpItem   *exclude,
164
164
                               GimpItemTypeMask  type,
165
165
                               GimpItemSet       set)
166
166
{