Struct
GdkContentFormatsBuilder
Description [src]
struct GdkContentFormatsBuilder {
/* No available fields */
}
Auxiliary object to create a GdkContentFormats
.
Instance methods
gdk_content_formats_builder_add_formats
Appends all formats from formats
to builder
, skipping those that
already exist.
gdk_content_formats_builder_add_mime_type
Appends mime_type
to builder
if it has not already been added.
gdk_content_formats_builder_free_to_formats
Creates a new GdkContentFormats
from the current state of the
given builder
, and frees the builder
instance.