Method

Gdk.ContentFormatsBuilder.add_mime_type

Declaration [src]

void
gdk_content_formats_builder_add_mime_type (
  GdkContentFormatsBuilder* builder,
  const char* mime_type
)

Description [src]

Appends mime_type to builder if it has not already been added.

Parameters

mime_type const char*
 

a mime type

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string