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. ContentFormats :: ManagedPtr ContentFormats -> ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    No documentation available.

  2. contentFormatsContainGtype :: (HasCallStack, MonadIO m) => ContentFormats -> GType -> m Bool

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Checks if a given GType is part of the given formats.

  3. contentFormatsContainMimeType :: (HasCallStack, MonadIO m) => ContentFormats -> Text -> m Bool

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Checks if a given mime type is part of the given formats.

  4. contentFormatsGetGtypes :: (HasCallStack, MonadIO m) => ContentFormats -> m (Maybe [GType], CSize)

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Gets the GTypes included in formats. Note that formats may not contain any GTypes, in particular when they are empty. In that case Nothing will be returned.

  5. contentFormatsGetMimeTypes :: (HasCallStack, MonadIO m) => ContentFormats -> m (Maybe [Text], CSize)

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Gets the mime types included in formats. Note that formats may not contain any mime types, in particular when they are empty. In that case Nothing will be returned.

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

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Checks if first and second have any matching formats.

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

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Finds the first GType from first that is also contained in second. If no matching GType is found, G_TYPE_INVALID is returned.

  8. contentFormatsMatchMimeType :: (HasCallStack, MonadIO m) => ContentFormats -> ContentFormats -> m (Maybe Text)

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Finds the first mime type from first that is also contained in second. If no matching mime type is found, Nothing is returned.

  9. contentFormatsNew :: (HasCallStack, MonadIO m) => Maybe [Text] -> m ContentFormats

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Creates a new GdkContentFormats from an array of mime types. The mime types must be valid and different from each other or the behavior of the return value is undefined. If you cannot guarantee this, use ContentFormatsBuilder instead.

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

    gi-gdk4 GI.Gdk.Structs.ContentFormats

    Creates a new GdkContentFormats for a given GType.

Page 725 of many | Previous | Next