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.
module GI.Gdk.Structs.
ContentFormatsBuilder A GdkContentFormatsBuilder is an auxiliary struct used to create new GdkContentFormats, and should not be kept around.
-
gi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Memory-managed wrapper type.
ContentFormatsBuilder :: ManagedPtr ContentFormatsBuilder -> ContentFormatsBuildergi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder No documentation available.
-
gi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Appends all formats from formats to builder, skipping those that already exist.
contentFormatsBuilderAddGtype :: (HasCallStack, MonadIO m) => ContentFormatsBuilder -> GType -> m ()gi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Appends type to builder if it has not already been added.
-
gi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Appends mimeType to builder if it has not already been added.
contentFormatsBuilderNew :: (HasCallStack, MonadIO m) => m ContentFormatsBuildergi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Create a new GdkContentFormatsBuilder object. The resulting builder would create an empty GdkContentFormats. Use addition functions to add types to it.
-
gi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Acquires a reference on the given builder. This function is intended primarily for bindings. GdkContentFormatsBuilder objects should not be kept around.
-
gi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Creates a new GdkContentFormats from the given builder. The given GdkContentFormatsBuilder is reset once this function returns; you cannot call this function multiple times on the same builder instance. This function is intended primarily for bindings. C code should use ContentFormatsBuilder.free_to_formats().
contentFormatsBuilderUnref :: (HasCallStack, MonadIO m) => ContentFormatsBuilder -> m ()gi-gdk4 GI.Gdk.Structs.ContentFormatsBuilder Releases a reference on the given builder.