Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. contentFormatsParse :: (HasCallStack, MonadIO m) => Text -> m (Maybe ContentFormats)

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Parses the given string into GdkContentFormats and returns the formats. Strings printed via contentFormatsToString can be read in again successfully using this function. If string does not describe valid content formats, Nothing is returned. Since: 4.4

  2. contentFormatsPrint :: (HasCallStack, MonadIO m) => ContentFormats -> String -> m ()

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Prints the given formats into a string for human consumption. The result of this function can later be parsed with contentFormatsParse.

  3. contentFormatsRef :: (HasCallStack, MonadIO m) => ContentFormats -> m ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Increases the reference count of a GdkContentFormats by one.

  4. contentFormatsToString :: (HasCallStack, MonadIO m) => ContentFormats -> m Text

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Prints the given formats into a human-readable string. The resulting string can be parsed with contentFormatsParse. This is a small wrapper around contentFormatsPrint to help when debugging.

  5. contentFormatsUnion :: (HasCallStack, MonadIO m) => ContentFormats -> ContentFormats -> m ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Append all missing types from second to first, in the order they had in second.

  6. contentFormatsUnionDeserializeGtypes :: (HasCallStack, MonadIO m) => ContentFormats -> m ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Add GTypes for mime types in formats for which deserializers are registered.

  7. contentFormatsUnionDeserializeMimeTypes :: (HasCallStack, MonadIO m) => ContentFormats -> m ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Add mime types for GTypes in formats for which deserializers are registered.

  8. contentFormatsUnionSerializeGtypes :: (HasCallStack, MonadIO m) => ContentFormats -> m ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Add GTypes for the mime types in formats for which serializers are registered.

  9. contentFormatsUnionSerializeMimeTypes :: (HasCallStack, MonadIO m) => ContentFormats -> m ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Add mime types for GTypes in formats for which serializers are registered.

  10. contentFormatsUnref :: (HasCallStack, MonadIO m) => ContentFormats -> m ()

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Decreases the reference count of a GdkContentFormats by one. If the resulting reference count is zero, frees the formats.

Page 726 of many | Previous | Next