~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to libgimp/gimpitemcombobox.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * Copyright (C) 2004 Sven Neumann <sven@gimp.org>
6
6
 * Copyright (C) 2006 Simon Budig <simon@gimp.org>
7
7
 *
8
 
 * This library is free software; you can redistribute it and/or
 
8
 * This library is free software: you can redistribute it and/or
9
9
 * modify it under the terms of the GNU Lesser General Public
10
10
 * License as published by the Free Software Foundation; either
11
 
 * version 2 of the License, or (at your option) any later version.
 
11
 * version 3 of the License, or (at your option) any later version.
12
12
 *
13
13
 * This library is distributed in the hope that it will be useful,
14
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
16
 * Lesser General Public License for more details.
17
17
 *
18
18
 * You should have received a copy of the GNU Lesser General Public
19
 
 * License along with this library; if not, write to the
20
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21
 
 * Boston, MA 02111-1307, USA.
 
19
 * License along with this library.  If not, see
 
20
 * <http://www.gnu.org/licenses/>.
22
21
 */
23
22
 
 
23
#if !defined (__GIMP_UI_H_INSIDE__) && !defined (GIMP_COMPILATION)
 
24
#error "Only <libgimp/gimpui.h> can be included directly."
 
25
#endif
 
26
 
24
27
#ifndef __GIMP_ITEM_COMBO_BOX_H__
25
28
#define __GIMP_ITEM_COMBO_BOX_H__
26
29
 
27
 
 
28
30
G_BEGIN_DECLS
29
31
 
30
32
/* For information look into the C source or the html documentation */