Method

WPEWebKitWebViewcan_show_mime_type

Declaration [src]

gboolean
webkit_web_view_can_show_mime_type (
  WebKitWebView* web_view,
  const gchar* mime_type
)

Description [src]

Whether or not a MIME type can be displayed in web_view.

Parameters

mime_type const gchar*
 

A MIME type.

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

Return value

Returns: gboolean
 

TRUE if the MIME type mime_type can be displayed or FALSE otherwise.