{-# LINE 1 "System/Glib/GTypeConstants.hsc" #-}
-- -*-haskell-*-
{-# LINE 2 "System/Glib/GTypeConstants.hsc" #-}
--  GIMP Toolkit (GTK) GType constants
--
--  Author : Axel Simon
--
--  Created: 23 May 2001
--
--  Copyright (c) 1999..2002 Axel Simon
--
--  This library is free software; you can redistribute it and/or
--  modify it under the terms of the GNU Lesser General Public
--  License as published by the Free Software Foundation; either
--  version 2.1 of the License, or (at your option) any later version.
--
--  This library is distributed in the hope that it will be useful,
--  but WITHOUT ANY WARRANTY; without even the implied warranty of
--  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
--  Lesser General Public License for more details.
--
-- |
-- Maintainer  : gtk2hs-users@lists.sourceforge.net
-- Stability   : provisional
-- Portability : portable (depends on GHC)
--
module System.Glib.GTypeConstants (
  invalid,
  none,
  uint, int,
  uint64, int64,
  uchar, char,
  bool,
  enum, flags,
  pointer,
  float, double,
  string,
  object,
  boxed
  ) where

import System.Glib.GType        (GType)


{-# LINE 43 "System/Glib/GTypeConstants.hsc" #-}

invalid, none, uint, int, uint64, int64, uchar, char, bool, enum, flags,
 pointer, float, double, string, object, boxed :: GType

invalid = 0
{-# LINE 48 "System/Glib/GTypeConstants.hsc" #-}
none    = 4
{-# LINE 49 "System/Glib/GTypeConstants.hsc" #-}
uint    = 28
{-# LINE 50 "System/Glib/GTypeConstants.hsc" #-}
int     = 24
{-# LINE 51 "System/Glib/GTypeConstants.hsc" #-}
uint64  = 44
{-# LINE 52 "System/Glib/GTypeConstants.hsc" #-}
int64   = 40
{-# LINE 53 "System/Glib/GTypeConstants.hsc" #-}
uchar   = 16
{-# LINE 54 "System/Glib/GTypeConstants.hsc" #-}
char    = 12
{-# LINE 55 "System/Glib/GTypeConstants.hsc" #-}
bool    = 20
{-# LINE 56 "System/Glib/GTypeConstants.hsc" #-}
enum    = 48
{-# LINE 57 "System/Glib/GTypeConstants.hsc" #-}
flags   = 52
{-# LINE 58 "System/Glib/GTypeConstants.hsc" #-}
pointer = 68
{-# LINE 59 "System/Glib/GTypeConstants.hsc" #-}
float   = 56
{-# LINE 60 "System/Glib/GTypeConstants.hsc" #-}
double  = 60
{-# LINE 61 "System/Glib/GTypeConstants.hsc" #-}
string  = 64
{-# LINE 62 "System/Glib/GTypeConstants.hsc" #-}
object  = 80
{-# LINE 63 "System/Glib/GTypeConstants.hsc" #-}
boxed   = 72
{-# LINE 64 "System/Glib/GTypeConstants.hsc" #-}