-- GENERATED by C->Haskell Compiler, version 0.13.9 (gtk2hs branch) "Bin IO", 27 May 2012 (Haskell)
-- Edit the ORIGNAL .chs file instead!


{-# LINE 1 "./Graphics/UI/Gtk/WebKit/DOM/DOMSettableTokenList.chs" #-}
module Graphics.UI.Gtk.WebKit.DOM.DOMSettableTokenList
       (domSettableTokenListSetValue, domSettableTokenListGetValue,
        DOMSettableTokenList, DOMSettableTokenListClass,
        castToDOMSettableTokenList, gTypeDOMSettableTokenList,
        toDOMSettableTokenList)
       where
import System.Glib.FFI
import System.Glib.UTFString
import Control.Applicative
import Graphics.UI.Gtk.WebKit.Types
{-# LINE 10 "./Graphics/UI/Gtk/WebKit/DOM/DOMSettableTokenList.chs" #-}
import System.Glib.GError
import Graphics.UI.Gtk.WebKit.DOM.EventM
 
domSettableTokenListSetValue ::
                             (DOMSettableTokenListClass self) => self -> String -> IO ()
domSettableTokenListSetValue self val
  = withUTFString val $
      \ valPtr ->
        (\(DOMSettableTokenList arg1) arg2 -> withForeignPtr arg1 $ \argPtr1 ->webkit_dom_dom_settable_token_list_set_value argPtr1 arg2)
{-# LINE 19 "./Graphics/UI/Gtk/WebKit/DOM/DOMSettableTokenList.chs" #-}
          (toDOMSettableTokenList self)
          valPtr
 
domSettableTokenListGetValue ::
                             (DOMSettableTokenListClass self) => self -> IO String
domSettableTokenListGetValue self
  = ((\(DOMSettableTokenList arg1) -> withForeignPtr arg1 $ \argPtr1 ->webkit_dom_dom_settable_token_list_get_value argPtr1)
{-# LINE 26 "./Graphics/UI/Gtk/WebKit/DOM/DOMSettableTokenList.chs" #-}
       (toDOMSettableTokenList self))
      >>=
      readUTFString

foreign import ccall safe "webkit_dom_dom_settable_token_list_set_value"
  webkit_dom_dom_settable_token_list_set_value :: ((Ptr DOMSettableTokenList) -> ((Ptr CChar) -> (IO ())))

foreign import ccall safe "webkit_dom_dom_settable_token_list_get_value"
  webkit_dom_dom_settable_token_list_get_value :: ((Ptr DOMSettableTokenList) -> (IO (Ptr CChar)))