~ubuntu-branches/ubuntu/saucy/gimp/saucy

« back to all changes in this revision

Viewing changes to libgimp/gimptransformtools_pdb.h

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-05-20 19:21:01 UTC
  • mfrom: (1.1.26) (0.4.16 sid)
  • Revision ID: package-import@ubuntu.com-20120520192101-bs7zetx8ffoq2nfv
Tags: 2.8.0-2ubuntu1
* Merge from Debian unstable (LP: #908472). Remaining Changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates
* Drop the following patches that were applied upstream:
  - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
  - debian/patches/embed-page-setup-dialog.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * gimptransformtools_pdb.h
5
5
 *
6
 
 * This library is free software; you can redistribute it and/or
 
6
 * This library is free software: you can redistribute it and/or
7
7
 * modify it under the terms of the GNU Lesser General Public
8
8
 * License as published by the Free Software Foundation; either
9
 
 * version 2 of the License, or (at your option) any later version.
 
9
 * version 3 of the License, or (at your option) any later version.
10
10
 *
11
11
 * This library is distributed in the hope that it will be useful,
12
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 * Lesser General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU Lesser General Public
17
 
 * License along with this library; if not, write to the
18
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
 
 * Boston, MA 02111-1307, USA.
 
17
 * License along with this library.  If not, see
 
18
 * <http://www.gnu.org/licenses/>.
20
19
 */
21
20
 
22
21
/* NOTE: This file is auto-generated by pdbgen.pl */
23
22
 
 
23
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
 
24
#error "Only <libgimp/gimp.h> can be included directly."
 
25
#endif
 
26
 
24
27
#ifndef __GIMP_TRANSFORM_TOOLS_PDB_H__
25
28
#define __GIMP_TRANSFORM_TOOLS_PDB_H__
26
29