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

« back to all changes in this revision

Viewing changes to app/tools/gimpimagemaptool-settings.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* GIMP - The GNU Image Manipulation Program
 
2
 * Copyright (C) 1995 Spencer Kimball and Peter Mattis
 
3
 *
 
4
 * gimpimagemaptool-settings.h
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
19
 */
 
20
 
 
21
#ifndef __GIMP_IMAGE_MAP_TOOL_SETTINGS_H__
 
22
#define __GIMP_IMAGE_MAP_TOOL_SETTINGS_H__
 
23
 
 
24
 
 
25
gboolean gimp_image_map_tool_add_settings_gui     (GimpImageMapTool *image_map_tool);
 
26
 
 
27
gboolean gimp_image_map_tool_real_settings_import (GimpImageMapTool *tool,
 
28
                                                   const gchar      *filename,
 
29
                                                   GError          **error);
 
30
gboolean gimp_image_map_tool_real_settings_export (GimpImageMapTool *tool,
 
31
                                                   const gchar      *filename,
 
32
                                                   GError          **error);
 
33
 
 
34
 
 
35
#endif /* __GIMP_IMAGE_MAP_TOOL_SETTINGS_H__ */