Method

WebKit2URISchemeResponseset_content_type

Declaration [src]

void
webkit_uri_scheme_response_set_content_type (
  WebKitURISchemeResponse* response,
  const gchar* content_type
)

Description [src]

Sets the content type for the response.

Available since:2.36

Parameters

content_type const gchar*
 

The content type of the stream.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.