Maintainer | gtk2hs-devel@lists.sourceforge.net Stability : alpha Portability : portable (depends on GHC) |
---|---|
Safe Haskell | Safe-Infered |
Documentation
class ObjectClass o => IndexClass o Source
castToIndex :: GObjectClass obj => obj -> IndexSource
indexCommit :: IndexClass index => index -> Int -> IO ()Source
indexGetGroup :: IndexClass index => index -> IO IntSource
indexNewGroup :: IndexClass index => index -> IO IntSource
indexSetGroup :: IndexClass index => index -> Int -> IO BoolSource
indexSetCertainty :: IndexClass index => index -> IndexCertainty -> IO ()Source
indexSetFilter :: IndexClass index => index -> IndexFilter -> IO ()Source
indexGetWriterId :: IndexClass index => index -> Object -> IO (Maybe Int)Source
indexAddFormat :: IndexClass index => index -> Int -> Format -> IO IndexEntrySource
indexAddAssociations :: IndexClass index => index -> Int -> [AssocFlags] -> [IndexAssociation] -> IO IndexEntrySource
indexAddId :: IndexClass index => index -> Int -> String -> IO IndexEntrySource
indexGetAssocEntry :: IndexClass index => index -> Int -> IndexLookupMethod -> [AssocFlags] -> Format -> Int64 -> IO (Maybe IndexEntry)Source
indexEntryAssocMap :: IndexEntry -> Format -> Maybe Int64Source
onIndexEntryAdded, afterIndexEntryAdded :: IndexClass index => index -> (IndexEntry -> IO ()) -> IO (ConnectId index)Source