Documentation
class QqPlaceSearchSuggestionReplyTrUtf8 x1 where #
qPlaceSearchSuggestionReplyTrUtf8 :: x1 -> IO String #
Instances
QqPlaceSearchSuggestionReplyTrUtf8 String # | |
Defined in Qtc.Location.QPlaceSearchSuggestionReply qPlaceSearchSuggestionReplyTrUtf8 :: String -> IO String # | |
QqPlaceSearchSuggestionReplyTrUtf8 (String, String) # | |
Defined in Qtc.Location.QPlaceSearchSuggestionReply qPlaceSearchSuggestionReplyTrUtf8 :: (String, String) -> IO String # | |
QqPlaceSearchSuggestionReplyTrUtf8 (String, String, Int) # | |
Defined in Qtc.Location.QPlaceSearchSuggestionReply qPlaceSearchSuggestionReplyTrUtf8 :: (String, String, Int) -> IO String # |
class QqPlaceSearchSuggestionReply x1 where #
qPlaceSearchSuggestionReply :: x1 -> IO (QPlaceSearchSuggestionReply ()) #
Instances
QqPlaceSearchSuggestionReply () # | |
Defined in Qtc.Location.QPlaceSearchSuggestionReply qPlaceSearchSuggestionReply :: () -> IO (QPlaceSearchSuggestionReply ()) # | |
QqPlaceSearchSuggestionReply (QObject t1) # | |
Defined in Qtc.Location.QPlaceSearchSuggestionReply qPlaceSearchSuggestionReply :: QObject t1 -> IO (QPlaceSearchSuggestionReply ()) # |
class QsetSuggestions x0 x1 where #
setSuggestions :: x0 -> x1 -> IO () #
Instances
QsetSuggestions (QPlaceSearchSuggestionReply ()) [String] # | |
Defined in Qtc.Location.QPlaceSearchSuggestionReply setSuggestions :: QPlaceSearchSuggestionReply () -> [String] -> IO () # | |
QsetSuggestions (QPlaceSearchSuggestionReplySc a) [String] # | |
Defined in Qtc.Location.QPlaceSearchSuggestionReply setSuggestions :: QPlaceSearchSuggestionReplySc a -> [String] -> IO () # |
suggestions :: QPlaceSearchSuggestionReply a -> () -> IO [String] #
qPlaceSearchSuggestionReply_delete :: QPlaceSearchSuggestionReply a -> IO () #