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


{-# LINE 1 "./Graphics/UI/Gtk/WebKit/DOM/HTMLQuoteElement.chs" #-}
module Graphics.UI.Gtk.WebKit.DOM.HTMLQuoteElement
       (htmlQuoteElementSetCite, htmlQuoteElementGetCite,
        HTMLQuoteElement, HTMLQuoteElementClass, castToHTMLQuoteElement,
        gTypeHTMLQuoteElement, toHTMLQuoteElement)
       where
import System.Glib.FFI
import System.Glib.UTFString
import Control.Applicative
import Graphics.UI.Gtk.WebKit.Types
{-# LINE 9 "./Graphics/UI/Gtk/WebKit/DOM/HTMLQuoteElement.chs" #-}
import System.Glib.GError
import Graphics.UI.Gtk.WebKit.DOM.EventM
 
htmlQuoteElementSetCite ::
                        (HTMLQuoteElementClass self, GlibString string) =>
                          self -> string -> IO ()
htmlQuoteElementSetCite self val
  = withUTFString val $
      \ valPtr ->
        (\(HTMLQuoteElement arg1) arg2 -> withForeignPtr arg1 $ \argPtr1 ->webkit_dom_html_quote_element_set_cite argPtr1 arg2)
{-# LINE 19 "./Graphics/UI/Gtk/WebKit/DOM/HTMLQuoteElement.chs" #-}
          (toHTMLQuoteElement self)
          valPtr
 
htmlQuoteElementGetCite ::
                        (HTMLQuoteElementClass self, GlibString string) =>
                          self -> IO string
htmlQuoteElementGetCite self
  = ((\(HTMLQuoteElement arg1) -> withForeignPtr arg1 $ \argPtr1 ->webkit_dom_html_quote_element_get_cite argPtr1)
{-# LINE 27 "./Graphics/UI/Gtk/WebKit/DOM/HTMLQuoteElement.chs" #-}
       (toHTMLQuoteElement self))
      >>=
      readUTFString

foreign import ccall safe "webkit_dom_html_quote_element_set_cite"
  webkit_dom_html_quote_element_set_cite :: ((Ptr HTMLQuoteElement) -> ((Ptr CChar) -> (IO ())))

foreign import ccall safe "webkit_dom_html_quote_element_get_cite"
  webkit_dom_html_quote_element_get_cite :: ((Ptr HTMLQuoteElement) -> (IO (Ptr CChar)))